Hugo Lapré
Hugo Lapré
Since the cache files shouldn't be accessed by users on their own I would rather stick to the convention over configuration philosophy and just introduce it as the default if...
Better performance shouldn't be an option, it should just be implemented right? ;-) Some checks for object types should be built in anyway to make this possible, so I would...
I was just looking into using feather for the cache, but my proposed `tryCatch` solution would create a problem with loading from the cache. The cache should return items exactly...
As mentioned in #191 we should investigate performance of `feather` and `fst` in relation to speed and compatibility with data types.
I agree `feather` is probably the nicest, although I disagree with your argument that interoperability with Python is a pro. The cache isn't meant to be read by other programs....
There is an option to dump the code when creating a new project but I guess it makes more sense to do that in an `archive.project` function. I'm wondering to...
What type of file are you trying to load? The `.ACC` is not supported, and should normally not be printed. The cached name is determined by detecting which new variables...
Ah, now I see what's going on, the variable name is initially determined by ProjectTemplate from the filename. However, `.RData` files are simply loaded into the global environment, and therefore...
This could actually be improved by this change, because if you cache the files once and then set `data_loading = FALSE, cache_loading = TRUE` in the config or in your...
`load.project` also has a `reset` argument which clears the cache when set to `TRUE`. I agree with @KentonWhite that simply using modification date is tricky. Also, I think, using cache...