-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.15 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
Type: Package
Package: simlandr
Title: Simulation-Based Landscape Construction for Dynamical Systems
Version: 0.3.1
Authors@R:
person("Jingmeng", "Cui", , "jingmeng.cui@outlook.com", 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
Imports:
bigmemory,
digest,
dplyr,
forcats,
gganimate,
ggplot2,
grDevices,
htmlwidgets,
ks,
lifecycle,
magrittr,
MASS,
methods,
plotly,
progress,
purrr,
rlang,
tibble
Suggests:
coda,
knitr,
rmarkdown,
webshot
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0