Skip to content

Commit

Permalink
Fixed Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fmgarciadiaz committed Jun 14, 2020
1 parent 1b05b83 commit 6cf90ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 28 deletions.
2 changes: 1 addition & 1 deletion CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2020-06-14.
Once it is accepted, delete this file and tag the release (commit f530c57a22).
Once it is accepted, delete this file and tag the release (commit 1b05b835f5).
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ Búsqueda de series **(a)** en el listado incluído en el paquete con `Search` o
# Cargar el paquete
library(PortalHacienda)
# mostrar las primeras series encontradas
Series_TCN <- Search_online("tipo de cambio")
Series_TCN <- Search_online("tipo de cambio")
Series_TCN$distribucion_url_descarga <- NULL
kableExtra::kable_styling(knitr::kable(head(Series_TCN,3) ,"html"), font_size = 7)
```

Expand Down
27 changes: 2 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ library(PortalHacienda)
#> =============================================================================
#> Acceso API Portal Datos Hacienda - v 0.1.1 - 06-2020 por F.García Díaz
# mostrar las primeras series encontradas
Series_TCN <- Search_online("tipo de cambio")
Series_TCN <- Search_online("tipo de cambio")
#> Descagando base de metadatos...
Series_TCN$distribucion_url_descarga <- NULL
kableExtra::kable_styling(knitr::kable(head(Series_TCN,3) ,"html"), font_size = 7)
```

Expand Down Expand Up @@ -124,12 +125,6 @@ distribucion\_descripcion

<th style="text-align:left;">

distribucion\_url\_descarga

</th>

<th style="text-align:left;">

dataset\_responsable

</th>
Expand Down Expand Up @@ -278,12 +273,6 @@ tiempo

<td style="text-align:left;">

<http://estadisticas.produccion.gob.ar/dataset/1/distribution/1.1/tcrmse-series.csv>

</td>

<td style="text-align:left;">

Ministerio de Producción. Secretaría de Transformación Productiva.
Subsecretaría de Desarrollo y Planeamiento Productivo.

Expand Down Expand Up @@ -433,12 +422,6 @@ tiempo

<td style="text-align:left;">

<http://estadisticas.produccion.gob.ar/dataset/1/distribution/1.1/tcrmse-series.csv>

</td>

<td style="text-align:left;">

Ministerio de Producción. Secretaría de Transformación Productiva.
Subsecretaría de Desarrollo y Planeamiento Productivo.

Expand Down Expand Up @@ -587,12 +570,6 @@ tiempo

<td style="text-align:left;">

<http://estadisticas.produccion.gob.ar/dataset/1/distribution/1.1/tcrmse-series.csv>

</td>

<td style="text-align:left;">

Ministerio de Producción. Secretaría de Transformación Productiva.
Subsecretaría de Desarrollo y Planeamiento Productivo.

Expand Down
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ since big requests may come up with random server time-out errors, returning
ERROR in CRAN status.

## 06-14-20 Resubmission
Temporary Ministry of Economy API error caused Readme.md to fail
- Temporary Ministry of Economy API error caused Readme.md to fail


0 comments on commit 6cf90ee

Please sign in to comment.