Skip to content

Commit

Permalink
updates cran
Browse files Browse the repository at this point in the history
  • Loading branch information
macataci committed Oct 30, 2024
1 parent 7d3e1e4 commit 4c074d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
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.0
Version: 0.3.1
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
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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://uniandes.edu.co/) as part of the [Epiverse-TRACE program](https://data.org/initiatives/epiverse/).
ColOpenData is developed at [Universidad de Los Andes](https://uniandes.edu.co/es) as part of the [Epiverse-TRACE program](https://data.org/initiatives/epiverse/).

## Installation

Expand Down
24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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://uniandes.edu.co/) as part of the [Epiverse-TRACE
Andes](https://uniandes.edu.co/es) as part of the [Epiverse-TRACE
program](https://data.org/initiatives/epiverse/).

## Installation
Expand All @@ -37,13 +37,12 @@ You can install the CRAN version of ColOpenData with:

``` r
install.packages("ColOpenData")
#> Installing package into 'C:/Users/Julia/AppData/Local/Temp/RtmpwZnATh/temp_libpath46443860632b'
#> Installing package into 'C:/Users/ASUS/AppData/Local/Temp/RtmpGAqKBn/temp_libpath4c9c4ce17445'
#> (as 'lib' is unspecified)
#> Warning: package 'ColOpenData' is not available for this version of R
#> package 'ColOpenData' successfully unpacked and MD5 sums checked
#>
#> A version of this package for your version of R might be available elsewhere,
#> see the ideas at
#> https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
#> The downloaded binary packages are in
#> C:\Users\ASUS\AppData\Local\Temp\RtmpmepthL\downloaded_packages
```

You can also install the development version of ColOpenData from
Expand All @@ -57,10 +56,9 @@ pak::pak("epiverse-trace/ColOpenData")
## Quick Overview

**ColOpenData** contains data from two public data sources: The National
Administrative Department of Statistics
[(DANE)](https://www.dane.gov.co/), and the Institute of Hydrology,
Meteorology and Environmental Studies [(IDEAM)](https://ideam.gov.co).
The available data is divided in four categories:
Administrative Department of Statistics (DANE), and the Institute of
Hydrology, Meteorology and Environmental Studies (IDEAM). The available
data is divided in four categories:

- **Demographic:** Demographic and Socioeconomic data presents
information from the National Population and Dwelling Census (CNPV)
Expand All @@ -79,14 +77,12 @@ The available data is divided in four categories:
provided by IDEAM, containing historical data from the first station
in the country (January 1st 1920) until May 31st 2023. This backup
includes temperature, precipitation, sunshine duration, wind
direction, among others..
direction, among others.

- **Population projections:** Population Projections data contains the
population projections and back projections from 1950 to 2070,
considering the post COVID-19 update, which was calculated based on
the results of 2018 CNPV. Further information can be consulted at
[DANE
website](https://www.dane.gov.co/index.php/estadisticas-por-tema/demografia-y-poblacion/proyecciones-de-poblacion).
the results of 2018 CNPV.

Documentation and vignettes are available for the modules in the [user
vignettes](https://epiverse-trace.github.io/ColOpenData/).
Expand Down

0 comments on commit 4c074d2

Please sign in to comment.