From cef19157c7527cc357dc5baacf0d0ac51153bebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frans=20van=20Dunn=C3=A9?= Date: Tue, 8 Aug 2017 07:43:37 -0600 Subject: [PATCH] Removed URL's that no longer resolve from documentation --- DESCRIPTION | 6 +++--- README.md | 4 ++-- revdep/.cache.rds | Bin 0 -> 274 bytes vignettes/acceder-junar-api.Rmd | 7 ++----- vignettes/access-junar-api.Rmd | 4 +--- 5 files changed, 8 insertions(+), 13 deletions(-) create mode 100644 revdep/.cache.rds diff --git a/DESCRIPTION b/DESCRIPTION index c8a214b..99a58c9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 - . It has been used in a number of national and local + . 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é", , "frans@ixpantia.com", c("aut", "cre")) @@ -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 diff --git a/README.md b/README.md index 553487f..9dd88b3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/revdep/.cache.rds b/revdep/.cache.rds new file mode 100644 index 0000000000000000000000000000000000000000..bd679ceb0fc36d00e7cefd47d5baed4ecdd6ef0e GIT binary patch literal 274 zcmV+t0qy=DiwFP!000002CYy{OT;h`&2}rgTM@zEAr-}o7g=1;gI-nz4}p@Vqm6Bo zY%(eMul)sLS{n#@Q7|x>59YnRm!~BmBq8&3Mw0nZ9{DTtaY(*SoM$8@3!hJ~F6g5L zW9hSD($baIYle*8D$ZK^0G*~A?DTeZcYbo8Z;o40{tLr$WcaBkEfv;29}Kh0cS3%l zd9AqXK%%AB0&iSNU!63$fxZHr^BQ<#zcHNsg+WM*tZhB)BNFZ-O(M!2$vOz{WWkMY zUTmmsBlJ}7`cKfz8=YEfc+~EfLUAQ4$5EMp#y1UN9cu%u3dD=iVo`~(n@x(N(H_XY Y=$Q$aZ0iJIF(LCjbBd literal 0 HcmV?d00001 diff --git a/vignettes/acceder-junar-api.Rmd b/vignettes/acceder-junar-api.Rmd index 7a2648a..8274f3e 100644 --- a/vignettes/acceder-junar-api.Rmd +++ b/vignettes/acceder-junar-api.Rmd @@ -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 diff --git a/vignettes/access-junar-api.Rmd b/vignettes/access-junar-api.Rmd index fd4921b..c2a79f8 100644 --- a/vignettes/access-junar-api.Rmd +++ b/vignettes/access-junar-api.Rmd @@ -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