1
0
mirror of https://github.com/msberends/AMR.git synced 2026-04-28 07:44:03 +02:00
Files
AMR/man
Claude b1cf7a94ad Migrate parallel computing in as.sir() from parallel:: to future/future.apply
Replace parallel::mclapply() and parallel::parLapply() with
future.apply::future_lapply(), enabling transparent support for any
future backend (multisession, multicore, mirai_multisession, cluster)
on all platforms including Windows.

When parallel = TRUE the function now: (1) respects an active
future::plan() set by the user without overriding it on exit, or
(2) sets a temporary multisession plan with parallelly::availableCores()
and tears it down on exit. The max_cores argument controls worker count
only when no user plan is active.

future and future.apply are added to Suggests in DESCRIPTION.

https://claude.ai/code/session_01M1Jvf2Miu6JL4TQrEh1wS8
2026-04-27 12:21:48 +00:00
..
2026-03-11 16:07:31 +01:00
2026-03-30 10:01:49 +02:00
2026-03-06 12:41:27 +01:00
2026-01-16 10:57:03 +01:00
2026-03-30 10:01:49 +02:00
2026-01-06 23:08:50 +01:00
2025-07-19 14:06:36 +02:00
2025-05-15 10:39:48 +02:00
2026-04-22 08:16:44 +02:00
2025-05-15 10:39:48 +02:00
2026-04-22 08:16:44 +02:00
2026-04-21 22:11:40 +02:00
2026-01-16 10:57:03 +01:00
2024-03-03 23:24:57 +01:00
2025-04-29 16:15:18 +02:00