Function that return a possibly cached file, transparently downloading it if missing
Source:R/cacheManager.R
cacheManager.Rd
Function that return a possibly cached file, transparently downloading it if missing
Localisation
Cache path discovery protocol
BIOMASS.cache option set to an existing folder
existing user data folder
rappdirs::user_data_dir()
On Linux :
~/.local/share/R/BIOMASS
On Mac OS X :
~/Library/Application Support/R/BIOMASS
On Windows 7 up to 10 :
C:\\Users\\<username>\\AppData\\Local\\R\\BIOMASS
On Windows XP :
C:\\Documents and Settings\\<username>\\Data\\R\\BIOMASS
fallback to R session tempdir