diyabc / diyabcGUI

User interface to DIYABC/AbcRanger
https://diyabc.github.io/
Other
4 stars 2 forks source link

Impossible to simulate the training set for new project #116

Closed gdurif closed 2 years ago

gdurif commented 2 years ago

When the project if fully configured, it is impossible to simulate the training set (after clicking on the simulate button, the message "project is not ready" remains despite the project being ready).

Multiple user feedback on the subject.

See #103 #107 #111

gdurif commented 2 years ago

Should be fixed by 3a65614

vasotola commented 2 years ago

I'm not sure if this is the correct place to put this, I think it is, but I still cannot run Simulations. I can Validate my project "Project is ready for training set simulation" but when I click the Simulate button, underneath it I see "Project is not read. Check settings above." but there doesn't seem to be anything wrong. I updated the package to 1.1.1 but here is my sessionInfo just in case.

sessionInfo() R version 4.1.1 (2021-08-10) Platform: aarch64-apple-darwin20 (64-bit) Running under: macOS Monterey 12.0.1

Matrix products: default LAPACK: /Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/lib/libRlapack.dylib

locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages: [1] stats graphics grDevices utils datasets methods base

other attached packages: [1] shiny_1.7.1 diyabcGUI_1.1.1

loaded via a namespace (and not attached): [1] Rcpp_1.0.7 lubridate_1.8.0 tidyr_1.1.4 prettyunits_1.1.1 shinyWidgets_0.6.2
[6] ps_1.6.0 rprojroot_2.0.2 assertthat_0.2.1 digest_0.6.28 utf8_1.2.2
[11] shinybusy_0.2.2 mime_0.12 R6_2.5.1 ggplot2_3.3.5 pillar_1.6.4
[16] rlang_0.4.12 curl_4.3.2 rstudioapi_0.13 fontawesome_0.2.2 callr_3.7.0
[21] jquerylib_0.1.4 labeling_0.4.2 desc_1.4.0 devtools_2.4.2 shinyjs_2.0.0
[26] stringr_1.4.0 htmlwidgets_1.5.4 munsell_0.5.0 compiler_4.1.1 httpuv_1.6.3
[31] xfun_0.28 pkgconfig_2.0.3 pkgbuild_1.2.0 shinyhelper_0.3.2 shinyFeedback_0.4.0 [36] htmltools_0.5.2 tidyselect_1.1.1 tibble_3.1.6 fansi_0.5.0 crayon_1.4.2
[41] dplyr_1.0.7 withr_2.4.2 later_1.3.0 grid_4.1.1 jsonlite_1.7.2
[46] xtable_1.8-4 gtable_0.3.0 lifecycle_1.0.1 DBI_1.1.1 magrittr_2.0.1
[51] scales_1.1.1 zip_2.2.0 cli_3.1.0 stringi_1.7.6 cachem_1.0.6
[56] pbapply_1.5-0 farver_2.1.0 remotes_2.4.1 fs_1.5.0 promises_1.2.0.1
[61] testthat_3.1.0 bslib_0.3.1 ellipsis_0.3.2 generics_0.1.1 vctrs_0.3.8
[66] tools_4.1.1 glue_1.5.1 markdown_1.1 purrr_0.3.4 pkgload_1.2.3
[71] processx_3.5.2 parallel_4.1.1 fastmap_1.1.0 colorspace_2.0-2 sessioninfo_1.2.1
[76] shinydashboard_0.7.2 memoise_2.0.0 usethis_2.1.3 sass_0.4.0

UPDATE: I just restarted R and reloaded the package and it's now running simulations.

gdurif commented 2 years ago

@vasotola thanks for the update. Please do tell me if you encounter any other issues.

gdurif commented 2 years ago

Fixed by d412012