You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this great package, I started using and wanted to know if the following CRAN policy also apply to webmiddens or any other package to cache http requests:
Packages should not write in the user’s home filespace (including clipboards), nor anywhere else on the file system apart from the R session’s temporary directory (or during installation in the location pointed to by TMPDIR: and such usage should be cleaned up). Installing into the system’s R installation (e.g., scripts to its bin directory) is not allowed.
Limited exceptions may be allowed in interactive sessions if the package obtains confirmation from the user.
The pkg doesn't ask for permission from the user to write to disk. In tests/etc. we use temp directories, but for real usage files go to cache directories as sorted out by rappdirs.
Hi @sckott ,
Thanks for this great package, I started using and wanted to know if the following CRAN policy also apply to
webmiddens
or any other package to cache http requests:Thanks again
cc @hrbrmstr
The text was updated successfully, but these errors were encountered: