-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.1 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
Package: susy3dapp
Title: SusySafe 3d
Version: 0.2.0
Authors@R:
c(person(given = "Corrado",
family = "Lanera",
role = c("cre", "aut", "cph"),
email = "[email protected]"),
person(given = "Marco",
family = "Ghidina",
role = "ctb",
email = "[email protected]"),
person(given = "Zeta Research",
role = "cph"))
Description: Demo for the SusySafe 3d App.
License: file LICENSE
URL: https://github.com/zeta-r/susy3dapp
BugReports: https://github.com/zeta-r/susy3dapp/issues
Imports:
attempt,
cli,
config,
DT,
glue,
golem,
htmltools,
magrittr,
pkgload,
processx,
rgl,
rlang (>= 0.1.2),
shiny,
tibble,
ggplot2,
dplyr,
Rvcg,
stringr,
plotly
Suggests:
covr,
knitr,
rmarkdown,
roxygen2,
spelling,
testthat (>= 3.0.0),
purrr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)