Skip to content

Commit

Permalink
Update docs with pkgdev
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 1, 2024
1 parent c01e6bd commit f5803fc
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re

**tidyBdE** is an API package that helps to retrieve data from [Banco de
España](https://www.bde.es/webbe/en/estadisticas/recursos/descargas-completas.html).
The data is provided as [tibble](https://tibble.tidyverse.org/) and the
package tries to guess the format of every time-series (dates,
The data is returned as a [`tibble`](https://tibble.tidyverse.org/) and
the package tries to guess the format of every time-series (dates,
characters and numbers).

## Installation
Expand Down Expand Up @@ -111,7 +111,7 @@ time_series <- bde_series_load(seq_number, series_label = "EUR_GBP_XR") %>%

### Plots

The package also provides a custom `ggplot2` theme based on the
The package also provides a custom **ggplot2** theme based on the
publications of BdE:

``` r
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.3 (2024-02-29)",
"runtimePlatform": "R version 4.3.3 (2024-02-29 ucrt)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -192,7 +192,7 @@
},
"applicationCategory": "Macroeconomics",
"isPartOf": "https://ropenspain.es/",
"fileSize": "285.104KB",
"fileSize": "289.387KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
2 changes: 1 addition & 1 deletion inst/schemaorg.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"runtimePlatform": "R version 4.3.3 (2024-02-29)",
"runtimePlatform": "R version 4.3.3 (2024-02-29 ucrt)",
"version": "0.3.5.9000"
},
{
Expand Down
Binary file modified man/figures/README-chart-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/chart-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/macroseries-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions vignettes/tidyBdE.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ vignette: >

**tidyBdE** is an API package that helps to retrieve data from [Banco de
España](https://www.bde.es/webbe/en/estadisticas/recursos/descargas-completas.html).
The data is provided as [tibble](https://tibble.tidyverse.org/) and the package
tries to guess the format of every time-series (dates, characters and numbers).
The data is returned as a [`tibble`](https://tibble.tidyverse.org/) and the
package tries to guess the format of every time-series (dates, characters and
numbers).

## Search series

Expand Down Expand Up @@ -80,8 +81,8 @@ time_series <- bde_series_load(seq_number, series_label = "EUR_GBP_XR") %>%

## Plot series

The package also provides a custom `ggplot2` theme based on the publications of
BdE:
The package also provides a custom **ggplot2** theme based on the publications
of BdE:


```r
Expand Down

0 comments on commit f5803fc

Please sign in to comment.