Travis-CI Build Status AppVeyor Build Status

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

muschpack

The muschpack package: Provides a build status for all John 'Muschelli' 'GitHub' packages.

Installation

You can install muschpack from github with:

# install.packages("devtools")
devtools::install_github("muschellij2/muschpack")

Package Check Report

library(muschpack)
library(dplyr)
df = r_package_repos(username = "muschellij2", 
                     travis_type = "dynamic")
mine = df %>% filter(!fork & r_repo)

mine = mine %>% 
  filter(!grepl("^test", bare)) 
mine = package_table(mine)
knitr::kable(mine)

Neuroconductor report

library(muschpack) 
library(dplyr)
df = r_package_repos(username = "neuroconductor",
                     travis_type = "com")
neuroc = package_table(df)
knitr::kable(neuroc)


muschellij2/muschpack documentation built on March 21, 2020, 9:20 p.m.