Closed
Description
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 several versions of 'ggspectra'.
Minimal code example
I have no example yet that consistently triggers this problem. Could this problem be the result of a memory leak?
Question
Is this a known problem?
Suggested solution
I will investigate this in detail next week, unless this is a known issue.
Version information
Here is the output from sessionInfo()
in my R session:
R version 3.5.1 Patched (2018-09-25 r75362)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)
Matrix products: default
locale:
[1] LC_COLLATE=English_United Kingdom.1252 LC_CTYPE=English_United Kingdom.1252
[3] LC_MONETARY=English_United Kingdom.1252 LC_NUMERIC=C
[5] LC_TIME=English_United Kingdom.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] bindrcpp_0.2.2 knitr_1.20 ggrepel_0.8.0
[4] ggspectra_0.2.5-1 photobiologyWavebands_0.4.2 photobiology_0.9.24
[7] scales_1.0.0 ggplot2_3.0.0
loaded via a namespace (and not attached):
[1] Rcpp_0.12.18 pillar_1.3.0 compiler_3.5.1 plyr_1.8.4 bindr_0.1.1
[6] tools_3.5.1 digest_0.6.17 packrat_0.4.9-3 evaluate_0.11 lubridate_1.7.4
[11] tibble_1.4.2 gtable_0.2.0 pkgconfig_2.0.2 rlang_0.2.2 rstudioapi_0.7
[16] yaml_2.2.0 withr_2.1.2 dplyr_0.7.6 stringr_1.3.1 rprojroot_1.3-2
[21] grid_3.5.1 tidyselect_0.2.4 glue_1.3.0 R6_2.2.2 rmarkdown_1.10
[26] purrr_0.2.5 splus2R_1.2-2 magrittr_1.5 backports_1.1.2 htmltools_0.3.6
[31] assertthat_0.2.0 colorspace_1.3-2 labeling_0.3 stringi_1.2.4 lazyeval_0.2.1
[36] munsell_0.5.0 crayon_1.3.4
--