Connect to R-hub, from R
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.
Install the package from CRAN:
install.packages("rhub")
Or get the development version from GitHub:
# install.packages("remotes") remotes::install_github("r-hub/rhub")