-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.6 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
Package: CircSpaceTime
Type: Package
Title: Spatial and Spatio-Temporal Bayesian Model for Circular Data
Version: 0.9.0
Authors@R: c(person("Giovanna", "Jona Lasinio", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0001-8912-5018")),
person("Gianluca", "Mastrantonio", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-2963-6729")),
person("Mario", "Santoro", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = c("0000-0001-6626-9430"))))
BugReports: https://github.com/santoroma/CircSpaceTime
Description: Implementation of Bayesian models for spatial and spatio-temporal
interpolation of circular data using Gaussian Wrapped and Gaussian Projected distributions.
We developed the methods described in Jona Lasinio G. et al. (2012) <doi: 10.1214/12-aoas576>,
Wang F. et al. (2014) <doi: 10.1080/01621459.2014.934454> and
Mastrantonio G. et al. (2016) <doi: 10.1007/s11749-015-0458-y>.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/santoroma/CircSpaceTime
Suggests: foreach, iterators, parallel, doParallel, gridExtra
LinkingTo: Rcpp, RcppArmadillo, RInside
Imports: Rcpp (>= 0.12.14), circular, RInside, coda, ggplot2
RoxygenNote: 6.1.0
NeedsCompilation: yes
Packaged: 2019-03-19 11:49:33 UTC; root
Author: Giovanna Jona Lasinio [aut] (0000-0001-8912-5018),
Gianluca Mastrantonio [aut] (0000-0002-2963-6729),
Mario Santoro [aut, cre] (0000-0001-6626-9430)
Maintainer: Mario Santoro <[email protected]>
Depends: R (>= 2.10)