You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PaRe (Package Reviewer) is the successor of the DependencyReviewer package. PaRe reviews other packages during code review and has the following features:
What dependencies are used, and what functions are used of that dependency.
The quality of the code style using lintr.
Code complexity, using the cyclomatic complexity scores.
How internally defined functions interact with one another, and visualizing this in a diagram.
Fetching locations of defined functions in R-files.
Checking dependencies against user a defined white list.
Count lines of code for different languages by default: R, C++, SQL, and Java.
Make a standardized HTML-report exploring the before mentioned features.
PaRe (Package Reviewer) is the successor of the DependencyReviewer package.
This is not very informative. Explain what it does instead
The text was updated successfully, but these errors were encountered: