vincent guyader

Results 33 issues of vincent guyader

This kind of attachments is ok >Subject: Nouvelle facture fournisseur / New supplier invoice Attachments: 'OCR_e8cd3fa7-c7ed-4132-8b05-1e9d23d50777_data.pdf' but this is not ok : >Subject: Nouvelle facture fournisseur / New supplier invoice...

bug

this one : https://rtask.thinkr.fr/wp-content/uploads/best_rstudio_snippet.gif

The modification introduced enables the function `create_renv_for_dev` to generate a renv.lock file even when executed outside of a package. The purpose is to allow this function to read a directory...

``` ── R CMD check results ────────────────────── golem 0.4.12 ──── Duration: 2m 49s ❯ checking top-level files ... NOTE Non-standard file/directory found at top level: ‘dev’ ```

the ``` on.exit(getFromNamespace("roxy_meta_set", "roxygen2")("env", NULL), add = TRUE ) ``` which seems to be here to avoid this doesn't seems to work. a non exported function is exported after `find_missing_tags()`

detect and explicit the correction to do.

feat
project ok

Allow the user to set a tag when starting timer in `toggl_start()`

hacktoberfest-accepted

![image](https://user-images.githubusercontent.com/10470699/227316855-4bf26a33-cfa8-481d-8239-947efe268962.png) reprex : the only test is : ``` test_that("my_fun works", { }) ```