inst/defaults/templates/full/diagnostics/1.R

# Example Data Diagnostics Script

data <- rnorm(100000, 0, 1)
expect_that(length(data) == 100000, is_true())

Try the ProjectTemplate package in your browser

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

ProjectTemplate documentation built on July 4, 2024, 1:10 a.m.