From ee25a7dd8036683eabd9a928ef81583be34e3239 Mon Sep 17 00:00:00 2001 From: macataci Date: Wed, 26 Feb 2025 14:55:31 -0500 Subject: [PATCH 1/6] CRAN release --- DESCRIPTION | 2 +- NEWS.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index c348878..b14612c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ColOpenData Title: Download Colombian Demographic, Climate and Geospatial Data -Version: 0.3.1 +Version: 1.0.0 Authors@R: c( person("Maria Camila", "Tavera-Cifuentes", , "mc.tavera@uniandes.edu.co", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0007-1610-4583")), diff --git a/NEWS.md b/NEWS.md index f869e69..6a483b9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +# ColOpenData 1.0.0 + +## Documentation + +- Updated disclaimers regarding official data sources. + +- Added a **Design** **Vignette** to provide information regarding the package's design decisions. + +- Updated lifecycle status to **Stable**. + # ColOpenData 0.3.1 # 0.3.0 From 847b74c9deb4c2b8aba3aa284a8ef9b47e7bfe13 Mon Sep 17 00:00:00 2001 From: macataci Date: Wed, 26 Feb 2025 14:59:48 -0500 Subject: [PATCH 2/6] updates --- DESCRIPTION | 2 +- NEWS.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b14612c..f70aec6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ColOpenData Title: Download Colombian Demographic, Climate and Geospatial Data -Version: 1.0.0 +Version: 1.1.0 Authors@R: c( person("Maria Camila", "Tavera-Cifuentes", , "mc.tavera@uniandes.edu.co", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0007-1610-4583")), diff --git a/NEWS.md b/NEWS.md index 6a483b9..f953129 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,8 +10,6 @@ # ColOpenData 0.3.1 -# 0.3.0 - This project now includes a [`NEWS.md`](https://r-pkgs.org/other-markdown.html#sec-news) file to inform users about changes and new features. ## New Features From cd7754237701fef129d958bc588542ee1cfd5a16 Mon Sep 17 00:00:00 2001 From: macataci Date: Wed, 26 Feb 2025 15:04:43 -0500 Subject: [PATCH 3/6] update --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index f70aec6..b14612c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ColOpenData Title: Download Colombian Demographic, Climate and Geospatial Data -Version: 1.1.0 +Version: 1.0.0 Authors@R: c( person("Maria Camila", "Tavera-Cifuentes", , "mc.tavera@uniandes.edu.co", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0007-1610-4583")), From 9590f72d5fc0634037bfeb10e574f330f3e3a2e5 Mon Sep 17 00:00:00 2001 From: macataci Date: Wed, 26 Feb 2025 15:08:57 -0500 Subject: [PATCH 4/6] Update CRAN-SUBMISSION --- CRAN-SUBMISSION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 1db6b6e..0dc730d 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 0.3.1 -Date: 2024-10-30 23:13:49 UTC -SHA: 3b6cd7c47b4f5d25f8b93ec60abba957ef3d44b2 +Version: 1.0.0 +Date: 2025-02-26 20:07:22 UTC +SHA: cd7754237701fef129d958bc588542ee1cfd5a16 From 48d500bb2ec95e5214ff3dc9081480315a056dc6 Mon Sep 17 00:00:00 2001 From: macataci Date: Wed, 26 Feb 2025 15:26:27 -0500 Subject: [PATCH 5/6] Fixed links an design vignette errores --- README.Rmd | 2 +- README.md | 4 ++-- vignettes/design_principles.Rmd | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.Rmd b/README.Rmd index 0aa0ac2..f28ba69 100644 --- a/README.Rmd +++ b/README.Rmd @@ -35,7 +35,7 @@ knitr::opts_chunk$set( **ColOpenData** is a package designed to access curated and wrangled Colombian demographic, geospatial, climate and population projections data, retrieved from various open Colombian data sources. The package addresses the challenge of scattered Colombian data across multiple web sources by providing functions that enable users to select and load desired datasets without the need for extensive data acquisition processes. Additionally, the tidy data structure offered for demographic and climate data facilitates analysis and visualization. -ColOpenData is developed at [Universidad de Los Andes](https://www.uniandes.edu.co:443/es) as part of the [Epiverse-TRACE program](https://data.org/initiatives/epiverse/). +ColOpenData is developed at [Universidad de Los Andes](https://www.uniandes.edu.co/) as part of the [Epiverse-TRACE program](https://data.org/initiatives/epiverse/). ## Installation diff --git a/README.md b/README.md index b52e6c2..ef84a77 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ processes. Additionally, the tidy data structure offered for demographic and climate data facilitates analysis and visualization. ColOpenData is developed at [Universidad de Los -Andes](https://www.uniandes.edu.co:443/es) as part of the -[Epiverse-TRACE program](https://data.org/initiatives/epiverse/). +Andes](https://www.uniandes.edu.co/) as part of the [Epiverse-TRACE +program](https://data.org/initiatives/epiverse/). ## Installation diff --git a/vignettes/design_principles.Rmd b/vignettes/design_principles.Rmd index b3add65..0db980b 100644 --- a/vignettes/design_principles.Rmd +++ b/vignettes/design_principles.Rmd @@ -4,7 +4,7 @@ output: rmarkdown::html_vignette: df_print: tibble vignette: > - %\VignetteIndexEntry{Population Projections with ColOpenData} + %\VignetteIndexEntry{Design Principles for {ColOpenData}} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- From 890c3ac61b2444cbd4c5ea8daffbf6f7d53dc659 Mon Sep 17 00:00:00 2001 From: macataci Date: Wed, 26 Feb 2025 15:30:04 -0500 Subject: [PATCH 6/6] Update CRAN-SUBMISSION --- CRAN-SUBMISSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 0dc730d..81f0572 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ Version: 1.0.0 -Date: 2025-02-26 20:07:22 UTC -SHA: cd7754237701fef129d958bc588542ee1cfd5a16 +Date: 2025-02-26 20:29:15 UTC +SHA: 48d500bb2ec95e5214ff3dc9081480315a056dc6