From 921e6528cc71886ffa3deeed444d9e0e564d2ab9 Mon Sep 17 00:00:00 2001 From: Aritz Adin Date: Tue, 17 Oct 2023 12:49:24 +0200 Subject: [PATCH] Version 0.5.3 submitted to CRAN --- DESCRIPTION | 2 +- NEWS | 2 +- R/data.R | 2 +- README.md | 4 ++-- inst/CITATION | 4 ++-- man/Carto_SpainMUN.Rd | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0b78940..8ad62f2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: bigDM Type: Package Title: Scalable Bayesian Disease Mapping Models for High-Dimensional Data Version: 0.5.3 -Date: 2023-09-08 +Date: 2023-10-17 Authors@R: c(person(given = "Aritz", family = "Adin", diff --git a/NEWS b/NEWS index 40397c3..3472872 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ version 0.5.3 -- bug fixed +- bugs fixed - faster implementation of divide_carto() function version 0.5.2 diff --git a/R/data.R b/R/data.R index 17fcf55..d104290 100644 --- a/R/data.R +++ b/R/data.R @@ -5,7 +5,7 @@ #' #' @usage Carto_SpainMUN #' -#' @format Formal class \code{sf}; the data contains a data.frame with 7907 rows and 11 variables. +#' @format Formal class \code{sf}; the data contains a data.frame with 7907 rows and 9 variables. #' \itemize{ #' \item ID: character vector of geographic identifiers #' \item name: character vector of municipality names diff --git a/README.md b/README.md index e0e874d..e5545ae 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,8 @@ When using this package, please cite the following papers: ``` news(package="bigDM") ``` -__Changes in version 0.5.3__ (2023 Sep 08) -* small bugs fixed +__Changes in version 0.5.3__ (2023 Oct 17) +* bugs fixed * faster implementation of `divide_carto()` function __Changes in version 0.5.2__ (2023 Jun 14) diff --git a/inst/CITATION b/inst/CITATION index 94fed25..23be920 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -6,10 +6,10 @@ bibentry( person("E","Orozco-Acosta"), person("M D","Ugarte")), year = "2023", - note = "R package version 0.5.2", + note = "R package version 0.5.3", url = "https://github.com/spatialstatisticsupna/bigDM", textVersion = paste("Adin, A., Orozco-Acosta, E., and Ugarte, M.D. (2023).", - "bigDM: Scalable Bayesian Disease Mapping Models for High-Dimensional Data. R package version 0.5.2", "https://github.com/spatialstatisticsupna/bigDM.") + "bigDM: Scalable Bayesian Disease Mapping Models for High-Dimensional Data. R package version 0.5.3", "https://github.com/spatialstatisticsupna/bigDM.") ) bibentry( diff --git a/man/Carto_SpainMUN.Rd b/man/Carto_SpainMUN.Rd index 3e9221e..a5f5889 100644 --- a/man/Carto_SpainMUN.Rd +++ b/man/Carto_SpainMUN.Rd @@ -5,7 +5,7 @@ \alias{Carto_SpainMUN} \title{Spanish colorectal cancer mortality data} \format{ -Formal class \code{sf}; the data contains a data.frame with 7907 rows and 11 variables. +Formal class \code{sf}; the data contains a data.frame with 7907 rows and 9 variables. \itemize{ \item ID: character vector of geographic identifiers \item name: character vector of municipality names