R version 4.6.0 RC (2026-04-22 r89945 ucrt) -- "Because it was There" Copyright (C) 2026 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. > #! /usr/bin/env Rscript > ## This runs testme test script inst/testme/test-batchtools_template.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future.batchtools:::testme("batchtools_template") Test 'batchtools_template' ... chr "none" > library(future) > message("*** batchtools_template() ...") *** batchtools_template() ... > res <- try(plan(future.batchtools::batchtools_lsf, + workers = FALSE)) Error : 'is.numeric(workers)' is not TRUE > stopifnot(inherits(res, "try-error")) > res <- try(plan(future.batchtools::batchtools_openlava, + workers = FALSE)) Error : 'is.numeric(workers)' is not TRUE > stopifnot(inherits(res, "try-error")) > res <- try(plan(future.batchtools::batchtools_sge, + workers = FALSE)) Error : 'is.numeric(workers)' is not TRUE > stopifnot(inherits(res, "try-error")) > res <- try(plan(future.batchtools::batchtools_slurm, + workers = FALSE)) Error : 'is.numeric(workers)' is not TRUE > stopifnot(inherits(res, "try-error")) > res <- try(plan(future.batchtools::batchtools_torque, + workers = FALSE)) Error : 'is.numeric(workers)' is not TRUE > stopifnot(inherits(res, "try-error")) > message("*** batchtools_template() ... DONE") *** batchtools_template() ... DONE Failed to undo environment variables: - Expected environment variables: [n=220] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', ..., 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2026_04_25_00_50_17_18966' Test time: user.self=0.1s, sys.self=0.02s, elapsed=0.2s, user.child=NAs, sys.child=NAs Test 'tempdirname' ... success > > proc.time() user system elapsed 0.89 0.23 1.10