Skip to content

Commit

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

* The `?ignore` parameter works correctly now.

* Dependency resolution now does not fail if a package is not found.

* pak can now install `url::` remotes from GitHub.

* pak now does not fail when the package of a `.tar.gz` GitHub
  snapshot is in a subdirectory, or in a subdirectory of a subdirectory.

* pak now errors early if it cannot deduce the name of the package
  from a `Remotes` or `Config/Needs/*` entry.

* Solver failures now include details in some cases where previously they
  did not.

* pak can now update packages in Docker containers where the
  old version was installed in the different Docker later (#251)

* pak errors are now user friendlier and better formatted.

* pak now does not load tibble and its dependencies in the pak subprocess,
  so their dlls are not locked by the pak subprocess on Windows.

* pak now does not fail when installing a package that uses a non-UTF-8
  encoding on R 4.3.x and later (#404).
  • Loading branch information
mef committed Dec 18, 2022
1 parent 92da748 commit 4762f91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions devel/R-pak/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2022/04/29 11:57:28 mef Exp $
# $NetBSD: Makefile,v 1.3 2022/12/18 03:09:24 mef Exp $

R_PKGNAME= pak
R_PKGVER= 0.3.0
R_PKGVER= 0.3.1
CATEGORIES= devel

MAINTAINER= [email protected]
Expand Down Expand Up @@ -29,8 +29,9 @@ DEPENDS+= R-jsonlite>=1.7.1:../../textproc/R-jsonlite
DEPENDS+= R-curl>=3.2:../../www/R-curl

# Packages suggested but not available:
# 'distro', 'gitcreds', 'pkgdepends', 'pkgsearch'
# 'distro', 'pkgdepends', 'pkgsearch'
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-gitcreds-[0-9]*:../../security/R-gitcreds
TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr
TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi
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.4 2022/04/29 11:57:28 mef Exp $
$NetBSD: distinfo,v 1.5 2022/12/18 03:09:24 mef Exp $

BLAKE2s (R/pak_0.3.0.tar.gz) = b80d2c457f7b4bdae7fb1c44480cec8536732dad82bf8c4c06a9bcf5be7e37ee
SHA512 (R/pak_0.3.0.tar.gz) = 22c7b050c5559406dbfda21db82ba3c0d15d81378b3ec2e4997591ac4987d20810fafc4bc941756411150f8baac1ada21b7d34d7e25d6579dcda9916aa61c155
Size (R/pak_0.3.0.tar.gz) = 88564 bytes
BLAKE2s (R/pak_0.3.1.tar.gz) = 0d9a08e98f1823cda89a5075596024f61f8d2eb7ee982f05c0a4a0b2e692b78f
SHA512 (R/pak_0.3.1.tar.gz) = aa312cef189b80f0d999811b5361273cdb7d3a6264732d3f146834ca11a25f222b7c8a5766f38cb181be85d8e6975e27d65f1d14c5a2f7913dc787593f725c8a
Size (R/pak_0.3.1.tar.gz) = 120022 bytes

0 comments on commit 4762f91

Please sign in to comment.