Sébastien Rochette
Sébastien Rochette
As said here: https://github.com/ThinkR-open/golem/issues/282#issuecomment-891118964 A new test today with a combination of {renv} and Docker cache requires: - a .dockerignore with renv and .Rprofile ignored as suggested by jcpsantiago :...
That should be good now.
I would like to add that as datasets are used for teaching, it is better if they have characteristics that force to use some specific functions for data wrangling, cleaning,...
In the same idea, I found today the list of additional issues with this list of complementary tests:  If you click on additional issues on this page: https://cran.r-project.org/web/checks/check_results_gitdown.html, you...
I faced the same problem with Ubuntu. I just opened a PR for that: https://github.com/wch/extrafont/pull/64
It is a little more complicated than expected. We'll see that later...
A function to detect if there are duplicate names in "R/". This requires to extract `parse_fun_vec` from `parse_fun()` that is already in {fusen} ```r parse_fun_vec
This would require that people use both function in the same chunk on purpose. But that makes sense. At worst, I can add a message saying that these function are...
Similarly, how to group `function-` chunks in the same "R/" file, like `test-` chunks in the same "tests/" file in an elegant way ? I have to find the right...
As you propose some code, that's better with a new issue. @MargotBr ## How to inflate all the `flat_*.Rmd` files? In a `dev_history.R` file, before references to `{attachment}`, `devtools::check()` and...