flat_skeleton.Rmd empty

library(testthat)
# Load already included functions if relevant
pkgload::load_all(export_all = FALSE)

skeleton

#' skeleton Title
#'
#' @return 1
#' @export
#'
#' @examples
skeleton <- function() {
  1
}
skeleton()
test_that("skeleton works", {
  expect_true(inherits(skeleton, "function"))
})
# Run but keep eval=FALSE to avoid infinite loop
# Execute in the console directly
fusen::inflate(flat_file = "dev/flat_skeleton.Rmd", vignette_name = "Go further")


Try the fusen package in your browser

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

fusen documentation built on May 29, 2024, 6:42 a.m.