-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.23 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
Type: Package
Package: simlandr
Title: Simulation-Based Landscape Construction for Dynamical Systems
Version: 0.4.0
Authors@R:
person("Jingmeng", "Cui", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3421-8457"))
Description: A toolbox for constructing potential landscapes for dynamical
systems using Monte Carlo simulation. The method is based on the
potential landscape definition by Wang et al. (2008)
<doi:10.1073/pnas.0800579105> (also see Zhou & Li, 2016
<doi:10.1063/1.4943096> for further mathematical discussions) and can
be used for a large variety of models.
License: GPL (>= 3)
URL: https://sciurus365.github.io/simlandr/,
https://github.com/Sciurus365/simlandr
BugReports: https://github.com/Sciurus365/simlandr/issues
Depends: R (>= 4.1.0)
Imports:
bigmemory,
coda,
digest,
dplyr,
forcats,
furrr,
gganimate,
ggplot2,
grDevices,
htmlwidgets,
ks,
lifecycle,
magrittr,
MASS,
methods,
plotly,
progress,
purrr,
rlang,
Sim.DiffProc,
tibble,
tidyr
Suggests:
knitr,
rmarkdown,
webshot
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr