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

``` ✓ Cached copy of BrailleR-deps 0.31.3 (source) is the latest build ✓ Got extrafontdb 1.0 (macos) (6.80 kB) ✓ Got extrafont 0.17 (macos) (50.06 kB) ✓ Got Rttf2pt1 1.3.8...

feature

When using pak behind a firewall, I get an error: ``` r pak::pkg_install("dplyr") #> Error: callr subprocess failed: cannot open URL 'http://bioconductor.org/config.yaml' ``` This is completely normal because we have...

feature

* digest ``` ❯ pak::pkg_deps_explain("local::.", "digest", dependencies = "Config/needs/dependencies") pak -> pkgcache -> digest pak -> pkgdepends -> pkgcache -> digest ``` * crayon ``` ❯ pak::pkg_deps_explain("local::.", "crayon", dependencies =...

upkeep

On this GHA build we get the unfortunate error with no extra context: https://github.com/tidymodels/hardhat/runs/3768720403 ```r 2021-10-01T15:08:16.0434995Z ##[error]Error: 2021-10-01T15:08:16.0446592Z in process 9759 2021-10-01T15:08:16.0447427Z --> 2021-10-01T15:08:16.0447872Z 2021-10-01T15:08:16.0475755Z 2021-10-01T15:08:16.0476201Z Stack trace: 2021-10-01T15:08:16.0476417Z 2021-10-01T15:08:16.0476762Z...

bug

https://user-images.githubusercontent.com/1976582/140395680-b362cd16-3a75-4c45-8303-5995de54bd67.mov ``` > devtools::session_info() ─ Session info 🍜 😮 🐓 ────────────────────────────────────────────────────────────────────── hash: steaming bowl, face with open mouth, rooster setting value version R version 4.1.0 (2021-05-18) os macOS Big Sur...

bug

People starting to run Docker on M1 macs will run arm64 containers by default, as many standard Ubuntu etc. containers are available for arm64. We need to fix https://github.com/r-hub/r-minimal/issues/36 first.

builds

These appear to be accidental but with the exception of `pkg_deps_explain()`, they seem to work fine with multiple package names passed to `pkg` https://github.com/r-lib/pak/blob/15b0b2e9d5d81d3853627a69edcb6d2118a6e36c/R/deps-explain.R#L27-L28 https://github.com/r-lib/pak/blob/15b0b2e9d5d81d3853627a69edcb6d2118a6e36c/R/package.R#L282-L283 https://github.com/r-lib/pak/blob/15b0b2e9d5d81d3853627a69edcb6d2118a6e36c/R/package.R#L334-L335 https://github.com/r-lib/pak/blob/15b0b2e9d5d81d3853627a69edcb6d2118a6e36c/R/package.R#L380-L381 Reprex. Something else...

feature

I just saw this error ``` Cannot install packages: * local::.: Can't install dependency r-lib/rlang * r-lib/rlang: GitHub HTTP error * bslib: Can't install dependency rlang * rlang: Conflicts with...

feature

If we just want to print out the command with `sudo` but does not want to execute the command, current 'pak' does not prepend "sudo" unless you combine `execute =...

E.g. RSPM + CRAN. This is a combinatorial explosion in the solver, so we need to remove alternatives first, by merging the download URLs of the repos into a single...

bug