Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
12 changes: 10 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion vignettes/design_principles.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
---
Expand Down
Loading