-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
78 lines (78 loc) · 2.17 KB
/
DESCRIPTION
File metadata and controls
78 lines (78 loc) · 2.17 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: galacticPubs
Type: Package
Title: Galactic Polymath Lesson Publishing Tools
Version: 1.5.7
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 unit plans,
and staging for publication.
License: GPL-3 + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
LazyData: true
Imports:
callr (>= 3.7.0),
checkmate (>= 2.3.3),
dplyr (>= 1.0.1),
fs (>= 1.5.0),
galacticEdTools (>= 0.1.9),
ggplot2 (>= 3.3.5),
googleCloudStorageR (>= 0.7.0),
googledrive (>= 2.0.0),
googlesheets4 (>= 1.0.1),
grid (>= 4.1.1),
httr2,
jsonlite (>= 1.8.0),
magrittr,
patchwork (>= 1.1.1),
pbapply (>= 1.5.0),
png (>= 0.1.0),
qrcode (>= 0.1.4),
purrr (>= 0.3.4),
RCurl (>= 1.98.0),
rmarkdown (>= 2.11.0),
stringr (>= 1.4.0),
rlang (>= 1.0.1),
rstudioapi (>= 0.13.0),
shiny (>= 1.7.1),
yaml (>= 2.3.5),
tidyr (>= 1.3.0),
tidyjson (>= 0.3.2)
Remotes:
galacticpolymath/galacticEdTools
Suggests:
bslib (>= 0.9.0),
colorspace (>= 2.0.0),
commonmark (>= 1.8.0),
gargle (>= 1.5.2),
gert (>= 1.6.0),
ggrepel (>= 0.9.1),
googleAuthR (>= 2.0.2),
googleAnalyticsR (>= 1.2.0),
gridExtra (>= 2.3),
htmltools (>= 0.5.8),
lubridate (>= 1.9.4),
MASS (>= 7.3),
rmdformats (>= 1.0.3),
pacman (>= 0.5.0),
tictoc (>= 1.0.1),
ISOcodes (>= 2022.01.10),
rhandsontable (>= 0.3.8),
shinyAce (>= 0.4.4),
testthat (>= 3.0.0),
urlshorteneR (>= 1.5.7),
usethis (>= 2.1.3),
scales (>= 1.1.1),
shadowtext (>= 0.0.9),
showtext (>= 0.9.0),
tools (>= 3.6.0),
urltools (>= 1.7.3),
waldo (>= 0.6.2),
zipcodeR (>= 0.3.5)
Authors@R: person("Wilkins","Matthew R",email="matt@galacticpolymath.com",role=c("aut","cre"))
RoxygenNote: 7.3.3
Depends:
R (>= 3.5.0)
Config/testthat/edition: 3