-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 965 Bytes
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 965 Bytes
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
45
46
Package: tbltools
Title: Tools for Team-Based-Learning
Description: Tools for using Team-Based-Learning (TBL) approaches in the classroom.
Version: 0.8.0
Authors@R: person("Sebastian", "Kopf", email = "sebastian.kopf@colorado.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2044-0201"))
URL: https://github.com/kopflab/tbltools
BugReports: https://github.com/kopflab/tbltools/issues
Depends:
R (>= 3.1)
Imports:
methods,
rlang,
glue,
tibble,
magrittr,
dplyr (>= 0.7.0),
tidyr,
ggplot2,
forcats,
lubridate,
purrr,
stringr,
readr,
readxl,
openxlsx,
gargle,
jsonlite,
googledrive,
googlesheets4,
lifecycle,
markdown,
shiny,
shinyjs,
shinycssloaders,
rsconnect
Suggests:
testthat,
knitr,
rmarkdown,
covr
Remotes: ropensci/ghql
License: GPL (>= 2) | file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.3