Connect to R-hub, from R

Introduction

The R-hub builder is a multi-platform build and check service for R packages. The rhub packages use 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:

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
recording of a check on a screen

License

MIT © R Consortium