-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
17 lines (17 loc) · 1.57 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: excursions
Type: Package
Title: Excursion Sets and Contour Credibility Regions for Random Fields
Version: 2.4.5.9000
Authors@R: c(
person("David", "Bolin", email = "davidbolin@gmail.com", role = c("cre", "aut")),
person("Finn", "Lindgren", email = "finn.lindgren@gmail.com", role = "aut"))
Description: Functions that compute probabilistic excursion sets, contour credibility regions, contour avoiding regions, and simultaneous confidence bands for latent Gaussian random processes and fields. The package also contains functions that calculate these quantities for models estimated with the INLA package. The main references for excursions are Bolin and Lindgren (2015) <doi:10.1111/rssb.12055>, Bolin and Lindgren (2017) <doi:10.1080/10618600.2016.1228537>, and Bolin and Lindgren (2018) <doi:10.18637/jss.v086.i05>. These can be generated by the citation function in R.
Depends: R (>= 3.2.0), Matrix, sp
Suggests: INLA (>= 0.0-1468840039), testthat, rgeos, rgdal
Imports: graphics, methods, stats, withr
Additional_repositories: https://inla.r-inla-download.org/R/testing
License: GPL (>=3)
Copyright: The R package and code, and the main programs, were written by and are Copyright by David Bolin and Finn Lindgren, and are redistributable under the GNU Public License, version 3 or later. The package also includes code from the libraries CAMD from the SuiteSparse collection of Tim Davis, as well as functions from the GNU Scientific library and the RngStreams library by Pierre L'Ecuyer. For details see the COPYRIGHTS file.
NeedsCompilation: yes
RoxygenNote: 7.1.1
Encoding: UTF-8