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

Remove dependency on R >= 3.5 #245

Closed gothub closed 4 years ago

gothub commented 4 years ago

Building a vignette that uses caching (in a chunk, i.e. "{r, cache=TRUE}" causes knitr to create an .rds file for the chunk. The RDS format has changed recently, so these .rds files cause R check to declare that the package is now dependent on R >= 3.5.

Since this requirement is not desired, chunk caching will be discontinued in this package.

gothub commented 4 years ago

Fixed in commit 5f2c72519fe9570b462ad2cc79d94faffe0c70c8