-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 876 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 876 Bytes
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
Package: StochasticDynamics
Type: Package
Title: Stochastic Dynamics and Visualization on Networks
Version: 0.1.0
Authors@R: c(
person("Manlio", "De Domenico", role = c("aut", "cre"),
email = "your@email.com"))
Description: Provides stochastic simulators for epidemic spreading,
opinion dynamics, and reaction–diffusion processes on complex networks.
Includes general compartmental models (SIR, SIRS, SEIR variants),
behavioral extensions, and utilities to compute incidence curves.
Also supports 3D visualization of network dynamics with video export.
License: MIT
Encoding: UTF-8
LazyData: true
Imports:
igraph,
compiler,
reshape2,
ggplot2,
ggsci,
dplyr,
rgl,
scales
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/edition: 3