-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
23 lines (23 loc) · 938 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
Package: VRAPS
Type: Package
Title: VRAP 2nd edition with C++ for RER and Viability Computations
Version: 2.0
Date: 2018-01-03
Author: Martin Liermann [aut],
Eli Holmes [aut, cre],
Howard Coleman [ctb]
Maintainer: Elizabeth Holmes - NOAA Federal <[email protected]>
Depends: R (>= 2.15.0), stringr, shiny, shinyAce, knitr, VRAP
Description: This is a rewrite of the R version of the VRAP program.
The original VRAP R package was a one-to-one translation from the original
Visual Basic code. VRAPCpp is the same equations, but completely re-written
by Martin Liermann to be more efficient. VRAPCpp does not have all the
functionality of VRAP. Many of the rav options in VRAP were not used and are
removed. There is a shiny that emulates the VRAP 1.0 shiny app.
License: GPL (>= 2)
Imports: Rcpp (>= 0.12.14)
LinkingTo: Rcpp
BuildVignettes: yes
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr