devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Tools to make an R developer's life easier

Results 75 devtools issues
Sort by recently updated
recently updated
newest added

The current version does not follow `rhub` v2 and thus causes an error. Deprecated `check_rhub()` to follow the new `rhub` convention of using `rhub_` functions and added an appropriate new...

I'd claim it's now a key part of the development workflow and we expect folks to have it installed.

And point folks to `pak::pak()` instead

**Is your feature request related to a problem? Please describe.** I'm always frustrated when `devtools::release()` asks: ``` Have you checked on R-hub (with `check_rhub()`)? ``` However, `devtools::check_rhub()` says: ``` This...

**Is your feature request related to a problem? Please describe.** On Arch and on Debian (both x86-64), when trying to install `devtools` via `install.packages("devtools")`, errors are returned, namely ``` Warning...

**Is your feature request related to a problem? Please describe.** At times I need to manually step through a regression and see what commit caused the change in behavior. When...

**Is your feature request related to a problem? Please describe.** Building the pdf manual failed for me with this rather unhelpful message and backtrace: ```R devtools::build_manual(pkg = ".") Error in...

When a package is loaded with `devtools`, `system.file()` still returns a valid path when called on a file that exists in the package source (typically under `inst/`) but would be...

dumped repo strings exposed a solitary typo R/run-source.R running `roxygen2::roxygenise()` modified other files than the following man/source_gist.Rd