blob: 1bc284074d96cb0f2e02bd806bc8998e0d446e3b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= reformulas
DISTVERSION= 0.4.4
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Machinery for Processing Random Effect Formulas
WWW= https://cran.r-project.org/package=reformulas
LICENSE= GPLv3
RUN_DEPENDS= R-cran-Rdpack>0:devel/R-cran-Rdpack
TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat
USES= cran:auto-plist
.include <bsd.port.mk>
|