Package: primes
Type: Package
Title: Generate and Test for Prime Numbers
Version: 0.1.0
Date: 2015-06-21
Author: Oliver Keyes
Maintainer: Oliver Keyes <ironholds@gmail.com>
Description: Functions to test whether a number is prime and generate the prime numbers within a specified range. Based around
             an implementation of Wilson's theorem for testing for an integer's primality.
License: MIT + file LICENSE
Suggests: testthat
LinkingTo: Rcpp
Imports: Rcpp
NeedsCompilation: yes
Packaged: 2015-06-22 17:05:25 UTC; ironholds
Repository: CRAN
Date/Publication: 2015-06-22 19:53:27
