-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
80 lines (80 loc) · 3.48 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Package: shinyscholar
Version: 0.2.3
Title: A Template for Creating Reproducible 'shiny' Applications
Description: Create a skeleton 'shiny' application with create_template() that is
reproducible, can be saved and meets academic standards for attribution.
Forked from 'wallace'. Code is split into modules that are loaded and linked
together automatically and each call one function. Guidance pages explain
modules to users and flexible logging informs them of any errors. Options
enable asynchronous operations, viewing of source code, interactive maps and
data tables. Use to create complex analytical applications, following best
practices in open science and software development. Includes functions for
automating repetitive development tasks and an example application at
run_shinyscholar() that requires
install.packages("shinyscholar", dependencies = TRUE). A guide to developing
applications can be found on the package website.
Authors@R:
c(person("Simon E. H.", "Smart", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Tim", "Lucas", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-4694-8107")),
person("Jamie M.", "Kass", email = "[email protected]", role = "ctb"),
person("Gonzalo E.", "Pinilla-Buitrago", email = "[email protected]", role = "ctb"),
person("Andrea", "Paz", email = "[email protected]", role = "ctb"),
person("Bethany A.", "Johnson", email = "[email protected]", role = "ctb"),
person("Valentina", "Grisales-Betancur", email = "[email protected]", role = "ctb"),
person("Dean", "Attali", email = "[email protected]", role = "ctb"),
person("Matthew E.", "Aiello-Lammens", email = "[email protected]", role = "ctb"),
person("Cory", "Merow", email = "[email protected]", role = "ctb"),
person("Mary E.", "Blair", email = "[email protected]", role = "ctb"),
person("Robert P.", "Anderson", email = "[email protected]", role = "ctb"),
person("Sarah I.", "Meenan", email = "[email protected]", role = "ctb"),
person("Olivier", "Broennimann", email = "[email protected]", role = "ctb"),
person("Peter J.", "Galante", email = "[email protected]", role = "ctb"),
person("Brian S.", "Maitner", email = "[email protected]", role = "ctb"),
person("Hannah L.", "Owens", email = "[email protected]", role = "ctb"),
person("Sara", "Varela", email = "[email protected]", role = "ctb"),
person("Bruno", "Vilela", email = "[email protected]", role = "ctb"),
person("Robert", "Muscarella", email = "[email protected]", role = "ctb"))
Depends:
R (>= 3.5.0),
gargoyle,
leaflet (>= 2.0.2),
shiny (>= 1.8.1)
Imports:
curl,
devtools,
glue,
knitr,
magrittr,
tools,
zip
Suggests:
bslib,
DT (>= 0.5),
dplyr (>= 1.0.2),
future,
httr2,
knitcitations,
leaflet.extras (>= 1.0.0),
markdown,
promises,
R6,
RColorBrewer,
renv,
rintrojs,
rmarkdown,
shinyAce,
shinyalert,
shinybusy,
shinyjs,
shinytest2,
shinyWidgets (>= 0.6.0),
terra,
testthat,
xml2
SystemRequirements: pandoc is required for generating reproducible reports
License: GPL-3
URL: https://simon-smart88.github.io/shinyscholar/
BugReports: https://github.com/simon-smart88/shinyscholar/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)