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

`url::` seems to be required for URLs, this also seems to be a lightweight way to introduce the source qualifier. I'm not sure I can successfully run `devtools::document()`, submitting as...

``` v Got rstan 2.21.5 (x86_64-pc-linux-gnu-centos-7) (43.75 MB) i Installing system requirements i Executing `sh -c yum install -y epel-release` i Executing `sh -c yum install -y epel-release` i Executing...

bug

Either we need to rewrite the command, or we need to put the current R on the path.

bug

I'm trying to use pak to share dependencies in a project, but if a different version is installed pak _can_ install a different version (through `pkg_install`), but _can't_ install it...

feature

Minimal reprex: ```r > pak::pkg_sysreqs("dplyr") Error: ! error in pak subprocess Caused by error in `sysreqs2_command(sysreqs_platform, "update")`: ! Unknown OS. Don't know how to query or install system packages for...

bug

So that pak builds on macOS on PPM correctly. When we do this, we need to make sure that `tools/build/linux` and `tools/build/macos` work correctly when cross-compiling, because currently they rely...

upkeep

E.g. ``` pak::pak("apache/arrow-adbc//r/adbcpostgresql") #> ! Using bundled GitHub PAT. Please add your own PAT using `gitcreds::gitcreds_set()`. #> Error: ! error in pak subprocess #> Caused by error: #> ! Could...

bug