Port details |
- R-cran-vroom Read and Write Rectangular Text Data Quickly
- 1.6.5 textproc =2 1.6.5Version of this port present on the latest quarterly branch.
- Maintainer: eduardo@FreeBSD.org
- Port Added: 2021-07-22 07:12:07
- Last Update: 2023-12-09 17:29:31
- Commit Hash: a9bea29
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://cran.r-project.org/web/packages/vroom/
- Description:
- The goal of 'vroom' is to read and write data (like 'csv', 'tsv'
and 'fwf') quickly. When reading it uses a quick initial indexing
step, then reads the values lazily , so only the data you actually
use needs to be read. The writer formats the data in parallel and
writes to disk asynchronously from formatting.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-vroom>0:textproc/R-cran-vroom
- To install the port:
- cd /usr/ports/textproc/R-cran-vroom/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/R-cran-vroom
- pkg install R-cran-vroom
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-vroom
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1702122517
SHA256 (vroom_1.6.5.tar.gz) = 7bdca21e58c9c5049d7445d182f59fd399193cb2f4318d083de0a559ec9b5761
SIZE (vroom_1.6.5.tar.gz) = 750416
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-cran-bit64>0 : devel/R-cran-bit64
- R-cran-cli>=3.2.0 : devel/R-cran-cli
- R-cran-cpp11>=0.2.0 : devel/R-cran-cpp11
- R-cran-crayon>0 : devel/R-cran-crayon
- R-cran-glue>0 : devel/R-cran-glue
- R-cran-hms>0 : devel/R-cran-hms
- R-cran-lifecycle>=1.0.3 : devel/R-cran-lifecycle
- R-cran-progress>=1.2.1 : devel/R-cran-progress
- R-cran-rlang>=0.4.2 : devel/R-cran-rlang
- R-cran-tibble>=2.0.0 : devel/R-cran-tibble
- R-cran-tidyselect>0 : devel/R-cran-tidyselect
- R-cran-tzdb>=0.1.1 : devel/R-cran-tzdb
- R-cran-vctrs>=0.2.0 : devel/R-cran-vctrs
- R-cran-withr>0 : devel/R-cran-withr
- R : math/R
- gfortran12 : lang/gcc12
- as : devel/binutils
- Test dependencies:
-
- R-cran-testthat>0 : devel/R-cran-testthat
- Runtime dependencies:
-
- R-cran-bit64>0 : devel/R-cran-bit64
- R-cran-cli>=3.2.0 : devel/R-cran-cli
- R-cran-cpp11>=0.2.0 : devel/R-cran-cpp11
- R-cran-crayon>0 : devel/R-cran-crayon
- R-cran-glue>0 : devel/R-cran-glue
- R-cran-hms>0 : devel/R-cran-hms
- R-cran-lifecycle>=1.0.3 : devel/R-cran-lifecycle
- R-cran-progress>=1.2.1 : devel/R-cran-progress
- R-cran-rlang>=0.4.2 : devel/R-cran-rlang
- R-cran-tibble>=2.0.0 : devel/R-cran-tibble
- R-cran-tidyselect>0 : devel/R-cran-tidyselect
- R-cran-tzdb>=0.1.1 : devel/R-cran-tzdb
- R-cran-vctrs>=0.2.0 : devel/R-cran-vctrs
- R-cran-withr>0 : devel/R-cran-withr
- R : math/R
- gfortran12 : lang/gcc12
- This port is required by:
- for Run
-
- textproc/R-cran-readr
Configuration Options:
- No options to configure
- Options name:
- textproc_R-cran-vroom
- USES:
- compiler:c++11-lang cran:auto-plist,compiles shebangfix
- 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 |
1.6.5 09 Dec 2023 17:29:31 |
Nuno Teixeira (eduardo) |
textproc/R-cran-vroom: Update to 1.6.5
ChangeLog: https://cran.r-project.org/web/packages/vroom/news/news.html |
1.6.4 06 Oct 2023 07:46:49 |
Nuno Teixeira (eduardo) |
textproc/R-cran-vroom: Update to 1.6.4
- Switch to DISTVERSION
- Define LICENSE_FILE
- Take maintainership
ChangeLog: https://cran.r-project.org/web/packages/vroom/news/news.html |
1.6.3 08 May 2023 12:58:44 |
TAKATSU Tomonari (tota) |
textproc/R-cran-vroom: Update to 1.6.3
- Update to 1.6.3
- Drop maintainership |
1.5.7_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.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) |
1.5.7 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 ) |
1.5.7 01 Dec 2021 11:42:22 |
TAKATSU Tomonari (tota) |
textproc/R-cran-vroom: Update to 1.5.7 |
1.5.6 14 Nov 2021 04:28:39 |
TAKATSU Tomonari (tota) |
textproc/R-cran-vroom: Update to 1.5.6 |
1.5.5 16 Sep 2021 03:09:38 |
TAKATSU Tomonari (tota) |
textproc/R-cran-vroom: Update to 1.5.5 |
1.5.4 08 Aug 2021 00:18:48 |
TAKATSU Tomonari (tota) |
textproc/R-cran-vroom: Update to 1.5.4 |
1.5.3 22 Jul 2021 07:07:18 |
TAKATSU Tomonari (tota) |
textproc/R-cran-vroom: Add new port
The goal of 'vroom' is to read and write data (like 'csv', 'tsv'
and 'fwf') quickly. When reading it uses a quick initial indexing
step, then reads the values lazily , so only the data you actually
use needs to be read. The writer formats the data in parallel and
writes to disk asynchronously from formatting.
WWW: https://cran.r-project.org/web/packages/vroom/ |