-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
27 lines (27 loc) · 945 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
Package: APSIMWheatPhenology
Type: Package
Title: APSIM Wheat Phenology
Version: 0.1.1
Authors@R: person("Bangyou", "Zheng",
email = "[email protected]",
role = c("aut", "cre"))
Description: The Agricultural Production Systems sIMulator ('APSIM', <https://www.apsim.info/>)
is a widely used to simulate the agricultural systems for multiple crops. This package
is rewrote the wheat phenology model in R to speed up the performance for multiple simulations.
License: file LICENSE
URL: https://apsiminitiative.github.io/APSIMWheatPhenology,
https://github.com/APSIMInitiative/APSIMWheatPhenology
BugReports: https://github.com/APSIMInitiative/APSIMWheatPhenology/issues
Encoding: UTF-8
LazyData: true
Remotes: byzheng/weaana
Imports:
weaana (>= 0.1.2),
XML
RoxygenNote: 7.1.1
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
VignetteBuilder: knitr
Config/testthat/edition: 3