new port: devel/R-cran-brio: Basic R Input Output
PR: 251811 Approved by: lwhsu
This commit is contained in:
parent
834e5136ed
commit
fc9f76111f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558423
@ -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
|
||||
|
19
devel/R-cran-brio/Makefile
Normal file
19
devel/R-cran-brio/Makefile
Normal 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>
|
3
devel/R-cran-brio/distinfo
Normal file
3
devel/R-cran-brio/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1608300467
|
||||
SHA256 (brio_1.1.0.tar.gz) = 6bb3a3b47bea13f1a1e3dcdc8b9f688502643e4b40a481a34aa04a261aabea38
|
||||
SIZE (brio_1.1.0.tar.gz) = 11610
|
5
devel/R-cran-brio/pkg-descr
Normal file
5
devel/R-cran-brio/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user