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

``` > pak::pak("pkgconfig") Error: Cannot install packages: * pkgconfig: Can't subset columns that don't exist. ✖ Columns `license` and `md5sum` don't exist. Type .Last.error.trace to see where the error occured...

bug

At my organization, we have a local CRAN-alike that requires authentication for access. Using the core R tools, I can set the following options to let `curl` handle the authentication:...

feature

Cf. https://github.com/r-lib/rlang/pull/1199#pullrequestreview-655503196

feature

```r > pak::pak("filelock") Error in dyn.load(dll_file) : unable to load shared object '/tmp/RtmpX1naxg/filebf81402596c3/glue/libs//glue.so': /tmp/RtmpX1naxg/filebf81402596c3/glue/libs//glue.so: failed to map segment from shared object ``` The same bug as https://github.com/r-lib/callr/issues/192, essentially. We'll need...

bug

To find depends in R, .Rmd, etc. Then if you open an analysis project, you could call `pak::pak()` to install all the packages you need to run/debug it.

feature

This is on Windows 10 and R 4.0.4 with last version of pak dev ```r > pak::pak_update() Current version is the latest, no need to update. ``` I added this...

feature

It looks like the installer tries to pick a Linux MUSL build? ``` > install.packages("pak", repos = "https://r-lib.github.io/p/pak/dev/") Installing package into '/opt/homebrew/lib/R/4.0/site-library' (as 'lib' is unspecified) trying URL 'https://r-lib.github.io/p/pak/dev/src/contrib/pak_0.1.2.9001_R4-0_x86_64-pc-linux-musl.tar.gz' Content...

bug
documentation

```r > pak::pkg_install('magick') ⠋ Updating metadata [0/6] | Downloading [0 B / 0 B] Found Updating local metadata database ... done → Will install 4 packages. → Will download 4...

bug

Can we add support for Bioconductor packages in `pak::pkg_system_requirements` function? I have made a post aslo [here](https://community.rstudio.com/t/system-requirements-for-bioconductor-packages-on-package-manager/94236). I know the biggest issue here may be waiting for system requirements of...

feature

To tell you to run `pak_update()`, or just run it.

bug