diff --git a/math/Makefile b/math/Makefile index d713c80bc5f7..28ecdfecc40d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -74,6 +74,7 @@ SUBDIR += R-cran-nnls SUBDIR += R-cran-nortest SUBDIR += R-cran-numDeriv + SUBDIR += R-cran-numbers SUBDIR += R-cran-outliers SUBDIR += R-cran-pbkrtest SUBDIR += R-cran-pls diff --git a/math/R-cran-numbers/Makefile b/math/R-cran-numbers/Makefile new file mode 100644 index 000000000000..42bd6dbd807b --- /dev/null +++ b/math/R-cran-numbers/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= numbers +DISTVERSION= 0.7-1 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Number-Theoretic Functions + +LICENSE= GPLv3+ + +RUN_DEPENDS= R-cran-gmp>=0.5.1:math/R-cran-gmp + +USES= cran:auto-plist + +.include diff --git a/math/R-cran-numbers/distinfo b/math/R-cran-numbers/distinfo new file mode 100644 index 000000000000..477c160993f0 --- /dev/null +++ b/math/R-cran-numbers/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1535723558 +SHA256 (numbers_0.7-1.tar.gz) = be8bc020b730f6f86d7490f22e5e95ba952de68e47030cc680c342692f11aacc +SIZE (numbers_0.7-1.tar.gz) = 41870 diff --git a/math/R-cran-numbers/pkg-descr b/math/R-cran-numbers/pkg-descr new file mode 100644 index 000000000000..655ebd60dd00 --- /dev/null +++ b/math/R-cran-numbers/pkg-descr @@ -0,0 +1,6 @@ +Provides number-theoretic functions for factorization, prime numbers, +twin primes, primitive roots, modular logarithm and inverses, extended +GCD, Farey series and continuous fractions. Includes Legendre and Jacobi +symbols, some divisor functions, Euler's Phi function, etc. + +WWW: https://cran.r-project.org/web/packages/numbers/