Package: primes 1.6.0

Os Keyes

primes: Fast Functions for Prime Numbers

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.

Authors:Os Keyes [aut, cre], Paul Egeler [aut]

primes_1.6.0.tar.gz
primes_1.6.0.zip(r-4.5)primes_1.6.0.zip(r-4.4)primes_1.6.0.zip(r-4.3)
primes_1.6.0.tgz(r-4.5-x86_64)primes_1.6.0.tgz(r-4.5-arm64)primes_1.6.0.tgz(r-4.4-x86_64)primes_1.6.0.tgz(r-4.4-arm64)primes_1.6.0.tgz(r-4.3-x86_64)primes_1.6.0.tgz(r-4.3-arm64)
primes_1.6.0.tar.gz(r-4.5-noble)primes_1.6.0.tar.gz(r-4.4-noble)
primes_1.6.0.tgz(r-4.4-emscripten)primes_1.6.0.tgz(r-4.3-emscripten)
primes.pdf |primes.html
primes/json (API)

# Install 'primes' in R:
install.packages('primes', repos = c('https://ironholds.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/ironholds/primes/issues

Uses libs:
  • c++– GNU Standard C++ Library v3
Datasets:
  • primes - Pre-computed Prime Numbers

On CRAN:

cpp

4.41 score 11 stars 47 scripts 588 downloads 24 exports 1 dependencies

Last updated 1 years agofrom:915c26c5c4. Checks:7 OK, 4 NOTE. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 09 2025
R-4.5-win-x86_64NOTEFeb 09 2025
R-4.5-mac-x86_64NOTEFeb 09 2025
R-4.5-mac-aarch64NOTEFeb 09 2025
R-4.5-linux-x86_64NOTEFeb 09 2025
R-4.4-win-x86_64OKFeb 09 2025
R-4.4-mac-x86_64OKFeb 09 2025
R-4.4-mac-aarch64OKFeb 09 2025
R-4.3-win-x86_64OKFeb 09 2025
R-4.3-mac-x86_64OKFeb 09 2025
R-4.3-mac-aarch64OKFeb 09 2025

Exports:coprimecousin_primesgcdgenerate_n_primesgenerate_primesis_primek_tuplenext_primenth_primenth_prime_estimatephiprev_primeprime_countprime_factorsprimorial_nprimorial_pRgcdRscmruth_aaron_pairsscmsexy_prime_tripletssexy_primesthird_cousin_primestwin_primes

Dependencies:Rcpp