Yohann Mansiaux
Yohann Mansiaux
Hi I had a problem trying to use a lubridate function inside the mutate. function while coding a function for some R package. ``` #' fun test #' @importFrom tidytable...
Si on souhaite modifier le dataset d'intérêt et qu'un filtre est sélectionné -> plantage de l'application. Voir code test ci dessous : ``` library(shiny) library(DT) library(shinytools) if (interactive()) { options(device.ask.default...
 golem::create_golem() doesnt with `path = "."` if `package_name` is missing. According to the function documentation, this should be doable. 
## Validation + [ ] At the line 31 of the file inst/gitlab-ci/check-coverage-pkgdown.yml the option `upgrade = "always"` has been added to the instruction `remotes::install_local()`  ## Dev - Tech...
## Validation + [ ] When the user provides an incorrect token an appropriate error message is shown  + [ ] When the user tries to access a repository...
# Reprex 1. clone the "branch" seb_yohann" from the "kata1" repository `gert::git_clone(url = "............./kata1.git", branch = "seb_yohann")` 2. run `devtools::check()`  3. run `checkhelper::print_globals()`    # Context tests...
in inflate_all -> code_cov must be set to FALSE add a param compute_code_cov in inflate and inflate_all let the user choose the codecov fun to use ?