dev_history.Rmd empty

library(testthat)

One title no function no name

test_that("my_median works properly and show error if needed", {
  expect_error(my_median("text"))
})

One title no function filename

test_that("my_median2 works properly and show error if needed", {
  expect_error(my_median2("text"))
})

One empty test chunk


# Run but keep eval=FALSE to avoid infinite loop
# Execute in the console directly
fusen::inflate(flat_file = "dev/dev_history.Rmd")


Try the fusen package in your browser

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

fusen documentation built on Aug. 17, 2023, 5:09 p.m.