forked from EnriquePH/OEIS.R
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 763 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
30 lines (30 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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