devtoolbox

Tools for the R developer

https://github.com/martinctc/devtoolbox

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.8%) to scientific vocabulary

Keywords

r
Last synced: 10 months ago · JSON representation

Repository

Tools for the R developer

Basic Info
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Topics
r
Created almost 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.md

devtoolbox

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: - sjlabelled - tidytext - wpa


Installation

{devtoolbox} is now available on CRAN. You can install this with: R install.packages("devtoolbox")

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

R 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.

Owner

  • Name: Martin Chan
  • Login: martinctc
  • Kind: user
  • Location: London
  • Company: Microsoft

Data Science @ Microsoft Viva

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 75
  • Total Committers: 1
  • Avg Commits per committer: 75.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Martin Chan m****3@g****m 75

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 2
  • Total pull requests: 7
  • Average time to close issues: 5 months
  • Average time to close pull requests: 4 days
  • Total issue authors: 2
  • Total pull request authors: 1
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.0
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • martinctc (1)
  • chrismainey (1)
Pull Request Authors
  • martinctc (7)
Top Labels
Issue Labels
bug (2)
Pull Request Labels
enhancement (3) bug (1) documentation (1)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
cran.r-project.org: devtoolbox

Tools for the R Developer

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 0
Rankings
Stargazers count: 26.2%
Forks count: 28.8%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 42.0%
Downloads: 89.7%
Last synced: over 1 year ago

Dependencies

DESCRIPTION cran
  • R >= 3.1.2 depends
  • DT * imports
  • cranlogs * imports
  • dplyr * imports
  • flexdashboard * imports
  • ggiraph * imports
  • ggplot2 * imports
  • gh * imports
  • htmltools * imports
  • httr * imports
  • jsonlite * imports
  • lubridate * imports
  • magrittr * imports
  • markdown * imports
  • pkgnet * imports
  • purrr * imports
  • reshape2 * imports
  • rmarkdown * imports
  • stats * imports
  • stringr * imports
  • tidyr * imports
  • tidyselect >= 1.0.0 imports
  • utils * imports
  • visNetwork * imports
  • glue * suggests
  • knitr * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v4 composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/pkgdown.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite