svn commit: r482867 - in head/math: . R-cran-haven
David Naylor
dbn at FreeBSD.org
Tue Oct 23 18:25:41 UTC 2018
Author: dbn
Date: Tue Oct 23 18:25:39 2018
New Revision: 482867
URL: https://svnweb.freebsd.org/changeset/ports/482867
Log:
math/R-cran-haven: Import and Export 'SPSS', 'Stata' and 'SAS' Files
Generated by: portcran (0.1.9)
Added:
head/math/R-cran-haven/
head/math/R-cran-haven/Makefile (contents, props changed)
head/math/R-cran-haven/distinfo (contents, props changed)
head/math/R-cran-haven/pkg-descr (contents, props changed)
Modified:
head/math/Makefile
Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile Tue Oct 23 18:25:17 2018 (r482866)
+++ head/math/Makefile Tue Oct 23 18:25:39 2018 (r482867)
@@ -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
Added: head/math/R-cran-haven/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-haven/Makefile Tue Oct 23 18:25:39 2018 (r482867)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= haven
+DISTVERSION= 1.1.2
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= dbn at 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>
Added: head/math/R-cran-haven/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-haven/distinfo Tue Oct 23 18:25:39 2018 (r482867)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1540318650
+SHA256 (haven_1.1.2.tar.gz) = 0a077b20bf8ef2efb73c2d4b4e1de57da7d4a525b27386320f0f7f5a9cece85e
+SIZE (haven_1.1.2.tar.gz) = 202360
Added: head/math/R-cran-haven/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-haven/pkg-descr Tue Oct 23 18:25:39 2018 (r482867)
@@ -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
More information about the svn-ports-all
mailing list