Skip to content

Commit

Permalink
Fix article (#44)
Browse files Browse the repository at this point in the history
* Try1

* Restore

* Add fuente

* Fecha

* Frecuencia

* Tipo

* Last try

* Last

* Update docs with pkgdev

---------

Co-authored-by: Diego H <dieghernan@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 1, 2024
1 parent f5803fc commit ab8d1d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
},
"applicationCategory": "Macroeconomics",
"isPartOf": "https://ropenspain.es/",
"fileSize": "289.387KB",
"fileSize": "289.392KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
10 changes: 6 additions & 4 deletions vignettes/articles/Series_Index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ series_clean <- series %>%
filter(!is.na(Numero_secuencial)) %>%
select(
Numero_secuencial, Descripcion_de_la_serie,
Titulo_de_la_serie, Fuente, Fecha_de_la_primera_observacion,
Fecha_de_la_ultima_observacion, Frecuencia_de_la_serie,
Tipo_de_variable, Codigo_de_unidades
Titulo_de_la_serie,
Tipo_de_variable,
Fecha_de_la_primera_observacion,
Fecha_de_la_ultima_observacion,
Frecuencia_de_la_serie
)
Expand All @@ -60,7 +62,7 @@ reactable(series_clean,
showPageSizeOptions = TRUE,
striped = TRUE,
defaultColDef = colDef(
minWidth = 150, html = TRUE,
minWidth = 200, html = TRUE,
align = "left", vAlign = "center"
),
paginationType = "jump",
Expand Down

0 comments on commit ab8d1d5

Please sign in to comment.