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

Might someone care to revise devtools::load_all() to prevent an infinite recursion? BACKGROUND I accidentally pasted devtools::load_all() into an R/*.R file defining a data set,[1] as described in section 7.1.2 Documenting...

Dear devtools team, I recently updated to the July 2025 version and I haven't been able to successfully use install_github(). I am using my work computer. I built a package...

I'm moving away from rstudio towards vscode. Unfortunately, function like `test_active_file` still doesn't work on vscode. I guess it is because it relies on rstudioapi to detect what file is...

Encountered in pkg-dev workshop at `posit::conf(2024)` Also, @jennybc in slack reports: > in related news, I found that you can't do test_coverage_active_file() if you haven't already installed the package properly...

bug

**Is your feature request related to a problem? Please describe.** I am working on an R package that uses some C++ files however other languages also use the C++ code...