jdeboer/ganalytics

Check to perform: Packages should generally not write in the users' filespace

jdeboer opened this issue · 1 comments

As per package development guidelines:
"Packages should not write in the users' home filespace, 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.

Same as issue #35