Port details |
- R-cran-pak Another Approach to Package Installation
- 0.5.1 devel =2 0.5.1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2022-01-17 02:27:21
- Last Update: 2024-09-14 22:41:44
- Commit Hash: 5652bff
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://pak.r-lib.org/
- Description:
- The 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-pak>0:devel/R-cran-pak
- To install the port:
- cd /usr/ports/devel/R-cran-pak/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/R-cran-pak
- pkg install R-cran-pak
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-pak
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1683161591
SHA256 (pak_0.5.1.tar.gz) = 3050843e81b74b1e14666c5014f0daed62b7400558ad1e5bd84bdeb712207602
SIZE (pak_0.5.1.tar.gz) = 146787
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- R : math/R
- Test dependencies:
-
- R-cran-jsonlite>=1.8.0 : converters/R-cran-jsonlite
- R-cran-callr>=3.7.0 : devel/R-cran-callr
- R-cran-cli>=3.2.0 : devel/R-cran-cli
- R-cran-covr>0 : devel/R-cran-covr
- R-cran-desc>=1.4.1 : devel/R-cran-desc
- R-cran-filelock>=1.0.2 : devel/R-cran-filelock
- R-cran-glue>=1.6.2 : devel/R-cran-glue
- R-cran-mockery>0 : devel/R-cran-mockery
- R-cran-pkgcache>=2.0.4 : devel/R-cran-pkgcache
- R-cran-pkgdepends>=0.4.0 : devel/R-cran-pkgdepends
- R-cran-pkgsearch>=3.1.0 : devel/R-cran-pkgsearch
- R-cran-prettyunits>0 : devel/R-cran-prettyunits
- R-cran-rprojroot>=2.0.2 : devel/R-cran-rprojroot
- R-cran-rstudioapi>0 : devel/R-cran-rstudioapi
- R-cran-testthat>0 : devel/R-cran-testthat
- R-cran-withr>0 : devel/R-cran-withr
- R-cran-curl>=4.3.2 : ftp/R-cran-curl
- R-cran-pingr>0 : net/R-cran-pingr
- R-cran-digest>0 : security/R-cran-digest
- R-cran-gitcreds>0 : security/R-cran-gitcreds
- R-cran-processx>=3.8.1 : sysutils/R-cran-processx
- R-cran-ps>=1.6.0 : sysutils/R-cran-ps
- Runtime dependencies:
-
- R : math/R
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_R-cran-pak
- USES:
- cran:auto-plist
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.1 14 Sep 2024 22:41:44 |
Guangyuan Yang (ygy) |
devel/R-cran-pak: drop maintainership |
0.5.1 04 May 2023 02:59:15 |
Guangyuan Yang (ygy) |
devel/R-cran-pak: Update to 0.5.1 |
0.5.0 25 Apr 2023 16:55:19 |
Guangyuan Yang (ygy) |
devel/R-cran-pak: Update to 0.5.0 |
0.4.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.4.0 20 Jan 2023 08:46:37 |
Guangyuan Yang (ygy) |
devel/R-cran-pak: Update to 0.4.0 |
0.3.1 20 Sep 2022 00:22:13 |
Guangyuan Yang (ygy) |
devel/R-cran-pak: Update to 0.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.3.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.3.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.3.0 21 Apr 2022 22:46:36 |
Guangyuan Yang (ygy) |
devel/R-cran-pak: Update to 0.3.0 |
0.2.1 17 Jan 2022 02:24:51 |
Guangyuan Yang (ygy) |
devel/R-cran-pak: New port: Another Approach to Package Installation |