-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
29 lines (29 loc) · 878 Bytes
/
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
Package: mathmodels
Title: Implement Common Mathematical Modeling Algorithms with R
Version: 0.0.1
Authors@R:
person(given = "Jingxin",
family = "Zhang",
role = c("aut", "cre", "cph"),
email = "zhjx_19@hrbcu.edu.cn")
Description: Mathematical modeling algorithms are classified as evaluation,
optimization, prediction, dynamics, graph theory, statistics,
intelligence, etc. This package is dedicated to implementing various
common mathematical modeling algorithms with R.
License: AGPL (>= 3)
URL: https://github.com/zhjx19/mathmodels
BugReports: https://github.com/zhjx19/mathmodels/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
deSolve
Depends:
R (>= 2.10)
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3