tests/testthat/03_prog_b.R

#' ---
#' title: Program Test B
#' author: JJAV
#' date: 2023-10-01
#' sessioninfo: YES
#' signature: YES
#' ---

var_a <- "AAA"
stopifnot(!exists("var_b", inherits = TRUE))
cat("I'm in program B\n")

Try the repana package in your browser

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

repana documentation built on May 29, 2024, 10:36 a.m.