-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 896 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
Package: explorecourses
Title: Stanford Course Explorer API
Version: 0.0.0.9000
Authors@R:
person("James Joseph", "Balamuta", email = "james.balamuta@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2826-8458"))
Description: Fetches and processes Stanford course data from ExploreCourses API.
URL: https://github.com/coatless-rpkg/explorecourses, https://r-pkg.thecoatlessprofessor.com/explorecourses/
BugReports: https://github.com/coatless-rpkg/explorecourses/issues
License: AGPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
httr2,
xml2,
purrr,
dplyr,
tibble,
glue,
fs,
cli,
furrr,
progressr
Collate:
'constants.R'
'api.R'
'cache.R'
'explorecourses-package.R'
'fetch.R'
'process.R'
'utils.R'
Depends:
R (>= 2.10)
LazyData: true