Package: primes
Type: Package
Title: Fast Functions for Prime Numbers
Version: 1.5.0
Date: 2023-10-08
Authors@R: c(
    person("Os", "Keyes", email = "ironholds@gmail.com", role = c("aut", "cre")),
    person("Paul", "Egeler", email = "paulegeler@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0001-6948-9498"))
    )
Description: 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.
License: MIT + file LICENSE
Depends: R (>= 4.0)
Imports: Rcpp
LinkingTo: Rcpp
Suggests: testthat
URL: https://github.com/ironholds/primes
BugReports: https://github.com/ironholds/primes/issues
RoxygenNote: 7.2.3
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Packaged: 2023-10-08 15:55:27 UTC; ironholds
Author: Os Keyes [aut, cre],
  Paul Egeler [aut] (<https://orcid.org/0000-0001-6948-9498>)
Maintainer: Os Keyes <ironholds@gmail.com>
Repository: CRAN
Date/Publication: 2023-10-08 17:40:02 UTC
