Happy New Year!
In my weathercan package I included an option for saving a data frame of stations data to a cache directory, found with rappdirs.
stations_file <- function() {
file.path(rappdirs::user_data_dir("weathercan"), "stations.rds")
}
However, I recently heard from CRAN
"And if I run stations_dl() it asks
weathercan would like to store the updated stations data to:
~/Library/Application Support/weathercan/stations.rds
which is not an allowed area under the CRAN policy"
I definitely don't blame you for my package getting booted, but I thought I might check in case I used the function incorrectly, or there was a change to CRAN policy. Any suggestions?
Happy New Year!
In my weathercan package I included an option for saving a data frame of stations data to a cache directory, found with rappdirs.
However, I recently heard from CRAN
I definitely don't blame you for my package getting booted, but I thought I might check in case I used the function incorrectly, or there was a change to CRAN policy. Any suggestions?