/usr/lib/R/site-library/rncl/DESCRIPTION is in r-cran-rncl 0.8.2-1.
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 25 26 27 28 29 30 31 32 33 34 | Package: rncl
Title: An Interface to the Nexus Class Library
Version: 0.8.2
Authors@R: c(person("Francois", "Michonneau", role=c("aut", "cre"),
email="francois.michonneau@gmail.com"),
person("Ben", "Bolker", role=c("aut")),
person("Mark", "Holder", role=c("aut")),
person("Paul", "Lewis", role=c("aut")),
person("Brian", "O'Meara", role=c("aut")))
Maintainer: Francois Michonneau <francois.michonneau@gmail.com>
Description: An interface to the Nexus Class Library which allows parsing
of NEXUS, Newick and other phylogenetic tree file formats. It provides
elements of the file that can be used to build phylogenetic objects
such as ape's 'phylo' or phylobase's 'phylo4(d)'. This functionality
is demonstrated with 'read_newick_phylo()' and 'read_nexus_phylo()'.
Imports: Rcpp (>= 0.11.0), progress (>= 1.1.2), stats
Suggests: testthat, ape
LinkingTo: Rcpp, progress
Depends: R (>= 3.1.1)
License: BSD_2_clause + file LICENSE
URL: https://github.com/fmichonneau/rncl
BugReports: https://github.com/fmichonneau/rncl/issues
LazyData: true
RoxygenNote: 5.0.1.9000
NeedsCompilation: yes
Packaged: 2016-12-16 09:34:39 UTC; francois
Author: Francois Michonneau [aut, cre],
Ben Bolker [aut],
Mark Holder [aut],
Paul Lewis [aut],
Brian O'Meara [aut]
Repository: CRAN
Date/Publication: 2016-12-16 11:20:37
Built: R 3.3.2; x86_64-pc-linux-gnu; 'Mon, 19 Dec 2016 00:03:00 +0100'; unix
|