Gerold Hepp
Gerold Hepp
Hi, I would like to bring a rather new package to this discussion: [qs](https://cran.r-project.org/package=qs). According to its [Using qs](https://cran.r-project.org/package=qs/vignettes/vignette.html) vignette, it seems to be fast and able to serialize about...
Hi all, I would like to implement the qs (see my comment above) as a (possible) replacement for the RData format as cache files. My questions now are: * Is...
Sure, this plan works very well for me. And I'm really glad you like the idea. I'll add `cache_file_format: RData` to the configs. The other option will be "qs". Once...
Hello, thank you as well. I'm also interested in such a feature and was looking into the JavaScript code. I guess one possible solution could be to replace the `toFixed`...
> There is the workaround of using setwd("C:/Users/your/working/directory") before create.project(...), but using setwd() in R scripts is not best practice and I cant use the {here} package as that relies...
@3styleJam Sure, I'll take a look at it this weekend.
Hi @3styleJam! I reviewed your changes to "test-cache.R" and they look good to me. :) Just one remark concerning the new `project.directory` parameter: You added it right after the `project.name`...
Ah, `styler`. Thanks for reminding me about this package.