I installed the latest version of the package with remotes::install_github("ecoisilva/movedesign", dependencies = TRUE). I have been following the interactive guided tutorial that pops up when I select "Population estimate". However, the following error persists through multiple attempts:
> movedesign::run_app()
Listening on http://xxxx.0.0.1:xxxx
[2025-09-06 14:14:06]
✓ Success: Species and individual validated.
Species selected is the Syncerus caffer, and the individuals are:
Cilla, Gabs, Mvubu, Pepper, Queen, Toni.
[2025-09-06 14:14:15]
! Warning: Assuming range residency,
Assuming all selected individuals are range resident.
Warning in sqrt(PAR) : NaNs produced
Warning in sqrt(PAR) : NaNs produced
Warning in sqrt(PAR) : NaNs produced
Warning in sqrt(PAR) : NaNs produced
[2025-09-06 14:14:21]
✓ Success: Parameters extracted.
Proceed to Sampling design tab.
Warning: Error in [<-: subscript out of bounds
88: <Anonymous>
87: simulate.ctmm
85: simulate_seeded
84: simulating_data
83: observe
82: <observer>
3: runApp
2: print.shiny.appobj
1: <Anonymous>
This is my sessionInfo:
R version 4.3.3 (2024-02-29 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 11 x64 (build 26200)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.utf8 LC_CTYPE=English_United States.utf8 LC_MONETARY=English_United States.utf8
[4] LC_NUMERIC=C LC_TIME=English_United States.utf8
time zone: America/Chicago
tzcode source: internal
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] shiny_1.10.0
loaded via a namespace (and not attached):
[1] rstudioapi_0.17.1 jsonlite_2.0.0 magrittr_2.0.3 farver_2.1.2
[5] rmarkdown_2.29 fs_1.6.5 vctrs_0.6.5 memoise_2.0.1
[9] config_0.3.2 shinydashboardPlus_2.0.5 terra_1.8-29 htmltools_0.5.8.9000
[13] curl_5.2.2 raster_3.6-31 sass_0.4.9 Bessel_0.6-1
[17] KernSmooth_2.23-24 bslib_0.9.0 htmlwidgets_1.6.4 quarto_1.5.1
[21] desc_1.4.3 fontawesome_0.5.3 lubridate_1.9.4 cachem_1.1.0
[25] uuid_1.2-1 commonmark_1.9.5 mime_0.13 lifecycle_1.0.4
[29] pkgconfig_2.0.3 Matrix_1.6-5 R6_2.6.1 fastmap_1.2.0
[33] numDeriv_2016.8-1.1 digest_0.6.37 colorspace_2.1-1 ps_1.9.0
[37] RSpectra_0.16-2 shinybusy_0.3.3 crosstalk_1.2.1 reactR_0.6.1
[41] bsplus_0.1.5 labeling_0.4.3 timechange_0.3.0 compiler_4.3.3
[45] proxy_0.4-27 remotes_2.5.0 fontquiver_0.2.1 withr_3.0.2
[49] attempt_0.3.1 viridis_0.6.5 DBI_1.2.3 pkgbuild_1.4.4
[53] classInt_0.4-11 tools_4.3.3 units_0.8-5 reactable_0.4.4
[57] httpuv_1.6.15 fftw_1.0-8 glue_1.8.0 callr_3.7.6
[61] promises_1.3.2 gridtext_0.1.5 grid_4.3.3 rsconnect_1.3.1
[65] sf_1.0-19 generics_0.1.3 gtable_0.3.6 shinyFeedback_0.4.0
[69] class_7.3-22 tidyr_1.3.1 data.table_1.16.0 sp_2.2-0
[73] xml2_1.3.8 pillar_1.10.2 shinyalert_3.1.0 markdown_2.0
[77] stringr_1.5.1 ctmm_1.2.0 later_1.4.2 rintrojs_0.3.4
[81] robustbase_0.99-4-1 dplyr_1.1.4 ggtext_0.1.2 lattice_0.22-6
[85] gmp_0.7-5 tidyselect_1.2.1 fontLiberation_0.1.0 Gmedian_1.2.7
[89] knitr_1.50 fontBitstreamVera_0.1.1 gridExtra_2.3 litedown_0.7
[93] movedesign_0.3.2 xfun_0.52 shinydashboard_0.7.2 expm_1.0-0
[97] statmod_1.5.0 DEoptimR_1.1-3-1 stringi_1.8.3 yaml_2.3.10
[101] shinyWidgets_0.9.0 evaluate_1.0.3 codetools_0.2-20 gdtools_0.4.2
[105] tibble_3.2.1 cli_3.6.4 xtable_1.8-4 systemfonts_1.2.2
[109] munsell_0.5.1 processx_3.8.6 jquerylib_0.1.4 golem_0.5.1
[113] Rcpp_1.0.14 parallel_4.3.3 ggplot2_3.5.2 parsedate_1.3.2
[117] bayestestR_0.15.2 Rmpfr_1.0-0 viridisLite_0.4.2 ggiraph_0.8.13
[121] scales_1.3.0 e1071_1.7-16 insight_1.1.0 purrr_1.0.2
[125] crayon_1.5.3 rlang_1.1.5 shinyjs_2.1.0
I installed the latest version of the package with
remotes::install_github("ecoisilva/movedesign", dependencies = TRUE). I have been following the interactive guided tutorial that pops up when I select "Population estimate". However, the following error persists through multiple attempts:This is my sessionInfo: