Sébastien Rochette
Sébastien Rochette
I'd like a figure to explain how 'gitdown' works  Unzip to get excalidraw source file [gitdown.zip](https://github.com/ThinkR-open/gitdown/files/14435483/gitdown.zip)
## Validation - [ ] Transforming an existing empty project detects the name of the project and use it as the name of the package instead of `.` as specified...
## Validation - [ ] Running `add_endpoint()` does not open two useless files to be edited ## Problem If I run `mariobox::add_endpoint("text")`, RStudio opens an empty editor opens up, and...
To allow opening the Docker a second time while keeping all user modifications, the complete `".rstudio/config"` directory is set to persistent drive. It may be a source of performance reductions...
Find out how we can test the correct start of a Docker container in the CI...
## Validation criteria - [x] No Missing Rd-tags for `pipe.Rd`: `\value` #73 PR has been merged into _main_  - [x] `check_as_cran` should not write...
Run check_n_covr() instead of check ? Or let the user choose during, but default is check_n_covr(). See: https://github.com/ThinkR-open/fusen/pull/156
See this for more information: https://github.com/RConsortium/r-repositories-wg/issues/17 In August 2022, we received some links pointing to resources run by the CRAN team to (1) check incoming tar.gz packages, (2) regularly check...
This only appears on Actions for now. Need to reproduce the problem locally to be able to fix it. ``` ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure (test-checkhelper.R:34:3): get_no_visible works ─────────────────────...
As a user, I'd like to know what to do if my package uses a function that requires an Internet connection. ## Validation - [ ] There is a check...