-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 892 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
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: speedrunr
Title: Access Data from 'speedrun.com'
Version: 0.2.0.9000
Authors@R:
person(given = "Lukas",
family = "Burk",
role = c("aut", "cre"),
email = "github@quantenbrot.de",
comment = c(ORCID = "0000-0001-7528-3795"))
Description: Wrappers for the 'speedrun.com' API to make it easy
to access run data.
License: MIT + file LICENSE
URL: https://github.com/jemus42/speedrunr, https://jemus42.github.io/speedrunr/
BugReports: https://github.com/jemus42/speedrunr/issues
Depends:
R (>= 2.10)
Imports:
dplyr,
hms,
httr,
lubridate,
purrr,
stats,
tibble
Suggests:
ggplot2,
ggrepel,
hrbrthemes,
knitr,
rmarkdown,
testthat,
xml2,
kableExtra
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1