Skip to content

Commit

Permalink
(devel/R-pak) Updated 0.4.0 to 0.5.1
Browse files Browse the repository at this point in the history
# pak 0.5.1

* No user visible changes.

# pak 0.5.0

* The `meta_*()` functions now consider the `platforms`, `cran_mirror` and
  `r_versions` config entries, see `?"pak-config"`.

* Better Posit Package Manager (PPM) support. New `+ppm_has_binaries()`,
  `ppm_r_versions()`, `ppm_repo_url()`, `ppm_snapshots()` and `ppm_platforms()`
  functions to help interacting with PPM. See the new 'pkgcache and Posit
  Package Manager on Linux' article at https://r-lib.github.io/pkgcache.
  (r-lib/pkgcache#47 and r-lib/pkgdepends#186).

* New `system_r_platform()` and `system_r_platform_data()` functions to query
  the current platform.

* pak now support git repositories as package references. E.g.
  `git::https://github.com/r-lib/pak.git`.

* pak now supports versioned CRAN packages, e.g. `dplyr@1.1.1` will
  always install dplyr 1.1.1. Note that only CRAN packages are supported,
  Bioconductor packages are not (yet).

* pak now has an alternative system requirements lookup
  implementation. It supports Fedora and Debian systems as well, in
  addition to Debian, Ubuntu, SUSE and RedHat derivatives.
  You can switch to this implementation by setting the
  `R_PKG_SYSREQS2` environment variable to `true`.

* pak now does a better job looking up dependencies for
  hand-selected dependency types. E.g. `dependencies = "LinkingTo"`.

* pak now removes `?ignore`-d packages from dependencies, and
  uses the correct version comparison for `?ignore-before.r`
  (r-lib/actions#708).

* pak now does not fail for circular soft dependencies (#306).

* pak now reports dependency solver failures better in some cases
  (#305, r-lib/pak#474).

* pak now uses locally built CRAN binaries from the cache. Use the
  `?nocache` parameter to opt out from this, or
  `cache_delete(package = ...)` to remove a package from the cache.
  • Loading branch information
mef committed Jun 18, 2023
1 parent a46e541 commit 8cfb7ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/R-pak/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2023/02/19 12:45:20 mef Exp $
# $NetBSD: Makefile,v 1.5 2023/06/18 14:17:58 mef Exp $

R_PKGNAME= pak
R_PKGVER= 0.4.0
R_PKGVER= 0.5.1
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
8 changes: 4 additions & 4 deletions devel/R-pak/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2023/02/19 12:45:20 mef Exp $
$NetBSD: distinfo,v 1.7 2023/06/18 14:17:58 mef Exp $

BLAKE2s (R/pak_0.4.0.tar.gz) = bd504669d3e080b1379fd02b724deaaa4d2eec5edc03685259db01e6a88c13bd
SHA512 (R/pak_0.4.0.tar.gz) = b27aa8cf257be1eae50b7e2b356ca95290f31dfc863834722edb51a0c8cf11d80bc6886e49793b733b42ab18c170d02de110388307a2c31432e42a7cfe1c246d
Size (R/pak_0.4.0.tar.gz) = 139041 bytes
BLAKE2s (R/pak_0.5.1.tar.gz) = 48e16ae0636e75ad43869bb02912cc06caa5539eb86f76dacb5815e090779672
SHA512 (R/pak_0.5.1.tar.gz) = 909587ee3dd7bb2ec81a43c41a529004827dc3f694511517b4093bdb97281ce62b670b7f82dd5ea08140637789d38a33f02239db2ab089a01d17aaec8491eb6d
Size (R/pak_0.5.1.tar.gz) = 146787 bytes

0 comments on commit 8cfb7ea

Please sign in to comment.