Open jdeboer opened 9 years ago
The following package may be useful for addressing this requirement: https://github.com/hadley/rappdirs
For example, see how this is used by the swirl
package: https://github.com/swirldev/swirl
This issue may be made redundant by replacing the above mentioned functions with calls to their googleAnalyticsR
counterparts. @MarkEdmondson1234
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.
Currently, the following functions will need to be reviewed against those requirements:
GoogleApiCreds
GaMetaUpdate