tests/testthat/test-package-load.R

context("loading of package")

test_that("default options are set when package is loaded", {
  detach("package:sgdnet")
  library("sgdnet")
  expect_equal(getOption("sgdnet.debug"), FALSE)
})
jolars/sgdnet documentation built on May 22, 2019, 11:52 p.m.