and restricted partitions of an integer; the three corresponding partition functions are also given. Set partitions are now included. WWW: https://cran.r-project.org/web/packages/partitions/
18 lines
342 B
Makefile
18 lines
342 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= partitions
|
|
DISTVERSION= 1.9-19
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Additive Partitions of Integers
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
RUN_DEPENDS= R-cran-gmp>=0.5.1:math/R-cran-gmp \
|
|
R-cran-polynom>=0:math/R-cran-polynom
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|