Closed gothub closed 8 years ago
The following warnings occur during check():
Rd files with duplicated alias 'Storage': ‘Storage-class.Rd’ ‘Storage.Rd’ * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... WARNING Undocumented S4 methods: generic 'addStatement' and siglist 'Model,Statement' generic 'executeQuery' and siglist 'Query' generic 'freeModel' and siglist 'Model' [... more similiar warnings ...]
We didn't see these warnings before roxygen2 5.0.0, so I'm assuming that the newer roxygen is better at finding these kind of problems.
Roxygen2 docs have been updated and check(cran=TRUE) now passes. Fix added in commit 09594d62c58381dcfb336cfb6317b336c81061a0.
The following warnings occur during check():
We didn't see these warnings before roxygen2 5.0.0, so I'm assuming that the newer roxygen is better at finding these kind of problems.