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

On Linux. On Windows and macOS we can assume that there is a shared library. There are two ways to do this: - Remove the shared link to libR from...

feature

So that `pak::pkg_install_deps("hadley/r4ds")` would get you everything that the book uses, without trying to install the book (which is not a package).

feature

Because they will of course not work on other R versions.

bug

``` > pak::local_install_dev_deps() → Will download 1 package with unknown size. ℹ No downloads are needed ✔ 107 deps: kept 107 [1.1s] ``` I get this when run within the...

bug

https://github.com/tidyverse/dplyr/actions/runs/3420263220/jobs/5694855875#step:5:3380 As part of this run, you can see this message ``` ✖ Failed to download rcmdcheck 1.4.0 (source) ``` But it doesn't stop there, the installation process continues and...

bug