rhub (version 1.0.0.9000)

status: Query the status of an r-hub check

Description

Query the status of an r-hub check

Usage

status(id = NULL)

Arguments

id
The check id, an r-hub status URL, or the object retured by check() or one of its variants.

Value

A list with the status of the check. It has entries: status, submitted and duration. Currently the duration is only filled when the build has finished. If a list of checks are queried, then a list of statuses are returned.