--- output: github_document --- ```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) ``` # RComplexity The goal of RComplexity is to scan a directory or file for R functions provide a cyclic complexity score for each. ## Installation You can install the development version of RComplexity like so: ``` r remotes::install_git("https://git.avsdev.uk/R/RComplexity") ``` ## Example ```{r example} RComplexity::complexityDir("R", TRUE) ```