devtools
devtools copied to clipboard
Tools to make an R developer's life easier
### Migration from httr to httr2: - Replaced `httr` dependency with `httr2` in relevant functions for better handling of HTTP requests. - Updated related functions (`check_mac_release`, `upload_cran`, etc.) to use...
Hello, During R CMD check, the following NOTE was observed: It seems this note is from `check.R` and `remote.R`.  By link anchor to roxygen document properly, notes are cleared....
Hi, thanks for maintaing this package. I have small questions in submission to cran with `submit_cran()` function. ### Background The `devtools` package currently uses `httr` for handling HTTP requests in...
Hi all, After upgrading to R 4.4.3, I encountered an issue when running devtools::document() during package development. > devtools::document() ℹ Updating EasyMultiProfiler documentation Error: vector memory limit of 16.0 Gb...
I fail to install devtools by `conda install -c conda-forge r-devtools `. It seems that `r-devtools` needs `harfbuzz >=9.0.0,=10.2.0,=1.56.1,=10.2.0,=3.4.1,=3.5.1,=3.5,=3.6,=4.0,=4.1,=4.2,=4.3,=2.0.6 but there are no viable options │ ├─ r-pkgdown 2.0.6 would...
I am trying to use {devtools} on a GitHub codespace to wrap up a CRAN release. That means starting from a barebones set-up, where many system requirements are missing. {devtools}'...
Building my package is not trivial so it would be great if `check_win_*` functions accepted already built `*.tar.gz` packages and avoided rebuilding them. The documentation gives the impression that this...
Hi, I most definitely made an error during package construction but since devtools fails with a non-helpful error I thought I'd just make an issue: The following code fails. Maybe...
Not sure if I want to use `:::` to use the new stuff in usethis (because I can, because I maintain both) or ... just inline / DIY the bits...