Skip to content

pharmaR/val.report

Repository files navigation

val.report val.report website

Codecov test coverage R-CMD-check

documents package validation checks

Installation

You can install the development version of val.report from GitHub with:

# install.packages("pak")
pak::pak("pharmaR/val.report")

Quick Start

Generate reports easily

library(val.report)

options(
  width = 80L,
  val.meter.logs = TRUE,
  val.meter.policy = val.meter::policy(permissions = TRUE)
)

package_report("praise")

Because we’ve given val.meter permission to download packages from the network, passing simply a package name will pull the latest version from a package repository for evaluation.

If you’d like to be more prescriptive, you can also pass a local source code directory or package archive (.tar.gz or .zip). package_report accepts any input that can be converted into a val.meter::pkg object.

Note

We are continuing to add more supported input types. Currently, locally source code directories have the best support to cover the most concrete use case. We plan to improve support for more user-friendly inputs such as packages by name and .tar.gz by url.

For Developers

This repository vendors the R Validation Hub quarto template, which is included as a git submodule. Submodules require slightly different syntax in order to be included. When cloning, be sure to use:

git clone --recurse-submodules ...  

About

Report generation utilities for the validated repository

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages