22
33S3method(add_finalizer,BatchtoolsFuture)
44S3method(delete,BatchtoolsFuture)
5+ S3method(launchFuture,BatchtoolsFutureBackend)
6+ S3method(listFutures,BatchtoolsLocalFutureBackend)
57S3method(loggedError,BatchtoolsFuture)
68S3method(loggedOutput,BatchtoolsFuture)
9+ S3method(nbrOfFreeWorkers,BatchtoolsLocalFutureBackend)
710S3method(nbrOfFreeWorkers,batchtools)
811S3method(nbrOfFreeWorkers,batchtools_multiprocess)
912S3method(nbrOfFreeWorkers,batchtools_uniprocess)
13+ S3method(nbrOfWorkers,BatchtoolsLocalFutureBackend)
1014S3method(nbrOfWorkers,batchtools)
1115S3method(nbrOfWorkers,batchtools_multicore)
1216S3method(nbrOfWorkers,batchtools_uniprocess)
@@ -27,9 +31,11 @@ export("%resources%")
2731export(BatchtoolsBashFuture)
2832export(BatchtoolsCustomFuture)
2933export(BatchtoolsFuture)
34+ export(BatchtoolsFutureBackend)
3035export(BatchtoolsFutureError)
3136export(BatchtoolsInteractiveFuture)
3237export(BatchtoolsLocalFuture)
38+ export(BatchtoolsLocalFutureBackend)
3339export(BatchtoolsLsfFuture)
3440export(BatchtoolsMulticoreFuture)
3541export(BatchtoolsMultiprocessFuture)
@@ -82,16 +88,20 @@ importFrom(batchtools,setJobNames)
8288importFrom(batchtools,submitJobs)
8389importFrom(batchtools,waitForJobs)
8490importFrom(future,Future)
91+ importFrom(future,FutureBackend)
8592importFrom(future,FutureError)
8693importFrom(future,getExpression)
8794importFrom(future,getGlobalsAndPackages)
95+ importFrom(future,launchFuture)
96+ importFrom(future,listFutures)
8897importFrom(future,nbrOfFreeWorkers)
8998importFrom(future,nbrOfWorkers)
9099importFrom(future,plan)
91100importFrom(future,resolved)
92101importFrom(future,result)
93102importFrom(future,run)
94103importFrom(future,tweak)
104+ importFrom(future,withPlan)
95105importFrom(parallelly,availableCores)
96106importFrom(parallelly,availableWorkers)
97107importFrom(utils,capture.output)
0 commit comments