R-cran-miscTools is miscellaneous tools and utilities for R.
WWW: http://www.micecon.org/
This commit is contained in:
parent
4f601581c6
commit
82e437d223
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402721
4 changed files with 23 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
SUBDIR += R-cran-lme4
|
||||
SUBDIR += R-cran-memisc
|
||||
SUBDIR += R-cran-minqa
|
||||
SUBDIR += R-cran-miscTools
|
||||
SUBDIR += R-cran-mvtnorm
|
||||
SUBDIR += R-cran-nloptr
|
||||
SUBDIR += R-cran-nnls
|
||||
|
|
17
math/R-cran-miscTools/Makefile
Normal file
17
math/R-cran-miscTools/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Created by: Wen Heping <wenheping@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= miscTools
|
||||
DISTVERSION= 0.6-16
|
||||
CATEGORIES= math
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Miscellaneous small tools and utilities for R
|
||||
|
||||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
2
math/R-cran-miscTools/distinfo
Normal file
2
math/R-cran-miscTools/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (miscTools_0.6-16.tar.gz) = 813bcc2021124f8bcf961e707a97001cc33e5d0664075a6bce1a554acca2baa6
|
||||
SIZE (miscTools_0.6-16.tar.gz) = 17377
|
3
math/R-cran-miscTools/pkg-descr
Normal file
3
math/R-cran-miscTools/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
R-cran-miscTools is miscellaneous tools and utilities for R.
|
||||
|
||||
WWW: http://www.micecon.org/
|
Loading…
Reference in a new issue