README.md

strictr

The goal of strictr is to analyze function strictness.

Installation

You can install the released version of strictr from CRAN with:

install.packages("strictr")

Example

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

library(strictr)

trace_strictness({
    library(stringr)
    str_c("a")
})


PRL-PRG/strictr documentation built on Oct. 24, 2020, 9:54 p.m.