-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 848 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 848 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
Package: RHESSysPreprocessing
Type: Package
Title: Produces RHESSys Input Data
Version: 1.2.0
Author: William Burke
Maintainer: <wburke@ucsb.edu>
Description: RHESSys Preprocessing is a set of functions that will produce the files necessary to run RHESSys.
The main function, RHESSysPreprocess.R is a wrapper which will run world_gen.R, which produces a worldfile, and create_flownet.R,
which will produce a flow table. For instructions on general usage, see the readme.md, and the example 'Script_Run_RHESSysPreprocess.R'.
For further information on specific functions see their help() documentation.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
terra,
sf,
methods,
utils,
soiltexture,
igraph
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0),
covr
VignetteBuilder: knitr