SensitiveQuestions / list

R list package for analyzing list experiments, also known as the item count technique
GNU General Public License v3.0
7 stars 5 forks source link

Make the Rd files generated by Roxygen2 and add init.c to register native C routines #6

Closed HJ08003 closed 7 years ago

HJ08003 commented 7 years ago

(1) Rd2roxygen::Rd2roxygen("list") to add Roxygen2 comments in R/.R files (reverse engineer) (2) roxygen2::roxygenise() to generate man/.Rd from the R/*.R files (3) tools::package_native_routine_registration_skeleton(".") to automatically generate init.c for the registration of C functions (4) Comment out R2Robit in init.c, as this function is no longer exist (5) Manually add "@method plot predict.ictreg" to address the S3 old fashion NOTE.

This passed R CMD check --as-cran (Status: OK) I am waiting for win-builder's result (already uploaded list_8.4.tar.gz)

HJ08003 commented 7 years ago

It passed win-builder with 1 NOTE for me being the maintainer, instead of Graeme. I put me there so to receive email from win-builder.

Now I think this package is good to good. Please check the man/*Rd files to make sure the reverse engineer procedure is ok.

Thanks,

-Hubert

================================== Dear package maintainer, this notification has been generated automatically. Your package list_8.4.tar.gz has been built (if working) and checked for Windows. Please check the log files and (if working) the binary package at: https://win-builder.r-project.org/XY0Re2k5L0T4 The files will be removed after roughly 72 hours. Installation time in seconds: 24 Check time in seconds: 155 Status: 1 NOTE

graemeblair commented 7 years ago

Thanks, @HJ08003!