Path to this page:
Subject: CVS commit: pkgsrc/devel/R-pak
From: Makoto Fujiwara
Date: 2022-12-18 04:09:24
Message id: 20221218030924.541F8FA90@cvs.NetBSD.org
Log Message:
(devel/R-pak) Updated 0.3.0 to 0.3.1
# 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).
Files: