knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

When browsing GitHub for packages to install many times you want to kick the tires of the repository without wanting to commit to it.

Covrpage has your back.

library(covrpage)

Test Plans

List of all the expectations defined in the tests/testthat directory.

testmap <- map_testthat_snapshot('r-lib/rlang')
testmap <- map_testthat_snapshot('r-lib/rlang')

First five tests

knitr::kable(head(testmap,5))

Click to see the rest of the tests

knitr::kable(tail(testmap,-5))


Test Report

Run covrpage in a sterile environment to output the report README.

covrpage_snapshot('r-lib/rlang')


metrumresearchgroup/covrpage documentation built on Feb. 25, 2023, 2:22 p.m.