checked

OTHER License

Stars
0

title: checked
output: github_document
always_allow_html: yes

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README",
  out.width = "100%",
  asciicast_theme = if (Sys.getenv("IN_PKGDOWN") == "true") {
    "pkgdown"
  } else {
    "readme"
  }
)

asciicast::init_knitr_engine(
  startup = bquote({
    options(repos = .(getOption("repos")))
  }),
  echo_input = FALSE
)

Batch R CMD check management

Reverse-dependency Checks

# praise chosen for having few direct and reverse dependencies
rm -rf /tmp/praise
git clone https://github.com/gaborcsardi/praise /tmp/praise
library(checked)
run("/home/dev/praise")
#| asciicast_knitr_output = "svg",
#| asciicast_at = "all",
#| asciicast_cursor = FALSE
options(checked.tty_tick_interval = 200)
checked::run("/tmp/praise")
cat()