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

covrpage can help you choose whether to trust a package. As a potential user of a package whose repo or website features a covrpage report, this vignette will help you understand how can you use that information to make an informed decision on:

As a package developer, this same information can help you assess what trustworthiness your own package is radiating.

Case 1: package with a passing Travis build/local R CMD check

(i.e. a green Travis badge)

Now, in the covrpage report.

Case 2: package with a failing Travis build/local R CMD check

(i.e. a red Travis badge)

In the covrpage report,

This should help you having an idea of what to expect from the developer of the package going forward what is going to be fixed.



yonicd/covrpage documentation built on Feb. 23, 2023, 6:58 p.m.