Antoine Languillaume
Antoine Languillaume
- Properly use golem::create_golem(). - Account for new `app_title` in run_app() of {brochure} app.
An error is thrown when trying to set an edition that does not exist. Fixes #1547. Thanks a lot for this great tool !
``` r library(testthat) # Default in random REPL edition_get() #> [1] 2 local_edition(7) #> Setting deferred event(s) on global environment. #> * Will be run automatically when session ends #>...
- [ ] The REPO_NAME variable is not set as a global variable - [ ] {pak} is used instead of remotes - [ ] A between job cache is...
Currently ``` r add_endpoint(name = "cleint-info") ``` will yield a function called `get_client-info()` ## Validation - [ ] Running `add_endpoint(name = "cleint-info")` yields a function called `get_client_info()` ## Tech -...

### Description `covr::codecov()` should throw an error if unable to upload coverage results to codecov.io ### Actual Behaviour If `covr::codecov()` fails to upload coverage results to codecov.io it does not...
Hoi @openanalytics ! Thanks for this great tool. I was skimming through the documentation for `02-containerized-docker-engine` and I am wondering if the example could be simplified or not. I tend...