Skip to content

Commit

Permalink
Removed URL's that no longer resolve from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FvD committed Aug 8, 2017
1 parent 6761bc1 commit cef1915
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Type: Package
Title: Access Open Data Through the Junar API
Description:
The Junar API is a commercial platform to organize and publish data
<http://junar.com>. It has been used in a number of national and local
<http://www.junar.com>. It has been used in a number of national and local
government Open Data initiatives in Latin America and the USA. This package
is a wrapper to make it easier to access data made public through the Junar
API.
Version: 0.1.2
Date: 2017-08-07
Date: 2017-08-08
Authors@R: c(person("Frans", "van Dunné", ,
"[email protected]",
c("aut", "cre"))
Expand All @@ -28,4 +28,4 @@ Suggests:
VignetteBuilder: knitr
License: MIT + file LICENCE
URL: https://github.com/fvd/junr
RoxygenNote: 6.0.1
RoxygenNote: 6.0.1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ junr
Access Open Data in R through the Junar API
-------------------------------------------

The Junar API is the basis for a number of Open Data initiatives in Latin America and the USA. The `junr` package is a wrapper to make it easier to access data made public through the Junar API. Some examples of implementations are: [the City of Pasadena](http://data.cityofpasadena.net/home/), and [the City of San Jose](http://data.sanjoseca.gov/home/). Others are listed on the [Junar website](http://junar.com/).
The Junar API is the basis for a number of Open Data initiatives in Latin America and the USA. The `junr` package is a wrapper to make it easier to access data made public through the Junar API. Some examples of implementations are listed on the [Junar website](http://www.junar.com/).

### Installation

Expand Down Expand Up @@ -61,7 +61,7 @@ currency_data$`Monto Adjudicado` <- clean_currency(currency_data$`Monto Adjudica
Accede Datos a través del API de Junar en R
-------------------------------------------

El API de Junar es la base para varias iniciativas de Datos Abiertos en Latino América y los EEUU. El paquete `junr` facilita el acceso a estos datos des R. El objetivo es fomentar el uso de los datos disponibles haciendo el acceso lo mas fácil. Algunos ejemplos de implementaciones son: [el Portal de Datos Abiertos del Gobierno de Costa Rica](http://datosabiertos.presidencia.go.cr/home) y la [Ciudad de Córdoba (Argentina)](http://cdcordoba.opendata.junar.com/home/?lang=en) entre otros. Otros se pueden encontrar en el [sitio web de Junar](http://junar.com/).
El API de Junar es la base para varias iniciativas de Datos Abiertos en Latino América y los EEUU. El paquete `junr` facilita el acceso a estos datos des R. El objetivo es fomentar el uso de los datos disponibles haciendo el acceso lo mas fácil. Algunos ejemplos de implementaciones se pueden encontrar en el [sitio web de Junar](http://www.junar.com/).

### Instalación

Expand Down
Binary file added revdep/.cache.rds
Binary file not shown.
7 changes: 2 additions & 5 deletions vignettes/acceder-junar-api.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ vignette: >
El API de Junar es la base para varias iniciativas de Datos Abiertos en Latino
América y los EEUU. El paquete `junr` facilita el acceso a estos datos desde R.
El objetivo es fomentar el uso de los datos disponibles haciendo el acceso lo
mas fácil. Algunos ejemplos de implementaciones son: [el Portal de Datos
Abiertos del Gobierno de Costa
Rica](http://datosabiertos.presidencia.go.cr/home) y la [Ciudad
de Córdoba (Argentina)](http://cdcordoba.opendata.junar.com/home/?lang=en)
entre otros. Otros se pueden encontrar en el [sitio web de Junar](http://junar.com/).
mas fácil. Algunos ejemplos de implementaciones se pueden encontrar en el
[sitio web de Junar](http://www.junar.com/).

### Ejemplos de uso
Como ejemplo vamos a usar los [datos de la casa presidencial de Costa
Expand Down
4 changes: 1 addition & 3 deletions vignettes/access-junar-api.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ vignette: >
The Junar API is the basis for a number of Open Data initiatives in Latin
America and the USA. The `junr` package is a wrapper to make it easier to
access data made public through the Junar API. Some examples of implementations
are: [the City of Pasadena](http://data.cityofpasadena.net/home/), and [the
City of San Jose](http://data.sanjoseca.gov/home/). Others are listed on the
[Junar website](http://junar.com/).
are listed on the [Junar website](http://www.junar.com/).

## Usage
As an example we will use the data from the [Costa Rican President's
Expand Down

0 comments on commit cef1915

Please sign in to comment.