The R Project SVN R

Rev

Rev 71153 | Rev 82755 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71153 Rev 72348
Line 6... Line 6...
6
Maintainer: R Core Team <R-core@r-project.org>
6
Maintainer: R Core Team <R-core@r-project.org>
7
Description: Support for parallel computation, including by forking
7
Description: Support for parallel computation, including by forking
8
   (taken from package multicore), by sockets (taken from package snow)
8
   (taken from package multicore), by sockets (taken from package snow)
9
   and random-number generation.
9
   and random-number generation.
10
License: Part of R @VERSION@
10
License: Part of R @VERSION@
11
Imports: tools
11
Imports: tools, compiler
12
Suggests: methods
12
Suggests: methods
13
Enhances: snow, nws, Rmpi
13
Enhances: snow, nws, Rmpi
14
NeedsCompilation: yes
14
NeedsCompilation: yes