1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

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/
This commit is contained in:
Wen Heping 2018-08-31 14:11:44 +00:00
parent b19bf0aa01
commit b54de7e8e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478557
4 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1535723558
SHA256 (numbers_0.7-1.tar.gz) = be8bc020b730f6f86d7490f22e5e95ba952de68e47030cc680c342692f11aacc
SIZE (numbers_0.7-1.tar.gz) = 41870

View File

@ -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/