pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-pak



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun 18 14:17:58 UTC 2023

Modified Files:
        pkgsrc/devel/R-pak: Makefile distinfo

Log Message:
(devel/R-pak) Updated 0.4.0 to 0.5.1

# 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`
  (https://github.com/r-lib/actions/issues/708).

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

* pak now reports dependency solver failures better in some cases
  (#305, https://github.com/r-lib/pak/issues/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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-pak/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-pak/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-pak/Makefile
diff -u pkgsrc/devel/R-pak/Makefile:1.4 pkgsrc/devel/R-pak/Makefile:1.5
--- pkgsrc/devel/R-pak/Makefile:1.4     Sun Feb 19 12:45:20 2023
+++ pkgsrc/devel/R-pak/Makefile Sun Jun 18 14:17:58 2023
@@ -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@localhost

Index: pkgsrc/devel/R-pak/distinfo
diff -u pkgsrc/devel/R-pak/distinfo:1.6 pkgsrc/devel/R-pak/distinfo:1.7
--- pkgsrc/devel/R-pak/distinfo:1.6     Sun Feb 19 12:45:20 2023
+++ pkgsrc/devel/R-pak/distinfo Sun Jun 18 14:17:58 2023
@@ -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



Home | Main Index | Thread Index | Old Index