-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
50 lines (50 loc) · 1.62 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
Package: gammaShiny
Title: 'shiny' Applications for the R Package 'gamma'
Version: 0.2.0.9000
Authors@R: c(
person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = "aut",
comment = c(ORCID = "0000-0001-5759-4944")),
person("Brice", "Lebrun", , "brice.lebrun@u-bordeaux-montaigne.fr", role = "aut",
comment = c(ORCID = "0000-0001-7503-8685")),
person("Sebastian", "Kreutzer", , "sebastian.kreutzer@uni-heidelberg.de", role = "ctb",
comment = c(ORCID = "0000-0002-0734-2199")),
person("Archéosciences Bordeaux", , , "services-archeosciences@u-bordeaux-montaigne.fr", role = "cre"),
person("Université Bordeaux Montaigne", role = c("cph", "fnd")),
person("CNRS", role = "fnd"),
person("LabEx Sciences archéologiques de Bordeaux", role = "fnd"),
person("Idex Aix-Marseille", role = "fnd")
)
Maintainer: Archéosciences Bordeaux <services-archeosciences@u-bordeaux-montaigne.fr>
Description: A collection of 'shiny' applications for the R package
'gamma'.
License: GPL-3
URL: https://github.com/crp2a/gammaShiny
BugReports: https://github.com/crp2a/gammaShiny/issues
Imports:
DT,
gamma (>= 1.1.0),
ggplot2,
grDevices,
gt,
khroma,
knitr,
methods,
plotly,
shiny,
shinyWidgets,
tools,
utils
Encoding: UTF-8
RoxygenNote: 7.3.2
Collate:
'gammaShiny-package.R'
'module_about_ui.R'
'module_dose_server.R'
'module_dose_ui.R'
'module_energy_server.R'
'module_energy_ui.R'
'module_import_server.R'
'module_import_ui.R'
'module_settings_server.R'
'module_settings_ui.R'
'run.R'