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:
parent
b19bf0aa01
commit
b54de7e8e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478557
@ -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
|
||||
|
17
math/R-cran-numbers/Makefile
Normal file
17
math/R-cran-numbers/Makefile
Normal 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>
|
3
math/R-cran-numbers/distinfo
Normal file
3
math/R-cran-numbers/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1535723558
|
||||
SHA256 (numbers_0.7-1.tar.gz) = be8bc020b730f6f86d7490f22e5e95ba952de68e47030cc680c342692f11aacc
|
||||
SIZE (numbers_0.7-1.tar.gz) = 41870
|
6
math/R-cran-numbers/pkg-descr
Normal file
6
math/R-cran-numbers/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user