/usr/lib/R/site-library/BatchJobs/NAMESPACE is in r-cran-batchjobs 1.7-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 | # Generated by roxygen2: do not edit by hand
S3method(applyJobFunction,Registry)
S3method(copyRequiredJobFiles,Registry)
S3method(dbCreateJobDefTable,Registry)
S3method(dbGetJobs,Registry)
S3method(getJobInfo,Registry)
S3method(getJobs,Registry)
S3method(getWorkerNumberOfCPUs,WorkerLinux)
S3method(getWorkerStatus,WorkerLinux)
S3method(killWorkerJob,WorkerLinux)
S3method(listWorkerJobs,WorkerLinux)
S3method(print,ClusterFunctions)
S3method(print,Config)
S3method(print,Job)
S3method(print,Registry)
S3method(print,SubmitJobResult)
S3method(setJobFunction,Registry)
S3method(startWorkerJob,WorkerLinux)
S3method(updateRegistry,Registry)
export(addRegistryPackages)
export(addRegistrySourceDirs)
export(addRegistrySourceFiles)
export(applyJobFunction)
export(batchExpandGrid)
export(batchExport)
export(batchMap)
export(batchMapQuick)
export(batchMapResults)
export(batchQuery)
export(batchReduce)
export(batchReduceResults)
export(batchUnexport)
export(callFunctionOnSSHWorkers)
export(cfBrewTemplate)
export(cfHandleUnknownSubmitError)
export(cfKillBatchJob)
export(cfReadBrewTemplate)
export(checkIds)
export(copyRequiredJobFiles)
export(dbCreateJobDefTable)
export(dbGetJobs)
export(debugMulticore)
export(debugSSH)
export(filterResults)
export(findDisappeared)
export(findDone)
export(findErrors)
export(findExpired)
export(findJobs)
export(findMissingResults)
export(findNotDone)
export(findNotErrors)
export(findNotOnSystem)
export(findNotRunning)
export(findNotStarted)
export(findNotSubmitted)
export(findNotTerminated)
export(findOnSystem)
export(findRunning)
export(findStarted)
export(findSubmitted)
export(findTerminated)
export(getConfig)
export(getErrorMessages)
export(getJob)
export(getJobIds)
export(getJobInfo)
export(getJobLocation)
export(getJobNr)
export(getJobParamDf)
export(getJobResources)
export(getJobs)
export(getLogFiles)
export(getResources)
export(getSSHWorkersInfo)
export(getStatus)
export(grepLogs)
export(installPackagesOnSSHWorkers)
export(killJobs)
export(loadConfig)
export(loadExports)
export(loadRegistry)
export(loadResult)
export(loadResults)
export(makeClusterFunctions)
export(makeClusterFunctionsInteractive)
export(makeClusterFunctionsLSF)
export(makeClusterFunctionsLocal)
export(makeClusterFunctionsMulticore)
export(makeClusterFunctionsOpenLava)
export(makeClusterFunctionsSGE)
export(makeClusterFunctionsSLURM)
export(makeClusterFunctionsSSH)
export(makeClusterFunctionsTorque)
export(makeJob)
export(makeRegistry)
export(makeSSHWorker)
export(makeSubmitJobResult)
export(reduceResults)
export(reduceResultsDataFrame)
export(reduceResultsDataTable)
export(reduceResultsList)
export(reduceResultsMatrix)
export(reduceResultsVector)
export(removeRegistry)
export(removeRegistryPackages)
export(removeRegistrySourceDirs)
export(removeRegistrySourceFiles)
export(resetJobs)
export(sanitizePath)
export(setConfig)
export(setJobFunction)
export(setJobNames)
export(setRegistryPackages)
export(showClusterStatus)
export(showLog)
export(showStatus)
export(sourceRegistryFiles)
export(submitJobs)
export(sweepRegistry)
export(syncRegistry)
export(testJob)
export(updateRegistry)
export(waitForJobs)
import(DBI)
import(RSQLite)
import(checkmate)
import(data.table)
import(methods)
import(stats)
import(utils)
importFrom(BBmisc,"%nin%")
importFrom(BBmisc,catf)
importFrom(BBmisc,checkListElementClass)
importFrom(BBmisc,chunk)
importFrom(BBmisc,clipString)
importFrom(BBmisc,collapse)
importFrom(BBmisc,convertListOfRowsToDataFrame)
importFrom(BBmisc,convertToShortString)
importFrom(BBmisc,dropNamed)
importFrom(BBmisc,extractSubList)
importFrom(BBmisc,filterNull)
importFrom(BBmisc,insert)
importFrom(BBmisc,is.error)
importFrom(BBmisc,isDirectory)
importFrom(BBmisc,isProperlyNamed)
importFrom(BBmisc,isScalarNA)
importFrom(BBmisc,isWindows)
importFrom(BBmisc,load2)
importFrom(BBmisc,lsort)
importFrom(BBmisc,makeFileCache)
importFrom(BBmisc,makeProgressBar)
importFrom(BBmisc,makeSimpleFileLogger)
importFrom(BBmisc,messagef)
importFrom(BBmisc,namedList)
importFrom(BBmisc,names2)
importFrom(BBmisc,requirePackages)
importFrom(BBmisc,save2)
importFrom(BBmisc,seq_col)
importFrom(BBmisc,seq_row)
importFrom(BBmisc,setClasses)
importFrom(BBmisc,setColNames)
importFrom(BBmisc,setRowNames)
importFrom(BBmisc,stopf)
importFrom(BBmisc,suppressAll)
importFrom(BBmisc,system3)
importFrom(BBmisc,vcapply)
importFrom(BBmisc,viapply)
importFrom(BBmisc,vlapply)
importFrom(BBmisc,vnapply)
importFrom(BBmisc,warningf)
importFrom(BBmisc,which.first)
importFrom(brew,brew)
importFrom(digest,digest)
importFrom(sendmailR,sendmail)
importFrom(stringi,stri_extract_first_regex)
importFrom(stringi,stri_split_fixed)
importFrom(stringi,stri_split_regex)
importFrom(stringi,stri_trim_both)
|