Skip to content

Commit

Permalink
version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fdebastiani authored and cran-robot committed Jun 19, 2016
1 parent 2749f23 commit 315df95
Show file tree
Hide file tree
Showing 9 changed files with 1,350 additions and 1,278 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
@@ -1,25 +1,25 @@
Package: gamlss.spatial
Type: Package
Title: Spatial Terms in GAMLSS Models
Version: 1.3
Date: 2015-07-03
Version: 1.3.1
Date: 2015-11-13
Authors@R: c(person("Fernanda", "De Bastiani", role = c("aut", "cre", "cph"), email = "fernandadebastiani@gmail.com"),
person("Mikis", "Stasinopoulos", role = c("aut"),
email = "d.stasinopoulos@londonmet.ac.uk"),
person("Bob", "Rigby", role = c("aut"),
email = "r.rigby@londonmet.ac.uk" )
)
Description: It allows us to fit Markov Random Field (MRF) within the GAMLSS algorithms.
Description: It allows us to fit Gaussian Markov Random Field (GMRF) within the GAMLSS algorithms.
License: GPL-2 | GPL-3
URL: http://www.gamlss.org/
Depends: R (>= 2.15.0), gamlss.dist, gamlss (>= 4.2-7), spam, mgcv
Imports: stats, grDevices, graphics, methods
Suggests: spdep, maptools
Repository: CRAN
NeedsCompilation: no
Packaged: 2015-07-09 13:32:17 UTC; stasinom
Packaged: 2016-06-18 19:52:11 UTC; Usuario
Author: Fernanda De Bastiani [aut, cre, cph],
Mikis Stasinopoulos [aut],
Bob Rigby [aut]
Maintainer: Fernanda De Bastiani <fernandadebastiani@gmail.com>
Date/Publication: 2015-07-09 18:11:22
Date/Publication: 2016-06-19 16:47:11
14 changes: 7 additions & 7 deletions MD5
@@ -1,11 +1,11 @@
258783d4c884602c05e659dc813cd541 *DESCRIPTION
fc5d80ecd9c00225907349848cb00b9c *NAMESPACE
c570b263409b32b83880e1722c846afe *R/MRF.R
c9dd9cbb890f0c3e4995cfa11cc90a7b *R/MRFA.R
fac3140996617b9fda7681484ed19682 *R/extraFunctions.R
742c1129a6662374b7cbada2d11ba7ef *DESCRIPTION
e94d33b54541f8b55686fb7a4e2b1841 *NAMESPACE
dff3246c60564bb7db8eee5894a736c2 *R/MRF.R
b07c99911d92b87e3c2424592751033b *R/MRFA.R
947fd78c817f0e0dc742a1881f835b18 *R/extraFunctions.R
8bbc1b883d311336f464baf4401c5f84 *R/gmrf-for-gamlss.R
2366d0ee07d868d2a6661339f5492249 *R/mrf-for-gamlss.R
c7fbdbaa39478d57cf787c3c31bb508d *R/mrfa-for-gamlss.R
3c70b8f9580822f41c20503d495bad7c *man/MRF.Rd
7a77621d5c9d279f62fa708277d3cfba *man/draw.polys.Rd
3c1aac0dbfc7c9a38e3bf17e1e68c5fd *man/gamlss.mrfa.Rd
249ab13b6a83b797da640dcc150b454d *man/gamlss.gmrf.Rd
d7e48dc7f59954b7fc2bd4b25c8f8d48 *man/gamlss.spatial-package.Rd
21 changes: 10 additions & 11 deletions NAMESPACE
@@ -1,16 +1,15 @@
# functions
export(MRFA,MRF, polys2nb, nb2prec, draw.polys, polys2polys, nb2nb, mrfa, gamlss.mrfa,
mrf, gamlss.mrf)
export(MRFA,MRF, polys2nb, nb2prec, draw.polys, polys2polys, nb2nb, gmrf, gamlss.gmrf)

S3method(fitted, MRF)
S3method(coef, MRF)
S3method(AIC, MRF)
S3method(deviance,MRF)
S3method(print, MRF)
S3method(summary, MRF)
S3method(plot, MRF)
S3method(residuals, MRF)
S3method(predict, MRF)
S3method(fitted, GMRF)
S3method(coef, GMRF)
S3method(AIC, GMRF)
S3method(deviance, GMRF)
S3method(print, GMRF)
S3method(summary, GMRF)
S3method(plot, GMRF)
S3method(residuals, GMRF)
S3method(predict, GMRF)

importFrom(gamlss.dist, dNO, qNO, pNO)
importFrom("grDevices", "gray", "heat.colors", "rainbow", "terrain.colors", "topo.colors", "cm.colors", "colorRamp", "rgb")
Expand Down

0 comments on commit 315df95

Please sign in to comment.