forked from timcdlucas/INLAutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1015 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
28
29
30
31
32
33
34
Package: INLAutils
Type: Package
Title: Utility Functions for 'INLA'
Version: 0.0.6
Date: 2017-07-29
Authors@R: c(
person("Tim", "Lucas", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4694-8107")),
person("Dave", "Redding", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-8615-1798"))
)
Description: A number of utility functions for 'INLA' <http://www.r-inla.org>. Additional diagnostic plots
and support for 'ggplot2'. Step wise regression with 'INLA'. Species distribution models
and other helper functions.
License: MIT + file LICENSE
Imports:
assertthat,
raster,
methods,
RColorBrewer,
sp,
reshape2,
tidyr,
cowplot
Depends:
ggplot2
Additional_repositories: https://www.math.ntnu.no/inla/R/stable
Suggests:
knitr,
testthat,
INLA,
dismo
LazyData: true
URL: https://github.com/timcdlucas/INLAutils
BugReports: https://github.com/timcdlucas/INLAutils/issues
RoxygenNote: 6.0.1