Package implementation added

This commit is contained in:
2026-02-03 14:51:45 +00:00
parent 5be7caa10d
commit 2073350af9
10 changed files with 462 additions and 1 deletions

35
README.Rmd Normal file
View File

@@ -0,0 +1,35 @@
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# RComplexity
<!-- badges: start -->
<!-- badges: end -->
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)
```