math/R-cran-haven: Import and Export 'SPSS', 'Stata' and 'SAS' Files
Generated by: portcran (0.1.9)
This commit is contained in:
parent
eb788e7b7b
commit
63d8c7ef9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482867
@ -56,6 +56,7 @@
|
||||
SUBDIR += R-cran-gpclib
|
||||
SUBDIR += R-cran-gss
|
||||
SUBDIR += R-cran-gtable
|
||||
SUBDIR += R-cran-haven
|
||||
SUBDIR += R-cran-igraph
|
||||
SUBDIR += R-cran-influenceR
|
||||
SUBDIR += R-cran-inline
|
||||
|
27
math/R-cran-haven/Makefile
Normal file
27
math/R-cran-haven/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= haven
|
||||
DISTVERSION= 1.1.2
|
||||
CATEGORIES= math
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= dbn@FreeBSD.org
|
||||
COMMENT= Import and Export 'SPSS', 'Stata' and 'SAS' Files
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
|
||||
RUN_DEPENDS= R-cran-Rcpp>=0.11.4:devel/R-cran-Rcpp \
|
||||
R-cran-hms>0:devel/R-cran-hms \
|
||||
R-cran-tibble>0:devel/R-cran-tibble \
|
||||
R-cran-forcats>=0.2.0:math/R-cran-forcats \
|
||||
R-cran-readr>=0.1.0:textproc/R-cran-readr
|
||||
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
|
||||
R-cran-testthat>0:devel/R-cran-testthat \
|
||||
R-cran-knitr>0:print/R-cran-knitr \
|
||||
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown
|
||||
|
||||
USES= cran:auto-plist,compiles
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/R-cran-haven/distinfo
Normal file
3
math/R-cran-haven/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1540318650
|
||||
SHA256 (haven_1.1.2.tar.gz) = 0a077b20bf8ef2efb73c2d4b4e1de57da7d4a525b27386320f0f7f5a9cece85e
|
||||
SIZE (haven_1.1.2.tar.gz) = 202360
|
4
math/R-cran-haven/pkg-descr
Normal file
4
math/R-cran-haven/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Import foreign statistical formats into R via the embedded 'ReadStat' C
|
||||
library, <https://github.com/WizardMac/ReadStat>.
|
||||
|
||||
WWW: http://haven.tidyverse.org
|
Loading…
Reference in New Issue
Block a user