tests/testthat/test-tutorials_autograph.R

test_that("autograph tutorials work", {
  for(tute.dir in list.dirs(system.file("tutorials", package = "autograph"), 
                            recursive = F)){
    tute.file <- list.files(tute.dir, pattern = "*.Rmd", full.names = T)
    expect_null(test_tutorials(tute.file))
  }
})

Try the migraph package in your browser

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

migraph documentation built on April 4, 2026, 5:07 p.m.