tests/testthat/testCluster.R

library(partools)

context("Cluster setup")

test_that("Defaults", {
    cls <- makeCluster(2)
    setclsinfo(cls)

    # Verifying testthat runs this as expected.
    expect_true(TRUE)
})

Try the partools package in your browser

Any scripts or data that you put into this service are public.

partools documentation built on May 2, 2019, 5:14 a.m.