pak icon indicating copy to clipboard operation
pak copied to clipboard

A fresh approach to package installation

Results 175 pak issues
Sort by recently updated
recently updated
newest added

I have a folder that is setup with `packrat`. When I try to install packages using `pak::pkg_install("stringi")`. I get this error ``` Error in read.dcf(file.path(path, "DESCRIPTION")) : cannot open the...

reprex
windows

- [ ] Load all packages in the library, detailed diagnosis - [ ] Detect other internal inconsistencies

feature

This has been a question a number of different times, some I can recall are @jennybc's workshop at RStudio::conf, @OmaymaS on twitter (https://twitter.com/OmaymaS_/status/1004468608028807170) and elsewhere. The general consensus is that...

feature

Maybe? And have an option for all packages.

feature

Ideally, it would only warn if a binary installer is available for the platform, and only once per session. It probably should not warn on the CIs, and in Docker.

feature

There are many strange bugs that can happen when you load a package built on a different major or minor version of R. We've spent a lot of time remotely...

feature

As discussed in r-lib/remotes#132

feature

Not entirely sure what the current behavior in pkgdepends is for this, but in devtools if you don't have the Remotes also listed in one of the other fields it...

feature