(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’
(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’