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

I had some problems with ubuntu 22.04 and R when installing devtools. The solution was installing some library from command line. sudo apt -y install libfontconfig1-dev libharfbuzz-dev install libtiff-dev

Warning message: In normalizePath(path.expand(path), winslash, mustWork) : path[1]="C:/Users/Ole Henrik �gaard/OneDrive - Norges Handelsh�yskole/Dokumenter": Systemet finner ikke angitt bane Warning message: In normalizePath(path.expand(path), winslash, mustWork) : path[1]="C:/Users/Ole Henrik �gaard/OneDrive - Norges...

On Windows 11 with R 4.2.1, `devtools::dev_mode()` fails when the development directory does not exist. Creating the directory first yields success. ```r devtools::dev_mode() Error: [ENOENT] Failed to realize 'C:/Users/wdenn/R-dev': no...

I'm surprised to see the devtools check command pass when configured to error on warnings, and then still see warnings in the build output. For example, see the start of...

It was quite confusing until I figured out that this section in `?load_all` refers to `pkgload::load_all()`: > is_loading() returns TRUE when it is called while load_all() is running. This may...

**Is your feature request related to a problem? Please describe.** When developing my package examples, I often want to test only one file's examples. Using `run_examples(start="my_file")` is insufficient, since I...

Addresses first part of request #2545: * Added `pkgload::run_example()` to the documentation for `devtools::run_examples()`.

**Is your feature request related to a problem? Please describe.** I am thinking about _testing_ examples outside of R CMD CHECK. This would allow me specify more strict options like...

### Description of issue: I think it would be an small QoL improvement for this package to clearly list the system dependencies. While it may not be an issue on...

Fixes #2499. Exactly mirrors the search path documented in utils::news() for NEWS files rather than using the regex approach proposed in the issue. The existing code could only handle plain...