Skip to content

Commit

Permalink
Add tests and more parameters to scales
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Jan 27, 2024
1 parent 5bfb73f commit 272672d
Show file tree
Hide file tree
Showing 28 changed files with 309 additions and 301 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ importFrom(ggplot2,margin)
importFrom(ggplot2,rel)
importFrom(ggplot2,unit)
importFrom(lifecycle,deprecated)
importFrom(tibble,tibble)
importFrom(utils,download.file)
importFrom(utils,read.csv2)
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# tidyBdE (development version)

Mostly changes on the color functions:

- `bde_vivid_pal()` and `bde_rose_pal()` have been deprecated. Use the new
function `bde_palettes()` instead.
function `bde_palettes()` instead.
- `scale_color_bde_d()` and friends leverage now on `bde_palettes()`, and
these functions gain two new arguments: `alpha` y `rev`.
- Update and review documentation.

# tidyBdE 0.3.4

Expand Down
1 change: 0 additions & 1 deletion R/bde_check_access.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#' Check access to BdE
#'
#'
#' @description
#' Check if R has access to resources at
#' <https://www.bde.es/webbe/en/estadisticas/recursos/descargas-completas.html>.
Expand Down
Loading

0 comments on commit 272672d

Please sign in to comment.