-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.2 KB
/
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
41
42
43
44
Package: megamation
Title: Access 'DirectLine' Data Using the 'Megamation API'
Version: 1.0.0
Authors@R: c(
person(
"Adam", "Sadowski",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8023-9227")
),
person("University of Guelph", role = c("cph", "fnd"))
)
Description: Tools for accessing and handling 'DirectLine' data using the
'Megamation API' <https://apidocs.megamation.com/>. The API allows users to
interact with data programmatically, instead of via the 'DirectLine'
software. This package is community-maintained and is not officially
supported by Megamation <https://megamation.com/about-megamation/>.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
cli,
dplyr,
glue,
httr2,
jsonlite,
lifecycle,
lubridate,
purrr,
rlang,
stringi,
tibble,
tidyr
URL: https://github.com/asadow/megamation, https://asadow.github.io/megamation/
BugReports: https://github.com/asadow/megamation/issues
Suggests:
httptest2,
knitr,
rmarkdown,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
VignetteBuilder: knitr