new port: devel/R-cran-brio: Basic R Input Output

PR:		251811
Approved by:	lwhsu
This commit is contained in:
Guangyuan Yang 2020-12-19 03:52:27 +00:00
parent 834e5136ed
commit fc9f76111f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558423
4 changed files with 28 additions and 0 deletions

View File

@ -22,6 +22,7 @@
SUBDIR += R-cran-bit
SUBDIR += R-cran-bit64
SUBDIR += R-cran-bitops
SUBDIR += R-cran-brio
SUBDIR += R-cran-broom
SUBDIR += R-cran-caTools
SUBDIR += R-cran-caret

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= brio
DISTVERSION= 1.1.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Basic R Input Output
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
R-cran-testthat>=2.1.0:devel/R-cran-testthat
USES= cran:auto-plist,compiles
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1608300467
SHA256 (brio_1.1.0.tar.gz) = 6bb3a3b47bea13f1a1e3dcdc8b9f688502643e4b40a481a34aa04a261aabea38
SIZE (brio_1.1.0.tar.gz) = 11610

View File

@ -0,0 +1,5 @@
Functions to handle basic input output, these functions always read and write
UTF-8 (8-bit Unicode Transformation Format) files and provide more explicit
control over line endings.
WWW: https://github.com/r-lib/brio