forked from stanfill/apsimr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.04 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
Package: apsimr
Type: Package
Title: Edit, Run and Evaluate APSIM Simulations Easily Using R
Version: 1.1
Date: 2015-07-29
Author: Bryan Stanfill
Maintainer: Bryan Stanfill <[email protected]>
Description: The Agricultural Production Systems sIMulator (APSIM) is a widely
used simulator of agricultural systems. This package includes
functions to create, edit and run APSIM simulations from R. It
also includes functions to visualize the results of an APSIM simulation
and perform sensitivity/uncertainty analysis of APSIM either via functions
in the sensitivity package or by novel emulator-based functions.
For more on APSIM including download instructions go to
\url{www.apsim.info}.
License: GPL (>=3)
Imports:
lubridate,
reshape2,
MASS,
mgcv
Depends:
R (>= 3.0),
ggplot2,
XML
Suggests:
knitr
VignetteBuilder: knitr
BugReports: https://github.com/stanfill/apsimr/issues
Collate:
'editAPSIM.R'
'helperFns.R'
'runAPSIM.R'
'sensitivityAPSIM.R'
'visualize.R'
'emulateAPSIM.R'