tests/testthat.R

library(testthat)

context("Tu vas me tester ça oui ?!")

test_that("Test about initialization", {
  expect_equal(length(runif(100)),100)
})

Try the LongituRF package in your browser

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

LongituRF documentation built on Aug. 31, 2020, 5:07 p.m.