tests/testthat/_snaps/create_lesson.md

Destruction of the .gitignore file renders the lesson incorrect [plain]

Code
  expect_error(check_lesson(tmp), "There were errors with the lesson structure")
Message
  ! The .gitignore file is missing the following elements:
  episodes/*html
  site/*
  !site/README.md
  .Rhistory
  .Rapp.history
  .RData
  .Ruserdata
  *-Ex.R
  /*.tar.gz
  /*.Rcheck/
  .Rproj.user/
  vignettes/*.html
  vignettes/*.pdf
  .httr-oauth
  *_cache/
  /cache/
  *.utf8.md
  *.knit.md
  .Renviron
  docs/
  po/*~

Destruction of the .gitignore file renders the lesson incorrect [ansi]

Code
  expect_error(check_lesson(tmp), "There were errors with the lesson structure")
Message
  [31m![39m The .gitignore file is missing the following elements:
  episodes/*html
  site/*
  !site/README.md
  .Rhistory
  .Rapp.history
  .RData
  .Ruserdata
  *-Ex.R
  /*.tar.gz
  /*.Rcheck/
  .Rproj.user/
  vignettes/*.html
  vignettes/*.pdf
  .httr-oauth
  *_cache/
  /cache/
  *.utf8.md
  *.knit.md
  .Renviron
  docs/
  po/*~

Destruction of the .gitignore file renders the lesson incorrect [unicode]

Code
  expect_error(check_lesson(tmp), "There were errors with the lesson structure")
Message
  ! The .gitignore file is missing the following elements:
  episodes/*html
  site/*
  !site/README.md
  .Rhistory
  .Rapp.history
  .RData
  .Ruserdata
  *-Ex.R
  /*.tar.gz
  /*.Rcheck/
  .Rproj.user/
  vignettes/*.html
  vignettes/*.pdf
  .httr-oauth
  *_cache/
  /cache/
  *.utf8.md
  *.knit.md
  .Renviron
  docs/
  po/*~

Destruction of the .gitignore file renders the lesson incorrect [fancy]

Code
  expect_error(check_lesson(tmp), "There were errors with the lesson structure")
Message
  [31m![39m The .gitignore file is missing the following elements:
  episodes/*html
  site/*
  !site/README.md
  .Rhistory
  .Rapp.history
  .RData
  .Ruserdata
  *-Ex.R
  /*.tar.gz
  /*.Rcheck/
  .Rproj.user/
  vignettes/*.html
  vignettes/*.pdf
  .httr-oauth
  *_cache/
  /cache/
  *.utf8.md
  *.knit.md
  .Renviron
  docs/
  po/*~


carpentries/sandpaper documentation built on July 17, 2025, 12:01 a.m.