Path to this page:
./
devel/R-pak,
Another Approach to Package Installation
Branch: CURRENT,
Version: 0.8.0nb3,
Package name: R-pak-0.8.0nb3,
Maintainer: pkgsrc-usersThe goal of 'pak' is to make package installation faster and more
reliable. In particular, it performs all HTTP operations in parallel,
so metadata resolution and package downloads are fast. Metadata and
package files are cached on the local disk as well. 'pak' has a
dependency solver, so it finds version conflicts before performing the
installation. This version of 'pak' supports CRAN, 'Bioconductor' and
'GitHub' packages as well.
Master sites: (Expand)
Version history: (Expand)
- (2024-11-15) Updated to version: R-pak-0.8.0nb3
- (2024-11-01) Updated to version: R-pak-0.8.0nb2
- (2024-11-01) Updated to version: R-pak-0.8.0nb1
- (2024-10-19) Updated to version: R-pak-0.8.0
- (2024-05-29) Updated to version: R-pak-0.7.1nb2
- (2024-05-16) Updated to version: R-pak-0.7.1nb1
CVS history: (Expand)
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-10-19 01:50:06 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(devel/R-pak) Adding TEST_DEPENDS, but again Font tctt1000 at 600 not found
|
2024-10-19 01:24:51 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(devel/R-pak) Two lines +TEST_DEPENDS, but still font issue left
|
2024-10-19 00:45:42 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/R-pak) Updated 0.7.1 to 0.8.0
# 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 \
(https://github.com/r-lib/pkgdepends/issues/353, @dgkf).
* `gitlab::` and `git::` package sources now support git submodules if
the `git-submodules` configuration option is set to `TRUE`. See
`?"pak-config"` (https://github.com/r-lib/pkgdepends/issues/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
(https://github.com/r-lib/pkgcache/issues/110,
https://github.com/r-lib/pkgcache/issues/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.
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|
2024-05-16 08:15:47 by Thomas Klausner | Files touched by this commit (692) |
Log message:
*: recursive bump for gnutls p11-kit option
(existing installations need the bl3.mk included, but it's now only
optionally included)
|