elinw / rhub

R-hub API client

Home Page:https://r-hub.github.io/rhub/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rhub

Connect to R-hub, from R

Linux Build Status Windows Build status CRAN RStudio mirror downloads Coverage Status Project Status: Active – The project has reached a stable, usable state and is being actively developed. Gitter chat

Introduction

The R-hub builder is a multi-platform build and check service for R packages. The rhub packages uses the R-hub API to connect to the R-hub builder and start package checks on various architectures: Run R CMD check on any of the R-hub builder architectures, from R.

The rhub package also supports accessing statuses of previous checks, and local use of the R-hub Linux platforms via Docker.

Installation

Install the package from CRAN:

install.packages("rhub")

Or get the development version from GitHub:

# install.packages("remotes")
remotes::install_github("r-hub/rhub")

Usage

Refer to the pkgdown website, in particular the "Get started" vignette.

recording of a check on a screen

License

MIT © R Consortium

About

R-hub API client

https://r-hub.github.io/rhub/

License:Other


Languages

Language:R 86.6%Language:Shell 13.2%Language:CSS 0.2%