diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 1db6b6e..81f0572 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:29:15 UTC +SHA: 48d500bb2ec95e5214ff3dc9081480315a056dc6 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..f953129 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,14 @@ -# ColOpenData 0.3.1 +# ColOpenData 1.0.0 + +## Documentation + +- Updated disclaimers regarding official data sources. -# 0.3.0 +- Added a **Design** **Vignette** to provide information regarding the package's design decisions. + +- Updated lifecycle status to **Stable**. + +# ColOpenData 0.3.1 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. 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} ---