knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

add2gh

DOI Travis build status

The goal of add2gh is to use GitHub API with R. If you use Gitlab, use add2gl.

Installation

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("JiaxiangBU/add2gh")

Example

library(add2gh)



JiaxiangBU/add2gh documentation built on Feb. 1, 2020, 8:53 a.m.