Showing 2 of total 2 results (show query)
r-lib
testthat:Unit Testing for R
Software testing is important, but, in part because it is frustrating and boring, many of us avoid it. 'testthat' is a testing framework for R that is easy to learn and use, and integrates with your existing 'workflow'.
Maintained by Hadley Wickham. Last updated 1 months ago.
900 stars 20.99 score 74k scripts 471 dependentsuptake
pkgnet:Get Network Representation of an R Package
Tools from the domain of graph theory can be used to quantify the complexity and vulnerability to failure of a software package. That is the guiding philosophy of this package. 'pkgnet' provides tools to analyze the dependencies between functions in an R package and between its imported packages. See the pkgnet website for vignettes and other supplementary information.
Maintained by Brian Burns. Last updated 11 months ago.
code-qualitydependency-analysisdependency-graphgraph-theory
160 stars 7.91 score 86 scripts