-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.02 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: vista
Type: Package
Title: Visual Inspection of Spatiotemporal Analyses
Version: 0.0.2
Encoding: UTF-8
Date: 2021-07-05
Authors@R: c(
person(c("Eric", "J."), "Ward", email = "[email protected]",
role = c("aut", "cre")),
person(c("Sean", "C."), "Anderson", email = "[email protected]",
role = c("aut")),
person(c("Lewis", "A.K."), "Barnett", email = "[email protected]",
role = c("aut")),
person(c("Kelli", "F."), "Johnson", email = "[email protected]",
role = c("aut"))
)
Maintainer: Eric J. Ward <[email protected]>
Description: The vista package does visualization of predictions and residual from spatiotemporal models.
License: GPL-3
Depends:
R (>= 4.0.0)
Imports:
ggplot2,
qqplotr,
viridis,
mgcv
Suggests:
testthat,
knitr,
rmarkdown
URL: https://ericward-noaa.github.io/vista/
BugReports: https://github.com/ericward-noaa/vista/issues
RoxygenNote: 7.1.2
VignetteBuilder: knitr
LazyData: true
Roxygen: list(markdown = TRUE)