kosukeimai / FindIt

R package FindIt
GNU General Public License v2.0
14 stars 2 forks source link

Make Rd files generated by the Roxygen2 comments in the R files #4

Closed HJ08003 closed 7 years ago

HJ08003 commented 7 years ago

(1) Used Rd2roxygen::Rd2roxygen("FindIt") to insert the Roxygen2 comments in the R files. (2) Generated the Rd files from .R files using Roxygen2 (a) roxygen2:roxygenise() (b) devtools::document(roclets=c('rd', 'collate', 'namespace', 'vignette')) (3) Replaced src/registerDynamicSymbol.c by the output from tools::package_native_routine_registration_skeleton(".")

It already passed "R CMD check --as-cran" without any Errors/Notes/Warnings.

Now I have uploaded FindIt_1.1.tar.gz to win-builder's R-devel. The feedback will be sent to the Maintainer: ‘Naoki Egami negami@princeton.edu

HJ08003 commented 7 years ago

pol-c07jw0gqf4mg:GithubClone hubertj$ R CMD check --as-cran FindIt_1.1.tar.gz

......

Status: OK