Yohann Mansiaux

Results 7 issues of 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...

documentation

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...

![image](https://github.com/ThinkR-open/golem/assets/49268931/33dc57b6-7ad6-475b-a9af-02a3fb89b3d5) golem::create_golem() doesnt with `path = "."` if `package_name` is missing. According to the function documentation, this should be doable. ![image](https://github.com/ThinkR-open/golem/assets/49268931/2679210d-3b3c-4c61-8447-faa6f3ef8977)

bug
WIP :running_woman:
PR opened :eyeglasses:

## 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()` ![image](https://user-images.githubusercontent.com/49268931/214780623-bad2730c-c904-4d67-9d76-f98c5de30ca0.png) ## Dev - Tech...

gitlab-ci

## Validation + [ ] When the user provides an incorrect token an appropriate error message is shown ![image](https://user-images.githubusercontent.com/49268931/216996118-c052db5c-5bdd-42c4-a8ee-1178652da54b.png) + [ ] 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()` ![image](https://user-images.githubusercontent.com/49268931/213722164-9a1a95ce-2fa7-4b9f-a486-8907376a54a1.png) 3. run `checkhelper::print_globals()` ![image](https://user-images.githubusercontent.com/49268931/213722468-bff1afc8-a738-422c-8ee0-3c96e4c993a3.png) ![image](https://user-images.githubusercontent.com/49268931/213722555-79efc425-6e65-4a05-946e-754d6b3062b7.png) ![image](https://user-images.githubusercontent.com/49268931/213722612-3a667a96-c7b8-472b-973b-59d1f6f40a08.png) # Context tests...

bug
project ok

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 ?