diff options
Diffstat (limited to '')
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | math/R-cran-RcppArmadillo/Makefile | 2 | ||||
-rw-r--r-- | math/R-cran-RcppArmadillo/distinfo | 6 | ||||
-rw-r--r-- | math/R-cran-mpoly/Makefile | 27 | ||||
-rw-r--r-- | math/R-cran-mpoly/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-mpoly/pkg-descr | 2 | ||||
-rw-r--r-- | math/R-cran-orthopolynom/Makefile | 16 | ||||
-rw-r--r-- | math/R-cran-orthopolynom/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-orthopolynom/pkg-descr | 3 |
9 files changed, 60 insertions, 4 deletions
diff --git a/math/Makefile b/math/Makefile index 838c2ecf9d6a..33cd64aa1d88 100644 --- a/math/Makefile +++ b/math/Makefile @@ -104,6 +104,7 @@ SUBDIR += R-cran-mitools SUBDIR += R-cran-mnormt SUBDIR += R-cran-moments + SUBDIR += R-cran-mpoly SUBDIR += R-cran-mvtnorm SUBDIR += R-cran-ncdf4 SUBDIR += R-cran-nloptr @@ -111,6 +112,7 @@ SUBDIR += R-cran-nortest SUBDIR += R-cran-numDeriv SUBDIR += R-cran-numbers + SUBDIR += R-cran-orthopolynom SUBDIR += R-cran-outliers SUBDIR += R-cran-partitions SUBDIR += R-cran-pbkrtest diff --git a/math/R-cran-RcppArmadillo/Makefile b/math/R-cran-RcppArmadillo/Makefile index 95567ba4a399..bbee225532ae 100644 --- a/math/R-cran-RcppArmadillo/Makefile +++ b/math/R-cran-RcppArmadillo/Makefile @@ -1,5 +1,5 @@ PORTNAME= RcppArmadillo -DISTVERSION= 14.6.3-1 +DISTVERSION= 15.0.2-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-RcppArmadillo/distinfo b/math/R-cran-RcppArmadillo/distinfo index 5b1890774bb1..b73281eb49ea 100644 --- a/math/R-cran-RcppArmadillo/distinfo +++ b/math/R-cran-RcppArmadillo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755952958 -SHA256 (RcppArmadillo_14.6.3-1.tar.gz) = 55f853a065903ad740ea5a3b53f22c71ffdeba1906dbb49d9c181da7a3e50fc7 -SIZE (RcppArmadillo_14.6.3-1.tar.gz) = 1412592 +TIMESTAMP = 1757371077 +SHA256 (RcppArmadillo_15.0.2-1.tar.gz) = 3dc69d06658f31513a1ef3110705c244d0c4b668af7735f7b30361c89d6ec426 +SIZE (RcppArmadillo_15.0.2-1.tar.gz) = 2118155 diff --git a/math/R-cran-mpoly/Makefile b/math/R-cran-mpoly/Makefile new file mode 100644 index 000000000000..93cfd3daa088 --- /dev/null +++ b/math/R-cran-mpoly/Makefile @@ -0,0 +1,27 @@ +PORTNAME= mpoly +DISTVERSION= 1.1.2 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= uzsolt@FreeBSD.org +COMMENT= Symbolic computing with multivariate polynomials in R +WWW= https://cran.r-project.org/package=${PORTNAME} + +LICENSE= GPLv2 + +RUN_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ + R-cran-orthopolynom>0:math/R-cran-orthopolynom \ + R-cran-partitions>0:math/R-cran-partitions \ + R-cran-plyr>0:devel/R-cran-plyr \ + R-cran-polynom>0:math/R-cran-polynom \ + R-cran-stringi>0:textproc/R-cran-stringi \ + R-cran-stringr>=1.0.0:textproc/R-cran-stringr \ + R-cran-tidyr>0:devel/R-cran-tidyr +TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ + R-cran-dplyr>0:math/R-cran-dplyr \ + R-cran-magrittr>0:devel/R-cran-magrittr \ + R-cran-testthat>=2.1.0:devel/R-cran-testthat + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/math/R-cran-mpoly/distinfo b/math/R-cran-mpoly/distinfo new file mode 100644 index 000000000000..cfeb68b37bf4 --- /dev/null +++ b/math/R-cran-mpoly/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757064223 +SHA256 (mpoly_1.1.2.tar.gz) = dbef5aff839d567c5a7e697dfb70f116832501aec79364779caf827796b50cca +SIZE (mpoly_1.1.2.tar.gz) = 1879213 diff --git a/math/R-cran-mpoly/pkg-descr b/math/R-cran-mpoly/pkg-descr new file mode 100644 index 000000000000..995e57e4d0e3 --- /dev/null +++ b/math/R-cran-mpoly/pkg-descr @@ -0,0 +1,2 @@ +mpoly is a simple collection of tools to help deal with multivariate polynomials +symbolically and functionally in R. diff --git a/math/R-cran-orthopolynom/Makefile b/math/R-cran-orthopolynom/Makefile new file mode 100644 index 000000000000..022a3748c959 --- /dev/null +++ b/math/R-cran-orthopolynom/Makefile @@ -0,0 +1,16 @@ +PORTNAME= orthopolynom +DISTVERSION= 1.0-6.1 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= uzsolt@FreeBSD.org +COMMENT= Collection of Functions for Orthogonal and Orthonormal Polynomials +WWW= https://cran.r-project.org/package=orthopolynom + +LICENSE= GPLv2 + +RUN_DEPENDS= R-cran-polynom>0:math/R-cran-polynom + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/math/R-cran-orthopolynom/distinfo b/math/R-cran-orthopolynom/distinfo new file mode 100644 index 000000000000..b92aa601df68 --- /dev/null +++ b/math/R-cran-orthopolynom/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757082202 +SHA256 (orthopolynom_1.0-6.1.tar.gz) = ec4a6ed266532f2f6d37a4ca6bd1b74c1df28a8c2caeab60e5d6af15bdbfe2c5 +SIZE (orthopolynom_1.0-6.1.tar.gz) = 33419 diff --git a/math/R-cran-orthopolynom/pkg-descr b/math/R-cran-orthopolynom/pkg-descr new file mode 100644 index 000000000000..4aedcd1f3bf9 --- /dev/null +++ b/math/R-cran-orthopolynom/pkg-descr @@ -0,0 +1,3 @@ +A collection of functions to construct sets of orthogonal polynomials and their +recurrence relations. Additional functions are provided to calculate the +derivative, integral, value and roots of lists of polynomial objects. |