tests/testthat/test-zzz.R

context("zzz")

test_that(".onAttach does not modify the random stream", {
  set.seed(42)
  x <- runif(5)
  set.seed(42)
  .onAttach()
  expect_equal(runif(5), x)
})
SahaRahul/ggplot2 documentation built on May 17, 2019, 1:46 p.m.