inst/doc/local-debugging.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup--------------------------------------------------------------------
library(rhub)

## ----list---------------------------------------------------------------------
imgs <- local_check_linux_images()
imgs
knitr::kable(imgs, row.names = FALSE)

## -----------------------------------------------------------------------------
system.file(package = "rhub", "bin", "rhub-linux-docker.sh")

Try the rhub package in your browser

Any scripts or data that you put into this service are public.

rhub documentation built on Aug. 31, 2022, 5:06 p.m.