File: NAMESPACE

package info (click to toggle)
r-cran-foreach 1.3.0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 628 kB
  • ctags: 4
  • sloc: sh: 76; makefile: 1
file content (24 lines) | stat: -rw-r--r-- 953 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
export(foreach, when, times, "%do%", "%dopar%", "%:%", registerDoSEQ,
       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)
import(codetools)