R Under development (unstable) (2025-06-05 r88281 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > source("incl/start.R") Loading required package: parallelly Loading required package: future > > message("*** %resources% ...") *** %resources% ... > > plan(batchtools_local) > > ## This will test `%resources%` but it'll be ignored (with a warning) > ## by batchtools_local() > y %<-% { 42 } %resources% list(memory = 16000) ## 16,000 MiB of memory Warning: Detected 1 unknown future arguments: 'resources' [04:39:30.473] Launched future #1 > > message("*** %resources% ... DONE") *** %resources% ... DONE > > source("incl/end.R") > > proc.time() user system elapsed 1.10 0.29 2.76