ropensci / datapack

An R package to handle data packages
https://docs.ropensci.org/datapack
44 stars 9 forks source link

Example in serializePackage() creates files in /tmp #51

Closed gothub closed 8 years ago

gothub commented 8 years ago

Update the example to use tempdir() and discontinue running of example to prevent CRAN errors

mbjones commented 8 years ago

Plus, be sure to delete the tempdir after the code is done.

gothub commented 8 years ago

@mbjones the roxygen example for serializePackage has been fixed to use R tempdir(). In addition, the roxygen example has been wrapped in \dontrun{}.

Fixed in commit 6fc9d92bc022c697f7b58a267406599950ede1e9