File: NAMESPACE

package info (click to toggle)
r-cran-foreach 1.4.2-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 772 kB
  • ctags: 3
  • sloc: sh: 58; makefile: 1
file content (26 lines) | stat: -rw-r--r-- 1,071 bytes parent folder | download | duplicates (3)
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
export(foreach, when, times, "%do%", "%dopar%", "%:%", registerDoSEQ,
       getDoSeqRegistered, getDoSeqWorkers, getDoSeqName, getDoSeqVersion,
       setDoSeq, getDoParRegistered, getDoParWorkers, getDoParName,
       getDoParVersion, setDoPar, getResult, getErrorValue, getErrorIndex,
       accumulate, makeAccum, getexports)
S3method("iter", "foreach")
S3method("iter", "filteredforeach")
S3method("iter", "xforeach")
S3method("nextElem", "iforeach")
S3method("nextElem", "ifilteredforeach")
S3method("nextElem", "ixforeach")
S3method("getResult", "iforeach")
S3method("getResult", "ifilteredforeach")
S3method("getResult", "ixforeach")
S3method("getErrorValue", "iforeach")
S3method("getErrorValue", "ifilteredforeach")
S3method("getErrorValue", "ixforeach")
S3method("getErrorIndex", "iforeach")
S3method("getErrorIndex", "ifilteredforeach")
S3method("getErrorIndex", "ixforeach")
S3method("accumulate", "iforeach")
S3method("accumulate", "ifilteredforeach")
S3method("accumulate", "ixforeach")
import(iterators)
importFrom(codetools, "findGlobals")
import(utils)