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

Cf. https://github.com/r-lib/actions/issues/543

bug

https://r-lib.github.io/p/pak/stable/win.binary/mingw32/x86_64 seems to point to outdated version, namely 0.2.0.9000. ``` r (repo [1] "https://r-lib.github.io/p/pak/stable/win.binary/mingw32/x86_64" install.packages("pak", repos = repo) #> Installing package into 'C:/Users/Daniel/Documents/R/win-library/4.1' #> (as 'lib' is unspecified) #> package...

``` ❯ pak::pkg_install("SparkR=github::apache/spark/R/[email protected]?reinstall") → Will install 1 package. → The package (0 B) is cached. + SparkR 3.1.2 👷🏽‍♀️🔧 (GitHub: de351e3) ℹ No downloads are needed, 1 pkg is cached...

bug

``` > pak::pak_update(force = TRUE) trying URL 'https://r-lib.github.io/p/pak/devel/linux/aarch64/pak_0.2.0.9000_R-3-6_aarch64-linux.tar.gz' Content type 'application/gzip' length 7706201 bytes (7.3 MB) ================================================== downloaded 7.3 MB Updating to version 0.2.0.9000 (2022-03-09 05:39:50 UTC) * installing *binary*...

bug

Pre-history * [ ] `usethis::use_readme_rmd()` * [ ] `usethis::use_roxygen_md()` * [ ] `usethis::use_github_links()` * [ ] `usethis::use_pkgdown_github_pages()` * [ ] `usethis::use_tidy_github_labels()` * [ ] `usethis::use_tidy_style()` * [ ] `usethis::use_tidy_description()` *...

upkeep

As a reaction to a question raised in the audience during userR! and the discussion on #103, an extra section in the README that explains (hopefully clearly) how to setup...

I have variations of this in a few packages (and see it in several others too). I wasn't sure how to write test cases for this so please make suggestions.

Many thanks for the awesome `pak` package. I've just installed `R 4.1.2` and am trying to install a large number of pacakges using `pak`. But I keep running into an...

bug

First let me explain my use case: I have many packages to install (from a package list), repetitively, for building docker images. This list may vary a bit in time....