Tools for the R developer

R build status CodeFactor CRAN status CRAN last month downloads

About

With {devtoolbox}, you can:

  • Create a summary report for your R package listing the number of functions, download statistics, and documentation completeness
  • Extract dependency statistics in a tidy data frame

Note that some features are only available if your package is a CRAN listed package, such as CRAN download statistics.

{devtoolbox} makes use of {cranlogs} and is heavily inspired {pkgnet}.

Examples

See the following example reports:


Installation

{devtoolbox} is now available on CRAN. You can install this with:

install.packages("devtoolbox")

You can also install the latest development version from GitHub with:

devtools::install_github("martinctc/devtoolbox")

Contact

Please feel free to submit suggestions and report bugs: https://github.com/martinctc/surveytoolbox/issues/

Also check out my website for my other work and packages.