1# Generated by roxygen2: do not edit by hand 2 3S3method("[",FutureGlobals) 4S3method("[",sessionDetails) 5S3method(as.FutureGlobals,FutureGlobals) 6S3method(as.FutureGlobals,Globals) 7S3method(as.FutureGlobals,list) 8S3method(as.character,FutureResult) 9S3method(as.raster,Mandelbrot) 10S3method(c,FutureGlobals) 11S3method(futures,environment) 12S3method(futures,list) 13S3method(futures,listenv) 14S3method(getExpression,ClusterFuture) 15S3method(getExpression,Future) 16S3method(getExpression,MulticoreFuture) 17S3method(getExpression,MultisessionFuture) 18S3method(getExpression,UniprocessFuture) 19S3method(mandelbrot,matrix) 20S3method(mandelbrot,numeric) 21S3method(nbrOfFreeWorkers,"NULL") 22S3method(nbrOfFreeWorkers,cluster) 23S3method(nbrOfFreeWorkers,future) 24S3method(nbrOfFreeWorkers,logical) 25S3method(nbrOfFreeWorkers,multicore) 26S3method(nbrOfFreeWorkers,multiprocess) 27S3method(nbrOfFreeWorkers,uniprocess) 28S3method(nbrOfWorkers,"NULL") 29S3method(nbrOfWorkers,cluster) 30S3method(nbrOfWorkers,future) 31S3method(nbrOfWorkers,multiprocess) 32S3method(nbrOfWorkers,uniprocess) 33S3method(plot,Mandelbrot) 34S3method(print,Future) 35S3method(print,FutureCondition) 36S3method(print,FutureResult) 37S3method(print,FutureStrategy) 38S3method(print,FutureStrategyList) 39S3method(print,future) 40S3method(print,sessionDetails) 41S3method(resetWorkers,default) 42S3method(resetWorkers,multicore) 43S3method(resolve,Future) 44S3method(resolve,FutureGlobals) 45S3method(resolve,default) 46S3method(resolve,environment) 47S3method(resolve,list) 48S3method(resolve,listenv) 49S3method(resolved,ClusterFuture) 50S3method(resolved,Future) 51S3method(resolved,FutureGlobals) 52S3method(resolved,MulticoreFuture) 53S3method(resolved,UniprocessFuture) 54S3method(resolved,default) 55S3method(resolved,environment) 56S3method(resolved,list) 57S3method(result,ClusterFuture) 58S3method(result,ConstantFuture) 59S3method(result,Future) 60S3method(result,MulticoreFuture) 61S3method(result,UniprocessFuture) 62S3method(run,ClusterFuture) 63S3method(run,ConstantFuture) 64S3method(run,Future) 65S3method(run,MulticoreFuture) 66S3method(run,UniprocessFuture) 67S3method(tweak,"function") 68S3method(tweak,character) 69S3method(tweak,future) 70S3method(unique,FutureGlobals) 71S3method(value,Future) 72S3method(value,environment) 73S3method(value,list) 74S3method(value,listenv) 75export("%->%") 76export("%<-%") 77export("%conditions%") 78export("%globals%") 79export("%label%") 80export("%lazy%") 81export("%packages%") 82export("%plan%") 83export("%seed%") 84export("%stdout%") 85export("%tweak%") 86export(ClusterFuture) 87export(ConstantFuture) 88export(Future) 89export(FutureCondition) 90export(FutureError) 91export(FutureGlobals) 92export(FutureMessage) 93export(FutureResult) 94export(FutureWarning) 95export(MulticoreFuture) 96export(MultiprocessFuture) 97export(MultisessionFuture) 98export(RngFutureCondition) 99export(RngFutureError) 100export(RngFutureWarning) 101export(SequentialFuture) 102export(TransparentFuture) 103export(UnexpectedFutureResultError) 104export(UniprocessFuture) 105export(as.FutureGlobals) 106export(as.cluster) 107export(autoStopCluster) 108export(availableCores) 109export(availableWorkers) 110export(backtrace) 111export(cluster) 112export(future) 113export(futureAssign) 114export(futureCall) 115export(futureOf) 116export(futureSessionInfo) 117export(futures) 118export(getExpression) 119export(getGlobalsAndPackages) 120export(makeClusterMPI) 121export(makeClusterPSOCK) 122export(makeNodePSOCK) 123export(mandelbrot) 124export(mandelbrot_tiles) 125export(multicore) 126export(multiprocess) 127export(multisession) 128export(nbrOfFreeWorkers) 129export(nbrOfWorkers) 130export(plan) 131export(remote) 132export(resetWorkers) 133export(resolve) 134export(resolved) 135export(result) 136export(run) 137export(sequential) 138export(sessionDetails) 139export(supportsMulticore) 140export(transparent) 141export(tweak) 142export(value) 143export(values) 144importFrom(digest,digest) 145importFrom(globals,Globals) 146importFrom(globals,as.Globals) 147importFrom(globals,cleanup) 148importFrom(globals,globalsByName) 149importFrom(globals,globalsOf) 150importFrom(globals,packagesOf) 151importFrom(globals,walkAST) 152importFrom(grDevices,as.raster) 153importFrom(grDevices,hsv) 154importFrom(graphics,par) 155importFrom(graphics,plot) 156importFrom(listenv,get_variable) 157importFrom(listenv,listenv) 158importFrom(listenv,map) 159importFrom(listenv,parse_env_subset) 160importFrom(parallel,clusterCall) 161importFrom(parallel,nextRNGStream) 162importFrom(parallel,nextRNGSubStream) 163importFrom(parallel,splitIndices) 164importFrom(parallel,stopCluster) 165importFrom(parallelly,as.cluster) 166importFrom(parallelly,autoStopCluster) 167importFrom(parallelly,availableCores) 168importFrom(parallelly,availableWorkers) 169importFrom(parallelly,connectionId) 170importFrom(parallelly,isConnectionValid) 171importFrom(parallelly,makeClusterMPI) 172importFrom(parallelly,makeClusterPSOCK) 173importFrom(parallelly,makeNodePSOCK) 174importFrom(parallelly,supportsMulticore) 175importFrom(tools,pskill) 176importFrom(utils,capture.output) 177importFrom(utils,file_test) 178importFrom(utils,getS3method) 179importFrom(utils,globalVariables) 180importFrom(utils,head) 181importFrom(utils,object.size) 182importFrom(utils,packageVersion) 183importFrom(utils,sessionInfo) 184importFrom(utils,str) 185importFrom(utils,tail) 186