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

When using pak in Dockerfile, some packages need long time to compile (such as httpuv, sass, etc.), so online build services (such as quay, dockerhub) receive no output for a...

feature

I love pak! Its solving a real issue I have in a package for my work. But its missing a small thing for it to be my holy grail. So,...

feature

Dear all, is there a way of setting `INSTALL_opts` with `pkg_install()` - I would like to install tests with `"--install-tests"` but there seems to be no way of passing that...

feature

**Describe the bug** macos-latest (release) > Error: Process completed with exit code 1. Occurs when running R-CMD-check. Build works on windows-latest and ubuntu-latest. Failure with run r-lib/actions/setup-r-dependencies@v2. Specific error is:...

bug

For example: ``` > library(pak) > .libPaths(tempdir()) > pak::pkg_install("rlang") Error: ! error in pak subprocess Caused by error in `loadNamespace(name)`: ! there is no package called ‘pak’ Type .Last.error to...

bug

e.g. something like this: ```R options(repos = c("FOO" = "https://cran.rstudio.com")) install.packages("ggplot2") packageDescription("ggplot2") #> ... #> RepositoryUrl: https://cran.rstudio.com #> RepositoryName: FOO #> ... ```

feature

I have a local package that is on Github but not on CRAN. If I ask `pak` to explain a non-existent dependency, this fails: ``` > pak::pkg_deps_explain(".", "foobar") Error: !...

bug

https://github.com/rstudio/nomnoml/actions/runs/4357025190/jobs/7615813595 `any::pkgdown` works in `extra-packages`, `pkgdown` does not, and it should.

bug