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

To solve issues like https://github.com/r-lib/actions/issues/738 and https://community.rstudio.com/t/libraptor2-dev-depends-libcurl4-gnutls-dev-but-it-is-not-installable-in-r-lib-actions-setup-r-dependencies-v2/181572/4 The sysreqs DB already has the data for this: https://github.com/rstudio/r-system-requirements/pull/143

feature

This happens when a web server claims `Content-Encoding: x-gzip` but it does not compresses the content. We could also set ``` h

```R devtools::install_github("auto-optimization/mootools/r") ``` works! ```R pak::pkg_install("auto-optimization/mootools/r") ``` FAILS with: ```R → Will install 1 package. → The package (0 B) is cached. + moocore 0.0.9000 [bld][cmp] (GitHub: 9b8a0e0) + ✔...

When using GitHub Actions, I get the following error that appears to originate from `pak`. It may be related to R version 4.3 since it consistently happens for the Ubuntu-devel...

bug

From get started vignette: https://pak.r-lib.org/dev/reference/get-started.html#time-travel-using-mran

I had an issue with installing `limma`: one of the dependencies could not be loaded because a required system library could not be found. Unfortunately, `pak`'s error message doesn't tell...

If a package has `Rmpi` in `Suggests` it will fail to install with `pak`, because `Rmpi` is not built for MacOS. See this example: [log.txt](https://github.com/r-lib/pak/files/13785675/log.txt) There does not seem to...

(Applies to any package, `brew` is just an example) ```r getOption("repos") CRAN "https://packagemanager.posit.co/cran/__linux__/rhel9/2023-10-31" pak::pkg_install("brew") Error: ! error in pak subprocess Caused by error: ! Could not solve package dependencies: *...

pak previously supported a vector of packages in all of `pkg_status()`, `pkg_deps()`, `pkg_deps_tree()`, which was extremely useful for some private-package functions despite being (maybe?) unintentional due to a bug in...

This is an early version of a PR that will enhance `pak::pkg_system_requirements()` so that it will check all `R` and `Bioconductor` type repositories on a given packagemanager (only URL of...