mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Adding R-cran-FAdist, a R package with a collection of probability distributions
that are sometimes used in hydrology, used by math/rkward-kde for its non- regression tests.
This commit is contained in:
parent
fb525779cd
commit
a32ed30135
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524506
@ -10,6 +10,7 @@
|
||||
SUBDIR += R-cran-AMORE
|
||||
SUBDIR += R-cran-DCluster
|
||||
SUBDIR += R-cran-Epi
|
||||
SUBDIR += R-cran-FAdist
|
||||
SUBDIR += R-cran-bayesm
|
||||
SUBDIR += R-cran-cmprsk
|
||||
SUBDIR += R-cran-e1071
|
||||
|
16
science/R-cran-FAdist/Makefile
Normal file
16
science/R-cran-FAdist/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# Created by: Thierry Thomas <thierry@pompo.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= FAdist
|
||||
PORTVERSION= 2.2
|
||||
CATEGORIES= science
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
COMMENT= Probability distributions that are sometimes useful in hydrology
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
3
science/R-cran-FAdist/distinfo
Normal file
3
science/R-cran-FAdist/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1579979279
|
||||
SHA256 (FAdist_2.2.tar.gz) = c88a681ebb5e732ea9856255e4fa34e4fcf3465856fa7e4a5d86207f1ee1835b
|
||||
SIZE (FAdist_2.2.tar.gz) = 7370
|
4
science/R-cran-FAdist/pkg-descr
Normal file
4
science/R-cran-FAdist/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
An R package with a collection of probability distributions that are sometimes
|
||||
used in hydrology.
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/FAdist/index.html
|
Loading…
Reference in New Issue
Block a user