/usr/lib/R/site-library/triebeard/DESCRIPTION is in r-cran-triebeard 0.3.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | Package: triebeard
Type: Package
Title: 'Radix' Trees in 'Rcpp'
Version: 0.3.0
Author: Oliver Keyes [aut, cre], Drew Schmidt [aut], Yuuki Takano [cph]
Maintainer: Oliver Keyes <ironholds@gmail.com>
Description: 'Radix trees', or 'tries', are key-value data structures optimised for efficient lookups, similar in purpose
to hash tables. 'triebeard' provides an implementation of 'radix trees' for use in R programming and in
developing packages with 'Rcpp'.
License: MIT + file LICENSE
LazyData: TRUE
LinkingTo: Rcpp
Imports: Rcpp
RoxygenNote: 5.0.1
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
URL: https://github.com/Ironholds/triebeard/
BugReports: https://github.com/Ironholds/triebeard/issues
Date: 2016-08-03
NeedsCompilation: yes
Packaged: 2016-08-03 21:32:42 UTC; ironholds
Repository: CRAN
Date/Publication: 2016-08-04 00:57:37
Built: R 3.4.3; x86_64-pc-linux-gnu; 'Thu, 30 Nov 2017 13:49:08 +0100'; unix
|