Skip to content

Commit

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

* `pkg_deps()` now accepts a vector of package names.

* The metadata cache now does not use source URLs for packages in `Archive`
  on Posit Package Manager repositories. This URLs may serve a different
  package, even a source package when the main URL for the same package
  serves a binary package. The alternative URLs are not needed on PPM,
  anyway, because PPM is in a consistent state w.r.t. metadata and
  package files (#623).

* pak now supports `gitlab::` package sources better, by adding
  explicit syntax to specify subdirectories (r-lib/pkgdepends#353, @dgkf).

* `gitlab::` and `git::` package sources now support git submodules if
  the `git-submodules` configuration option is set to `TRUE`. See
  `?"pak-config"` (r-lib/pkgdepends#354).

* The new `?ignore-unavailable` parameter makes it easy to ignore soft
  dependencies that are unavailable (#606).

* pak now automatically ignores soft dependencies that have an
  incompatible OS type (`OS_type` entry in `DESCRIPTION`) when installing
  packages.

* `repo_add()` and the `ppm_*()` functions, e.g. `ppm_snapshots()`, now
  work again after the PPM API changes
  (r-lib/pkgcache#110,
   r-lib/pkgcache#115).

# pak 0.7.2

* pak now supports using parameters for all packages with the
  `*=?<param>` form. E.g. `*=?source` installs all packages from source.

* pak now supports R 4.4.0 again, and also Rtools44.
  • Loading branch information
mef committed Oct 18, 2024
1 parent e22f1d2 commit 0e2c37a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions devel/R-pak/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.9 2024/05/29 16:31:56 adam Exp $
# $NetBSD: Makefile,v 1.10 2024/10/18 22:45:42 mef Exp $

R_PKGNAME= pak
R_PKGVER= 0.7.1
PKGREVISION= 2
R_PKGVER= 0.8.0
CATEGORIES= devel

MAINTAINER= [email protected]
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.8 2024/01/21 14:19:57 mef Exp $
$NetBSD: distinfo,v 1.9 2024/10/18 22:45:42 mef Exp $

BLAKE2s (R/pak_0.7.1.tar.gz) = f9c515e9e83b3c98f730f786e0f0f65bf0e04b0b6ff397623ca4e36309be6cc4
SHA512 (R/pak_0.7.1.tar.gz) = fc41fb17bd09ea1f3c7a691c52f07055cdabcd8198f20d2c3ce0780569b8e9c7c6770ecc6cbdbac1af72ac51ec5bc4232db6e0ec790efcfa94c3d9ceed739636
Size (R/pak_0.7.1.tar.gz) = 2022732 bytes
BLAKE2s (R/pak_0.8.0.tar.gz) = 349e6f1668b3baa42b2436b60306b9a609b03d85fc1e10241e6893cc218f6a8f
SHA512 (R/pak_0.8.0.tar.gz) = 10deb879e63459dccad979ae3b0fb98f6408ef5fd0febe487279e6390da1ae035205894333b02426bdb7e42c1fee9d64b9b21ff46b5d89bfcfa43bc4eafd9be6
Size (R/pak_0.8.0.tar.gz) = 2046894 bytes

0 comments on commit 0e2c37a

Please sign in to comment.