Skip to content

Commit 6f61719

Browse files
committed
disabled SSH test on CRAN
1 parent c4b2063 commit 6f61719

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

DESCRIPTION

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ Authors@R: c(
88
)
99
Description: As a successor of the packages BatchJobs and BatchExperiments,
1010
batchtools provides a parallel implementation of the Map function
11-
for high performance computing systems managed by schedulers (LSF, OpenLava,
12-
SGE, Slurm, Torque, Docker Swarm).
11+
for high performance computing systems managed by schedulers (IBM LSF
12+
<http://www-03.ibm.com/systems/spectrum-computing/products/lsf/>,
13+
OpenLava <http://www.openlava.org/>, Univia Grid Engine
14+
<http://www.univa.com/> (formerly Sun Grid Engine and Oracle Grid Engine),
15+
Slurm <http://slurm.schedmd.com/>, Torque/PBS
16+
<http://www.adaptivecomputing.com/products/open-source/torque/>, and Docker
17+
Swarm <https://docs.docker.com/swarm/>).
1318
A multicore and socket mode allow the parallelization on a local machines,
1419
and multiple machines can be hooked up via SSH to create a makeshift cluster.
1520
Moreover, the package provides an abstraction mechanism to define

tests/testthat/test_ClusterFunctionsSSH.R

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ context("cf ssh")
22

33
test_that("cf ssh", {
44
skip_on_os("windows")
5+
skip_on_cran()
56

67
reg = makeRegistry(file.dir = NA, make.default = FALSE)
78
if (reg$cluster.functions$name == "Interactive") {

0 commit comments

Comments
 (0)