1.R 110 B

12345
  1. # Example Data Diagnostics Script
  2. data <- rnorm(100000, 0, 1)
  3. expect_that(length(data) == 100000, is_true())