tests/testthat.R

library(testthat)
library(causaldrf)


# in order to get output log file or .pdf help file, you need to run the next line.
# test_check("causaldrf")
context("scratch test")

test_that("just see if test_that works", {
  expect_equal(1, 1)
})

Try the causaldrf package in your browser

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

causaldrf documentation built on Sept. 30, 2022, 1:07 a.m.