Last data update: 2014.03.03

roxygen2

Package: roxygen2
Title: In-Source Documentation for R
Description: A 'Doxygen'-like in-source documentation system
for Rd, collation, and 'NAMESPACE' files.
URL: https://github.com/klutometis/roxygen
Version: 5.0.1
License: GPL (>= 2)
Authors@R: c(
person("Hadley", "Wickham",, "hadley@rstudio.com", c("aut", "cre", "cph")),
person("Peter", "Danenberg",, "pcd@roxygen.org", c("aut", "cph")),
person("Manuel", "Eugster", role = c("aut", "cph")),
person("RStudio", role = "cph")
)
Depends: R (>= 3.0.2)
Imports: stringr (>= 0.5), stringi, brew, digest, methods, Rcpp (>=
0.11.0)
Suggests: testthat (>= 0.8.0), knitr, devtools, rmarkdown
VignetteBuilder: knitr
LinkingTo: Rcpp
Collate: 'RcppExports.R' 'alias.R' 'default-data-format.R'
'description.R' 'family.R' 'inherit-params.R' 'minidesc.R'
'object-defaults.R' 'object-from-call.R' 'object.R'
'order-params.R' 'parse-preref.R' 'parse.R' 'rc.R'
'rd-escape.R' 'rd-file-api.R' 'rd-parse.R' 'rd-tag-api.R'
'tag-registry.R' 'roclet-collate.R' 'roclet-namespace.R'
'roclet-rd.R' 'roclet-vignette.R' 'roclet.R' 'roxygen-tag.R'
'roxygen.R' 'roxygenize.R' 's3.R' 'safety.R' 'source.R'
'template.R' 'topic-name.R' 'topo-sort.R' 'usage.R'
'util-locale.R' 'utils.R'
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2015-11-10 19:54:01 UTC; hadley
Author: Hadley Wickham [aut, cre, cph],
Peter Danenberg [aut, cph],
Manuel Eugster [aut, cph],
RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2015-11-11 00:08:42

● 0 images, 14 functions, 0 datasets
Reverse Depends: 2

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'roxygen2' ...
** package 'roxygen2' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c isComplete.cpp -o isComplete.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c leadingSpaces.cpp -o leadingSpaces.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c parser2.cpp -o parser2.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c wrapString.cpp -o wrapString.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o roxygen2.so RcppExports.o isComplete.o leadingSpaces.o parser2.o wrapString.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/roxygen2/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'roxygen2'
    finding HTML links ... done
    default_data_format                     html  
    is_s3_generic                           html  
    load_options                            html  
    namespace_roclet                        html  
    new_roclet                              html  
    object                                  html  
    rd_roclet                               html  
    register-parser                         html  
    roc_proc_text                           html  
    roxygen2-package                        html  
    roxygenize                              html  
    source_package                          html  
    update_collate                          html  
    vignette_roclet                         html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (roxygen2)
Making 'packages.html' ... done