-
Prepare for release:
* [x] Check for open issues at https://github.com/tidyverse/dplyr/milestone/15
* [x] `devtools::build_readme()`
* [x] Check [current CRAN check results](https://cran.rstud…
-
## Summary
When building the vignettes of 'ggspectra' R crashes intermittently in chunks which use `geom_label_repel` with long vectors of labels. These same examples have been working well for sev…
-
`as_data_frame()` no longer strips derived S3 classes.
The example from 'dplyr' is for version 0.4.3, obviously 'dplyr' 0.4.3.9000 behaves as 'tibble'.
``` r
> class(photobiology::sun.spct)
[1] "sou…
-
## Summary
I find that in some cases locations of labels seem to be displaced, as if some indexing is off by one. Until now, I have seen this only happening with labels bellow a line, but not above…
-
## Summary
I get a warning message from "geom_text_repel":
Warning messages:
1: In x$hj : partial match of 'hj' to 'hjust'
2: partial match of 'hj' to 'hjust'
3: partial match of 'hj' to 'hj…
-
For consistency the code below should return a time NA instead of a date NA, as `class(lubridate::ymd(NA_character_)` apparently returned in the previous version.
``` r
class(lubridate::ymd(NA_charac…
-
Hi.
My package 'ggspectra' was accepted today by CRAN. It does both extend 'ggplot2' and provide wrappers but depends on another two of my packages 'photobiology' and 'photobiologyWavebands'. I think …