forked from earnaud/MetaShARK-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
137 lines (137 loc) · 3.01 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
Package: MetaShARK
Title: metashark
Version: 1.6.0
Authors@R:
person(given = "Elie",
family = "ARNAUD",
role = c("cre", "aut"),
email = "[email protected]")
Author: Elie ARNAUD ([aut,cre])
Maintainer: Elie ARNAUD <[email protected]>
Description: MetaShARK is a Shiny application allowing its user to fill
metadata for a given ecological dataset of his owns. The data
description relies on Ecological Metadata Language (EML).
License: MIT
URL: https://github.com/earnaud/MetaShARK-v2.git
BugReports: https://github.com/earnaud/MetaShARK-v2.git/issues
Depends:
R (>= 2.10)
Imports:
config,
data.table,
dataone,
datapack,
devtools,
dplyr,
EML,
EMLassemblyline,
fs,
gdata,
golem,
htmltools,
httr,
jsonlite,
methods,
mime,
profvis,
RCurl,
readtext,
readxl,
RefManageR,
rmarkdown,
scales,
shiny (>= 1.5.0),
shinyBS,
shinybusy,
shinycssloaders,
shinydashboard,
shinydashboardPlus,
shinyFeedback,
shinyjs,
shinyTree,
shinyWidgets,
stringr,
SummeRnote,
taxonomyCleanr,
textutils,
utils,
XML,
xml2,
zip
Suggests:
knitr,
shinytest,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Remotes:
ThinkR-open/tagsinput
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Collate:
'DataFiles_helpers2.R'
'about_module.R'
'about_module_functions.R'
'app_config.R'
'app_header.R'
'app_server.R'
'app_ui.R'
'clean_modules.R'
'documentation_module.R'
'eal_1_SelectDP.R'
'eal_2_DataFiles.R'
'eal_2_DataFiles_helpers.R'
'eal_3_Attributes.R'
'eal_3_Attributes_dates.R'
'eal_3_Attributes_helpers.R'
'eal_4_CatVars.R'
'eal_4_CatVars_helpers.R'
'eal_5_GeoCov.R'
'eal_5_GeoCov_custom.R'
'eal_5_GeoCov_helpers.R'
'eal_6_TaxCov.R'
'eal_7_ORCID_helpers.R'
'eal_7_Personnel.R'
'eal_7_Personnel_helpers.R'
'eal_7_roleInput.R'
'eal_8_Misc.R'
'eal_8_Misc_helpers.R'
'eal_9_MakeEML.R'
'eal_x_Annotations.R'
'eal_x_Annotations_helpers.R'
'fill_module.R'
'fill_module_saves.R'
'fill_module_setup.R'
'fill_pages.R'
'metafin.R'
'welcome_module.R'
'utils_xml_handling.R'
'utils_writeText.R'
'utils_URL_Input.R'
'utils_rebuild.R'
'utils_readPlaintext.R'
'utils_readHTMLFromMD.R'
'utils_readDataTable.R'
'utils_reactiveTrigger.R'
'utils_reactiveDirReader.R'
'utils_listToXML.R'
'utils_listToStructure.R'
'utils_listReactiveValues.R'
'utils_isContentTruthy.R'
'utils_insertModule.R'
'utils_grep.R'
'utils_followPath.R'
'utils_devmsg.R'
'utils_collapsible.R'
'utils_additional_HTML.R'
'upload_module.R'
'upload_module_functions.R'
'template_functions.R'
'settings_rightSideBar.R'
'runMetashark.R'
'utils-colorPickerInput.R'
'utils-coordinateInput.R'
'utils-customLocationInput.R'