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:           Mon Jun  8 13:08:19 UTC 2026

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

Log Message:
(devel/R-pak) Updated 0.8.0.1 to 0.9.5

# pak 0.9.5

* Vector valued library path now works correctly in `lockfile_create()`
  (#864, #868).

* pak now handles better PPM binaries on private PPM instances (#863).

# pak 0.9.4

* pak now works again with custom HTTPS certificates (#647, @tl-hbk).

# pak 0.9.3

* Setting `use_bioconductor = FALSE` (i.e. the `PKG_USE_BIOCONDUCTOR`
  env var, or the `pkg.use_bioconductor` option) now truly prevents
  any network contact with Bioconductor.

* pak now supports macOS binaries on R 4.6.x and later.

* pak can now consider installed packages in mutliple
  libraries, when installing packages. Pass a character vector
  of library path as the `lib` argument of `pkg_install()`.

# pak 0.9.2

* No user visible changes.

# pak 0.9.1

* pak is now more tolerant with extraneous whitespace in `PACKAGES*`
  metadata files (https://github.com/r-lib/pak/issues/785).

* pak now builds again on FreeBSD (#790).

* Installing dependencies of a package file with `deps::<filename>`
  works again (#784).

* pak now always uses the correct working directory in the subprocess;
  this was a common source of errors.

* New (nightly) binary builds for aarch64 Windows.

* We do not build binary builds for the release candidate of pak any
  more, only for stable and devel pak. `rc` is an alias to `stable` now.

# pak 0.9.0

* pak now supports HTTP basic authentication for CRAN-like repositories.
  See 'Authenticated repositories' in the reference manual.

* New function `scan_deps()` to auto-detect package dependencies from
  R code. `deps::.` automatically uses detected dependencies now if no
  `DESCRIPTION` file is found.

* The dependency solver now uses better heuristics, that works better
  (=faster) with multiple repositories with large overlaps
  (https://github.com/r-lib/pkgdepends/pull/392).

* pak is now much better at detecting the correct Linux distribution
  when deciding about PPM and system requirements support.

* pak now uses the `use_bioconductor` configuration option in `meta_*()` and
  `repo_*()` functions (#295, #726, @meztez).

# pak 0.8.0.2

No changes.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/R-pak/Makefile
cvs rdiff -u -r1.10 -r1.11 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.22 pkgsrc/devel/R-pak/Makefile:1.23
--- pkgsrc/devel/R-pak/Makefile:1.22    Thu May 14 16:40:38 2026
+++ pkgsrc/devel/R-pak/Makefile Mon Jun  8 13:08:19 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2026/05/14 16:40:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2026/06/08 13:08:19 mef Exp $
 
 R_PKGNAME=     pak
-R_PKGVER=      0.8.0.1
-PKGREVISION=   6
+R_PKGVER=      0.9.5
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/R-pak/distinfo
diff -u pkgsrc/devel/R-pak/distinfo:1.10 pkgsrc/devel/R-pak/distinfo:1.11
--- pkgsrc/devel/R-pak/distinfo:1.10    Mon Feb  3 14:33:06 2025
+++ pkgsrc/devel/R-pak/distinfo Mon Jun  8 13:08:19 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/02/03 14:33:06 mef Exp $
+$NetBSD: distinfo,v 1.11 2026/06/08 13:08:19 mef Exp $
 
-BLAKE2s (R/pak_0.8.0.1.tar.gz) = 90aba8ab56b0a8a02acf12406d5e76f0e0c308141068c4b8db12f1a326cbd29f
-SHA512 (R/pak_0.8.0.1.tar.gz) = c7d662fa42637eca03159729ffdc478c5e5fb6b0c37e38bf37db98da345e45135ad40a9640e1937aacb6705ed40a337267aca776868e6257a5d68a383b05f45a
-Size (R/pak_0.8.0.1.tar.gz) = 2047653 bytes
+BLAKE2s (R/pak_0.9.5.tar.gz) = d848c41fcef4da4f6fe480b99811837d7876509739c0ad4f6b924bb47af26ef0
+SHA512 (R/pak_0.9.5.tar.gz) = 72aaa35646db8833e403b962a0678115913a85163235d430c80b86c9264e24ea7b61e35ba681fe253314d16915c25ff2c8c5c4c4f57906a542afc3082c380160
+Size (R/pak_0.9.5.tar.gz) = 3336780 bytes



Home | Main Index | Thread Index | Old Index