rhub
rhub copied to clipboard
R-hub API client
rhub 
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 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.

License
MIT © R Consortium
