The goal of lazr is to analyze function strictness.
You can install the released version of lazr from CRAN with:
install.packages("lazr")This is a basic example which shows you how to solve a common problem:
library(lazr)
trace_strictness({
library(stringr)
str_c("a")
})