-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.61 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
Package: mizerHowTo
Type: Package
Title: Tutorials on how to calibrate and use mizer models
Version: 0.1.0
Maintainer: Romain Forestier <romain.forestier@utas.edu.au>
Authors@R: c(person("Julia", "Blanchard", email="julia.blanchard@utas.edu.au",
role=c("aut", "cph"),
comment = c(ORCID = "0000-0003-0532-4824")),
person("Ken", "Andersen", email="kha@aqua.dtu.dk",
role=c("aut", "cph"),
comment = c(ORCID = "0000-0002-8478-3430")),
person("Romain", "Forestier", email="romain.forestier@utas.edu.au",
role=c("cre", "aut", "cph")),
person("Gustav", "Delius", email="gustav.delius@york.ac.uk",
role=c("aut", "cph"),
comment = c(ORCID = "0000-0003-4092-8228")))
Description: Provides two tutorials presented to the SPECTRE group in June 2021.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5),
mizer (>= 2.1.0),
ggplot2,
dplyr,
parallel
Imports:
mizerExperimental,
tibble,
optimParallel,
ggrepel,
knitr,
methods,
cowplot,
viridis,
shiny,
shinyWidgets,
rstudioapi,
ggpubr,
flextable
Suggests:
tictoc,
rmarkdown
Collate:
'shiny_apps.R'
'utility.R'
'data.R'
'mizerHowTo-package.R'
'calibration_functions.R'
'plots.R'
Remotes:
sizespectrum/mizerExperimental
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
URL: https://sizespectrum.org/mizerHowTo
BugReports: https://github.com/sizespectrum.org/mizerHowTo/issues
Language: en-GB
VignetteBuilder: knitr