mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -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
|
||||
|
|
18
math/R-cran-partitions/Makefile
Normal file
18
math/R-cran-partitions/Makefile
Normal 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>
|
3
math/R-cran-partitions/distinfo
Normal file
3
math/R-cran-partitions/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1535767220
|
||||
SHA256 (partitions_1.9-19.tar.gz) = dd47a511313ca26392bbe42d896cb96323d83ede8de1f92d622401d6a47574de
|
||||
SIZE (partitions_1.9-19.tar.gz) = 374216
|
5
math/R-cran-partitions/pkg-descr
Normal file
5
math/R-cran-partitions/pkg-descr
Normal 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/
|
Loading…
Add table
Reference in a new issue