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

14
man/complexityFile.Rd Normal file
View File

@@ -0,0 +1,14 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/complexityFile.R
\name{complexityFile}
\alias{complexityFile}
\title{Scans a file and runs a cyclic complexity analyser on each function found}
\usage{
complexityFile(filename)
}
\arguments{
\item{filename}{\if{html}{\out{<character>}} The filename to scan (relative or absolute)}
}
\description{
Scans a file and runs a cyclic complexity analyser on each function found
}