Additive partitions of integers. Enumerates the partitions, unequal partitions,

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/
This commit is contained in:
Wen Heping 2018-09-01 02:48:35 +00:00
parent 42a722a69c
commit aa5ae4df97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478652
4 changed files with 27 additions and 0 deletions

View file

@ -76,6 +76,7 @@
SUBDIR += R-cran-numDeriv
SUBDIR += R-cran-numbers
SUBDIR += R-cran-outliers
SUBDIR += R-cran-partitions
SUBDIR += R-cran-pbkrtest
SUBDIR += R-cran-pls
SUBDIR += R-cran-polynom

View file

@ -0,0 +1,18 @@
# $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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1535767220
SHA256 (partitions_1.9-19.tar.gz) = dd47a511313ca26392bbe42d896cb96323d83ede8de1f92d622401d6a47574de
SIZE (partitions_1.9-19.tar.gz) = 374216

View file

@ -0,0 +1,5 @@
Additive partitions of integers. Enumerates the partitions, unequal partitions,
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/