DataONEorg / rdataone

R package for reading and writing data at DataONE data repositories
http://doi.org/10.5063/F1M61H5X
36 stars 19 forks source link

Fix CRAN check warnings for dataone 2.1.3 #241

Closed gothub closed 4 years ago

gothub commented 4 years ago

dataone 2.1.3 received CRAN warnings for these platforms

The warnings were:

    Documented arguments not in \usage in documentation object 'canRead,D1Object-method':
     '...'

    Documented arguments not in \usage in documentation object 'getFormatId,D1Object-method':
     '...'

    Documented arguments not in \usage in documentation object 'getIdentifier,D1Object-method':
     '...'

    Documented arguments not in \usage in documentation object 'setPublicAccess,D1Object-method':
     '...'
gothub commented 4 years ago

Fixed in commit fd95c1f65122d51b817c33f4076850a97a381ff2 by updating roxygen documentation. This will be included in the 2.1.4 release.