-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 1.18 KB
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 1.18 KB
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
Package: doFuture.tests.extra
Version: 0.2.0-9000
Title: Extra Test Sets for the 'doFuture' Package
Depends:
doFuture (>= 1.1.0)
Imports:
future (>= 1.40.0)
Suggests:
tools,
BiocParallel,
caret,
mda, earth, mlbench, fastICA, klaR, MLmetrics, randomForest, gam,
doParallel,
future.batchtools,
future.callr,
glmnet,
lars,
NMF,
plyr,
TSP,
sp, maps
Authors@R: c(person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
email = "henrikb@braju.com"))
Description: Runs examples of packages that use 'foreach' and '%dopar%' for parallelization, where 'doFuture' is used as the 'foreach' adapter making it possible to use any future backend for parallelization. The package tests use these tools to test 'doFuture' with 'foreach'-based examples from packages 'BiocParallel', 'caret', 'doParallel', 'glmnet', 'NMF', 'plyr', and 'TSP'. These tests are run with many known future backends.
License: LGPL (>= 2.1)
LazyLoad: TRUE
URL: https://github.com/futureverse/doFuture.tests.extra
BugReports: https://github.com/futureverse/doFuture.tests.extra/issues
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)