The goal of strictr is to analyze function strictness.
You can install the released version of strictr from CRAN with:
install.packages("strictr")
This is a basic example which shows you how to solve a common problem:
library(strictr)
trace_strictness({
library(stringr)
str_c("a")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.