Romain François

Results 75 comments of Romain François

As a frequent user of the `DEMANGLE` macro from `Rcpp`, I would definitely welcome this.

Do you want to work on a pull request @bkietz ?

I would say the danger is limited as it's only retrieved once per translation unit (because `static`). You can imagine to load a package that uses `cpp11`, then change the...

Instead of an option, maybe it can belong to an environment in the search path, e.g. similar to `org:r-lib` used by `rlang`. cc @lionel- In an environment, it could perhaps...

Or maybe instead we can have `usethis::use_cpp11(vendor = TRUE)`

Also using `tibble::tibble()` instead of `dplyr::data_frame()` which has been deprecated for some time. We also see a few other deprecation messages that are not handled by this pull request at...

Maybe there are other `crayon` calls that should be replaced by `cli` equivalents ?

sure, some of it is laziness, perhaps some can be moved to `data-raw` time dependency, e.g. there's no real need for dplyr in `clock` ```> clock function(time){ hour

though it might get worse with additional things like #12 which I think would be cool. perhaps this can be split into two 📦