Skip to content

Read output from rchk into a tibble

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

romainfrancois/chkmate

Repository files navigation

chkmate

The goal of chkmate is to read results from rchk into a tibble

Installation

pak::pkg_install("romainfrancois/chkmate")

Example

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

library(chkmate)

log <- system.file(
  "example_rchk", "dplyr_0.8.0.9008.tar.gz-c0b210930e7a4463a181e422cc216d29", 
  package = "chkmate"
)
read_rchk(log)
#> # A tibble: 266 x 5
#>    fun                 type  description             file             line 
#>    <chr>               <chr> <chr>                   <chr>            <chr>
#>  1 GroupSliceIndices<… UP    "ignoring variable <un… ""               ""   
#>  2 GroupSliceIndices<… UP    "ignoring variable <un… ""               ""   
#>  3 Rcpp::Armor<SEXPRE… PB    "has possible protecti… /opt/R-svn/pack… 47   
#>  4 Rcpp::Armor<SEXPRE… PB    "has negative depth "   /opt/R-svn/pack… 41   
#>  5 Rcpp::Armor<SEXPRE… UP    "attempt to unprotect … /opt/R-svn/pack… 41   
#>  6 Rcpp::Armor<SEXPRE… PB    "has possible protecti… /opt/R-svn/pack… 42   
#>  7 Rcpp::DataFrame_Im… UP    "ignoring variable <un… ""               ""   
#>  8 Rcpp::DataFrame_Im… UP    "ignoring variable <un… ""               ""   
#>  9 Rcpp::DataFrame_Im… UP    "ignoring variable <un… ""               ""   
#> 10 Rcpp::DataFrame_Im… UP    "ignoring variable <un… ""               ""   
#> # … with 256 more rows

About

Read output from rchk into a tibble

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages