aviralg / lazr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lazr

The goal of lazr is to analyze function strictness.

Installation

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

install.packages("lazr")

Example

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

library(lazr)

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

About

License:Other


Languages

Language:C++ 95.0%Language:C 4.2%Language:R 0.5%Language:Makefile 0.3%