-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
28 lines (28 loc) · 907 Bytes
/
DESCRIPTION
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
Package: BiocParallel.FutureParam
Version: 0.2.1-9000
Depends:
R (>= 3.3.0),
future (>= 1.21.0),
BiocParallel (>= 1.6.0)
Imports:
methods
Suggests:
markdown,
R.rsp,
future.batchtools
Remotes:
bioc::BiocParallel
VignetteBuilder:
R.rsp
Title: Use Futures with BiocParallel
Authors@R: c(
person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
email = "[email protected]"),
person("Ryan", "Thompson", role=c("ctb")))
Description: A 'BiocParallelParam' class for using futures with the BiocParallel framework, e.g. BiocParallel::register(FutureParam()).
License: LGPL (>= 2.1)
LazyLoad: TRUE
URL: https://BiocParallel.FutureParam.futureverse.org, https://github.com/HenrikBengtsson/BiocParallel.FutureParam
BugReports: https://github.com/HenrikBengtsson/BiocParallel.FutureParam/issues
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)