Package: devtoolbox
Type: Package
Title: Tools for the R Developer
Version: 0.1.0
Authors@R: c(
    person(given = "Martin", family = "Chan", role = c("aut", "cre"), email = "martinchan53@gmail.com")
	)
Description: Reporting tools for the R developer to evaluate their packages in terms of complexity, usage, and performance. Developers can generate an HTML report that displays CRAN downloads, number of open GitHub issues and pull requests, package dependencies, and so on, with each component of the report available as independent functions. 
URL: https://github.com/martinctc/devtoolbox/
BugReports: https://github.com/martinctc/devtoolbox/issues/
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.1.2)
Imports: dplyr, stats, utils, tidyr, tidyselect (>= 1.0.0), magrittr,
        purrr, reshape2, ggplot2, markdown, rmarkdown, stringr, DT, gh,
        htmltools, jsonlite, lubridate, flexdashboard, httr, ggiraph
RoxygenNote: 7.1.1
Suggests: knitr, glue
Language: en-US
NeedsCompilation: no
Packaged: 2021-09-03 10:25:08 UTC; martinchan
Author: Martin Chan [aut, cre]
Maintainer: Martin Chan <martinchan53@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-07 09:20:06 UTC
Built: R 4.0.2; ; 2021-09-08 11:18:34 UTC; unix
