Package: OEIS.R
Title: Data from the on-Line Encyclopedia of Integer Sequences in R
Version: 0.1.0.1
Date: 2023-03-03
Language: en-US
Authors@R: person("Enrique", "Pérez Herrero",
    email = "eph.project1500@gmail.com",
    role = c("aut", "cre", "cph"))
Description: Integer sequences from OEIS in R.
    The on-Line Encyclopedia of Integer Sequences (OEIS), <https://oeis.org/>,
    is an online database of integer sequences. This packages provides classes,
    and functions to use data from OEIS in R.
Depends: R (>= 3.3.3)
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports:
   xml2,
   rvest,
   magrittr,
   utils,
   lubridate,
   ggplot2
Suggests: 
    knitr,
    rmarkdown,
    testthat,
    qpdf,
    covr
VignetteBuilder: knitr
