-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.85 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: galacticPubs
Type: Package
Title: Galactic Polymath Lesson Publishing Tools
Version: 0.9.6
Author: Matthew R Wilkins, PhD
Maintainer: Matthew R Wilkins, PhD <matt@galacticpolymath.com>
Description: Code to enable the GP Nexus education publishing workflow. Outputs are highly structured
JSON files and custom graphics for visualizing knowledge transferred in lessons. Also includes
a Shiny app editor for interfacing with various working documents, previewing lesson plans,
and staging for publication.
License: GPL-3 + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
LazyData: true
Imports:
dplyr (>= 1.0.1),
fs (>= 1.5.0),
galacticEdTools (>= 0.1.9),
gert (>= 1.6.0),
ggplot2 (>= 3.3.5),
ggrepel (>= 0.9.1),
gh (>= 1.3.0),
googleCloudStorageR (>= 0.7.0),
googledrive (>= 2.0.0),
googlesheets4 (>= 1.0.1),
grid (>= 4.1.1),
jsonlite (>= 1.8.0),
magrittr (>= 2.0.1),
patchwork (>= 1.1.1),
pbapply (>= 1.5.0),
png (>= 0.1.0),
qrcode (>= 0.1.4),
purrr (>= 0.3.4),
RCurl (>= 1.98.0),
reshape2 (>= 1.4.4),
rmarkdown (>= 2.11.0),
scales (>= 1.1.1),
sysfonts (>= 0.8.5),
stringr (>= 1.4.0),
rlang (>= 1.0.1),
rstudioapi (>= 0.13.0),
shiny (>= 1.7.1),
yaml (>= 2.3.5)
Remotes:
galacticpolymath/galacticEdTools
Suggests:
colorspace (>= 2.0.0),
commonmark (>= 1.8.0),
rmdformats (>= 1.0.3),
pacman (>= 0.5.0),
tictoc (>= 1.0.1),
ISOcodes (>= 2022.01.10),
rhandsontable (>= 0.3.8),
testthat (>= 3.0.0),
usethis (>= 2.1.3),
shadowtext (>= 0.0.9),
showtext (>= 0.9.0),
tools (>= 3.6.0),
urltools (>= 1.7.3)
Authors@R: person("Wilkins","Matthew R",email="matt@galacticpolymath.com",role=c("aut","cre"))
RoxygenNote: 7.2.3
Depends:
R (>= 3.5.0)
Config/testthat/edition: 3