Get the status of the remote queue as a list.
Arguments
- root
The path to an orderly root directory, or
NULL
(the default) to search for one from the current working directory iflocate
isTRUE
.- locate
Logical, indicating if the configuration should be searched for. If
TRUE
andconfig
is not given, then orderly looks in the working directory and up through its parents until it finds anorderly_config.yml
file.- remote
Description of the location. Typically this is a character string indicating a remote specified in the
remotes
block of yourorderly_config.yml
. It is also possible to pass in a directly created remote object (e.g., usingorderly_remote_path()
, or one provided by another package). If leftNULL
, then the default remote for this orderly repository is used - by default that is the first listed remote.