The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Fast functions for dealing with prime numbers, such as testing whether a number is prime and generating a sequence prime numbers. Additional functions include finding prime factors and Ruth-Aaron pairs, finding next and previous prime numbers in the series, finding or estimating the nth prime, estimating the number of primes less than or equal to an arbitrary number, computing primorials, prime k-tuples (e.g., twin primes), finding the greatest common divisor and smallest (least) common multiple, testing whether two numbers are coprime, and computing Euler's totient function. Most functions are vectorized for speed and convenience.
Version: | 1.6.0 |
Depends: | R (≥ 4.0) |
Imports: | Rcpp |
LinkingTo: | Rcpp |
Suggests: | testthat |
Published: | 2024-01-09 |
DOI: | 10.32614/CRAN.package.primes |
Author: | Os Keyes [aut, cre], Paul Egeler [aut] |
Maintainer: | Os Keyes <ironholds at gmail.com> |
BugReports: | https://github.com/ironholds/primes/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/ironholds/primes |
NeedsCompilation: | yes |
Materials: | README |
In views: | NumericalMathematics |
CRAN checks: | primes results |
Reference manual: | primes.pdf |
Package source: | primes_1.6.0.tar.gz |
Windows binaries: | r-devel: primes_1.6.0.zip, r-release: primes_1.6.0.zip, r-oldrel: primes_1.6.0.zip |
macOS binaries: | r-release (arm64): primes_1.6.0.tgz, r-oldrel (arm64): primes_1.6.0.tgz, r-release (x86_64): primes_1.6.0.tgz, r-oldrel (x86_64): primes_1.6.0.tgz |
Old sources: | primes archive |
Please use the canonical form https://CRAN.R-project.org/package=primes to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.