-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathNAMESPACE
36 lines (35 loc) · 883 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(jobs)
export(logger)
export(redisConnect)
export(redisDelete)
export(redisGet)
export(redisSet)
export(redisWorker)
export(registerDoRedis)
export(removeJob)
export(removeQueue)
export(setChunkSize)
export(setExport)
export(setFtinterval)
export(setPackages)
export(setProgress)
export(startLocalWorkers)
export(tasks)
import(foreach)
importFrom(iterators,iter)
importFrom(iterators,nextElem)
importFrom(redux,hiredis)
importFrom(redux,redis)
importFrom(redux,redis_available)
importFrom(stats,runif)
importFrom(utils,capture.output)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(utils,object.size)
importFrom(utils,packageDescription)
importFrom(utils,packageName)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
useDynLib(doRedis, .registration=TRUE, .fixes="C_")