mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
- Add new port: devel/R-cran-gdata
gdata package provides various R programming tools for data manipulation. WWW: http://cran.r-project.org/web/packages/gdata/
This commit is contained in:
parent
2a8525513b
commit
ff651cdbd8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316699
@ -17,6 +17,7 @@
|
||||
SUBDIR += R-cran-chron
|
||||
SUBDIR += R-cran-foreach
|
||||
SUBDIR += R-cran-gbm
|
||||
SUBDIR += R-cran-gdata
|
||||
SUBDIR += R-cran-glmnet
|
||||
SUBDIR += R-cran-gsubfn
|
||||
SUBDIR += R-cran-gtools
|
||||
|
20
devel/R-cran-gdata/Makefile
Normal file
20
devel/R-cran-gdata/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gdata
|
||||
PORTVERSION= 2.12.0.2
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= Various R programming tools for data manipulation
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= R-cran-gtools>0:${PORTSDIR}/devel/R-cran-gtools
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/R-cran-gdata/distinfo
Normal file
2
devel/R-cran-gdata/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (gdata_2.12.0.2.tar.gz) = e81c0c3f7076aa5eb9bdbe7cfcf4d401729a3cccec756e2c97f406092b7180f2
|
||||
SIZE (gdata_2.12.0.2.tar.gz) = 708476
|
4
devel/R-cran-gdata/pkg-descr
Normal file
4
devel/R-cran-gdata/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
gdata package provides various R programming tools for data
|
||||
manipulation.
|
||||
|
||||
WWW: http://cran.r-project.org/web/packages/gdata/
|
Loading…
Reference in New Issue
Block a user