rhub icon indicating copy to clipboard operation
rhub copied to clipboard

R-hub API client

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