Cache options lacking default when package is not loaded
SCasanova opened this issue · 0 comments
SCasanova commented
If I use a function using f1dataR::
notation i get the following error
Error in if (getOption("f1dataR.cache") %in% c("memory", "off", "filesystem")) { :
argument is of length zero
I assume it's because onLoad hasn't run and I haven't set up an option yet