ropensci / redland-bindings

Redland librdf language bindings
http://librdf.org/bindings/
Other
17 stars 3 forks source link

Fix roxygen releated warnings during devtools:check() #36

Closed gothub closed 8 years ago

gothub commented 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.

gothub commented 8 years ago

Roxygen2 docs have been updated and check(cran=TRUE) now passes. Fix added in commit 09594d62c58381dcfb336cfb6317b336c81061a0.