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
This is my first time using reproducible and I am wondering why it took so long!
I noticed that the message "No cachePath supplied and getOption('reproducible.cachePath') is inside a temporary directory;
this will not persist across R sessions." Continued to show after I set the option to a non-temporary location. The cache is where I expected and it does work between sessions so I think the message is just being flagged incorrectly.
Looks to me like the issue is that .checkCacheRepo compares getOption('reproducible.cachePath') with the result of .reproducibleTmpCacheDir which just calls getOption('reproducible.cachePath') so they will always be the same
The text was updated successfully, but these errors were encountered:
This is my first time using reproducible and I am wondering why it took so long!
I noticed that the message "No cachePath supplied and getOption('reproducible.cachePath') is inside a temporary directory;
this will not persist across R sessions." Continued to show after I set the option to a non-temporary location. The cache is where I expected and it does work between sessions so I think the message is just being flagged incorrectly.
Looks to me like the issue is that
.checkCacheRepo
comparesgetOption('reproducible.cachePath')
with the result of.reproducibleTmpCacheDir
which just callsgetOption('reproducible.cachePath')
so they will always be the sameThe text was updated successfully, but these errors were encountered: