-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 928 Bytes
/
DESCRIPTION
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
Package: naturalstattrick
Type: Package
Title: Natural Stat Trick Data in R
Version: 0.1.0
Description: This package allows for accessing of Natural Stat Trick (https://naturalstattrick.com) data in R. This package currently accesses just game report data. It has built-in caching, rate-limiting, and auto-retry on connection failures. See more information at https://naturalstattrick.com/glossary.
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
glue,
httr2,
janitor,
magrittr,
memoise,
rlang,
rvest,
tidyr
RoxygenNote: 7.3.1
Authors@R:
person("Philip", "Bulsink", email = "[email protected]", role = c("cre", "ctb", "cph"), comment = c(ORCID = "0000-0001-9668-2429"))
URL: https://github.com/pbulsink/naturalstattrick/
BugReports: https://github.com/pbulsink/naturalstattrick/issues
Config/testthat/edition: 3
Suggests:
testthat (>= 3.0.0),
withr
License: MIT + file LICENSE