Closed byee4 closed 1 year ago
For what it's worth, this is the sessionInfo() that appears to be compatible with Skipper:
R version 4.1.3 (2022-03-10)
Platform: x86_64-conda-linux-gnu (64-bit)
Running under: CentOS Linux 7 (Core)
Matrix products: default
BLAS/LAPACK: /lib/libopenblasp-r0.3.21.so
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] forcats_0.5.2 stringr_1.4.1 dplyr_1.0.10 purrr_0.3.5
[5] readr_2.1.3 tidyr_1.2.1 tibble_3.1.8 ggplot2_3.3.6
[9] tidyverse_1.3.2
loaded via a namespace (and not attached):
[1] pillar_1.8.1 compiler_4.1.3 cellranger_1.1.0
[4] dbplyr_2.2.1 tools_4.1.3 timechange_0.2.0
[7] lubridate_1.9.2 googledrive_2.0.0 jsonlite_1.8.4
[10] lifecycle_1.0.3 gargle_1.2.1 gtable_0.3.1
[13] pkgconfig_2.0.3 rlang_1.0.6 reprex_2.0.2
[16] DBI_1.1.3 cli_3.4.1 haven_2.5.2
[19] xml2_1.3.3 withr_2.5.0 httr_1.4.5
[22] generics_0.1.3 vctrs_0.4.2 fs_1.6.1
[25] hms_1.1.2 googlesheets4_1.0.1 grid_4.1.3
[28] tidyselect_1.2.0 glue_1.6.2 R6_2.5.1
[31] fansi_1.0.4 readxl_1.4.2 tzdb_0.3.0
[34] modelr_0.1.9 magrittr_2.0.3 backports_1.4.1
[37] scales_1.2.1 ellipsis_0.3.2 rvest_1.0.3
[40] assertthat_0.2.1 colorspace_2.0-3 utf8_1.2.3
[43] stringi_1.7.8 munsell_0.5.0 broom_1.0.3
[46] crayon_1.5.2
The change is due to the following update to the sample function in R version 4.2.0:
sample() and sample.int() have additional sanity checks on their size and n arguments.
The sampling script has been updated so that instead of a vector of an identical number, the sample function receives a single integer.
Just tried updating the Skipper module, which broke the pipeline:
The R scripts do appear to work using the following R packages: