Package: primes
Type: Package
Title: Generate and Test for Prime Numbers
Version: 1.0.0
Date: 2020-07-27
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: 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, and prime k-tuples (e.g., twin primes).
License: MIT + file LICENSE
Depends: R (>= 2.10)
Imports: Rcpp
LinkingTo: Rcpp
Suggests: testthat
SystemRequirements: C++11
URL: http://github.com/ironholds/primes
BugReports: http://github.com/ironholds/primes/issues
RoxygenNote: 7.1.1
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Packaged: 2020-07-28 19:00:04 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: 2020-07-28 23:00:02 UTC
