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

I have the same issue as #357 and while the comment there does fix the problem, I'd like to suggest an enhancement whereby one of the non-standard repos can actually...

feature

I think `?pak::pak` should be really self-contained. Currently: 1. it refers to pkgdepends, which may not even be installed if the bundled version of pak is used 2. it forwards...

documentation

DiagrammeR requires R 3.5 as of version 1.0.7: https://github.com/rich-iannone/DiagrammeR/commit/6812dee9ba3b803a20832a0a72e0a74924f0d2fc#diff-9cc358405149db607ff830a16f0b4b21f7366e3c99ec00d52800acebe21b231cR20 . As a consequence, workflows on R 3.4 that try to install DiagrammeR now fail: https://github.com/r-lib/pillar/runs/4892581824?check_suite_focus=true#step:4:1044 Could pak install DiagrammeR 1.0.6...

``` Run r-lib/actions/setup-r-dependencies@v2 Run ## Installing pak Installing pak Dependency resolution ℹ Creating lockfile '.github/pkg.lock' ✔ Updated metadata database: 2.88 MB in 7 files. ℹ Creating lockfile '.github/pkg.lock' ℹ Updating...

bug

This is most important for mac where it may take multiple days to build a binary version.

bug

For R packages that need to be installed from the CRAN archive. E.g. https://github.com/r-lib/pak/blob/c85118b565dc9be753291d9b24c59f3f82b4c320/R/package.R#L26-L30

feature
hadley pet peeve :see_no_evil:

Just a minor inconvenience, but similar to #150 the installation of packages fails if the e.g. github repo has a trailing slash (as often happen when copying from the browser's...

bug

otherwise it just keeps searching ... ``` r foo Error in rethrow_call(c_processx_poll, pollables, type, as.integer(ms)) : #> reached elapsed time limit ``` Created on 2022-01-06 by the [reprex package](https://reprex.tidyverse.org) (v2.0.1)...

bug

when passing both unqualified dependencies and "needs". This doesn't fail in the reprex package for some reason, but I can replicate in a fresh session: ```sh R -q -e 'unlink("dummy",...

bug

I have a problem installing `pak` on a certain machine, for which I get: ```r installation of package 'pak' had non-zero exit status ``` It is worth noting that the...

bug