When I have
- the CRAN version of hyperSpec installed, or no hyperSpec installed and
devtools::load_all() the current develop branch and then
devtools::test()
I get test failures.
When the develop version of hyperSpec is installed, the tests run smoothly.
> sessionInfo()
R version 4.1.0 (2021-05-18)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.04.2 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3
LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so.3
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=de_DE.UTF-8 LC_COLLATE=en_US.UTF-8 LC_MONETARY=de_DE.UTF-8
[6] LC_MESSAGES=en_US.UTF-8 LC_PAPER=de_DE.UTF-8 LC_NAME=C LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=de_DE.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] grid stats graphics grDevices utils datasets methods base
other attached packages:
[1] hyperSpec_0.100.0.9000 testthat_3.0.4 xml2_1.3.2 ggplot2_3.3.5 lattice_0.20-44
loaded via a namespace (and not attached):
[1] pillar_1.6.1 compiler_4.1.0 RColorBrewer_1.1-2 remotes_2.4.0 prettyunits_1.1.1
[6] tools_4.1.0 pkgload_1.2.1 pkgbuild_1.2.0 memoise_2.0.0 lifecycle_1.0.0
[11] tibble_3.1.3 gtable_0.3.0 pkgconfig_2.0.3 png_0.1-7 rlang_0.4.11
[16] rstudioapi_0.13 cli_3.0.1 fastmap_1.1.0 withr_2.4.2 dplyr_1.0.7
[21] desc_1.3.0 generics_0.1.0 vctrs_0.3.8 fs_1.5.0 devtools_2.4.2
[26] rprojroot_2.0.2 tidyselect_1.1.1 glue_1.4.2 R6_2.5.0 jpeg_0.1-9
[31] processx_3.5.2 fansi_0.5.0 sessioninfo_1.1.1 latticeExtra_0.6-29 callr_3.7.0
[36] purrr_0.3.4 magrittr_2.0.1 codetools_0.2-18 usethis_2.0.1 ps_1.6.0
[41] scales_1.1.1 ellipsis_0.3.2 hySpc.testthat_0.2.1.9000 colorspace_2.0-2 utf8_1.2.2
[46] lazyeval_0.2.2 munsell_0.5.0 cachem_1.0.5 crayon_1.4.1
When I have
devtools::load_all()the current develop branch and thendevtools::test()I get test failures.
When the develop version of hyperSpec is installed, the tests run smoothly.