Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/romainfrancois/chkmate

Read output from rchk into a tibble
https://github.com/romainfrancois/chkmate

Last synced: about 1 month ago
JSON representation

Read output from rchk into a tibble

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# chkmate

The goal of chkmate is to read results from [rchk](https://github.com/kalibera/rchk)
into a tibble

## Installation

``` r
pak::pkg_install("romainfrancois/chkmate")
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
library(chkmate)

log <- system.file(
"example_rchk", "dplyr_0.8.0.9008.tar.gz-c0b210930e7a4463a181e422cc216d29",
package = "chkmate"
)
read_rchk(log)
```