-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
42 lines (42 loc) · 940 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
41
42
Package: kyber
Title: Set Up Learning Cohorts on GitHub
Version: 0.1.0
Authors@R:
c(person(given = "Sean",
family = "Kross",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5215-0316")),
person(given = "Julia",
family = "Lowndes",
role = c("aut"),
comment = c(ORCID = "0000-0003-1682-3872")))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
cli,
dplyr,
fs,
gert,
gh,
gitcreds,
googlesheets4,
knitr,
lubridate,
magrittr,
parsermd,
purrr,
rmarkdown,
rstudioapi,
stringr
Suggests:
testthat (>= 3.0.0),
usethis,
withr
Config/testthat/edition: 3
URL: https://openscapes.github.io/kyber/
VignetteBuilder: knitr