Open LeneSo opened 1 day ago
Hi Lene, thanks for reporting this!
Could you run this same analysis but in debug mode? All you need to do is run
options(actel.debug = TRUE)
before running your analysis again. This will show exactly which internal function caused the crash. The last few lines of the output should be enough to figure out what crashed.
I ran actel with the debug option, but doesn't seem that it provided any more insights?: M: Checking movement events quality. Debug: Checking movement quality for tag A69-1604-34982. Debug: Running checkMinimumN Debug: Running checkFirstMove. Debug: Running checkImpassables. Debug: Running checkJumpDistance. Debug: Running simplifyMovements. Debug: Running movementTimes. Debug: Running movementSpeeds. Debug: Running speedReleaseToFirst. Debug: Running checkSpeeds. Advarsel: Tag A69-1604-34982 (1/70) had an average speed of 3.81 m/s from valid event 3 to 4 (A3 -> A2). Advarsel: Tag A69-1604-34982 (1/70) had an average speed of 677.89 m/s from valid event 4 to 5 (A2 -> A3). Advarsel: Tag A69-1604-34982 (1/70) had an average speed of 11.69 m/s from valid event 7 to 8 (A2 -> A3). Advarsel: Tag A69-1604-34982 (1/70) had an average speed of 3.32 m/s from valid event 10 to 11 (A3 -> A2). Warning: Tag A69-1604-34982 (1/70) had an average speed higher than 3 m/s in 11 events (of which the first 4 are displayed above). Fejl i paste0(...) : argument mangler, uden nogen standard
A fatal exception occurred!
remotes::install_github("hugomflavio/actel",
ref = "issue_148",
build_opts = c("--no-resave-data", "--no-manual"),
build_vignettes = TRUE)
Fix is now merged with master. Could you confirm this resolves your problem?
Thanks!
I downloaded the latest actel version ‘1.3.0.9015’ from github using the function remotes::install_github("hugomflavio/actel", build_opts = c("--no-resave-data", "--no-manual"), build_vignettes = TRUE). When I run the function migration with “method = first to first” on some data, it starts as normal, but then I get this error message:
Warning: GUI is set to 'needed' but package 'gWidgets2tcltk' is not available. Please install it if you intend to run the GUI. Disabling GUI (i.e. GUI = 'never') for the current run. M: Importing data. This process may take a while. M: No Code.space column was found in the biometrics. Assigning code spaces based on detections. M: Number of target tags: 100. M: Compiling detections... M: Matching detections with deployment periods. |============================================================| 100% M: Number of ALS: 5 (of which 0 had no detections) M: Data time range: 2024-04-21 06:04:17 to 2024-09-19 10:57:45 (Europe/Belfast). M: File 'distances.csv' found, activating speed calculations. M: Extracting relevant detections... Stray tags were detected in your study area. Would you like to save a summary to stray_tags.csv?(y/n) y M: Data successfully imported! Warning: 'success.arrays' was not defined. Assuming success if the tags are last detected at array A4. M: Creating movement records for the valid tags. |============================================================| 100% M: Checking movement events quality. Advarsel: Tag A69-1604-34982 (1/70) had an average speed of 3.81 m/s from valid event 3 to 4 (A3 -> A2). Advarsel: Tag A69-1604-34982 (1/70) had an average speed of 677.89 m/s from valid event 4 to 5 (A2 -> A3). Advarsel: Tag A69-1604-34982 (1/70) had an average speed of 11.69 m/s from valid event 7 to 8 (A2 -> A3). Advarsel: Tag A69-1604-34982 (1/70) had an average speed of 3.32 m/s from valid event 10 to 11 (A3 -> A2). Warning: Tag A69-1604-34982 (1/70) had an average speed higher than 3 m/s in 11 events (of which the first 4 are displayed above). Fejl i paste0(...) : argument mangler, uden nogen standard (english: "Error in paste0(...): argument is missing, with no default")
A fatal exception occurred!