tests/testthat/demo.R

simple_function <- function(a, b) {
  # BUG something is wrong here
  x <- b + 1
  # TODO in the future it should be multiplication
  a + x
}
dokato/todor documentation built on Jan. 11, 2024, 3:56 a.m.