NEWS | R Documentation |
Extended functionality summarise()
with optional use
of package foghorn
(Dirk)
New scripts enqueueDepends
, dequeueDepends
and
summmariseJobs
(Dirk)
Added tweaks and enhancements throughout (Dirk)
The default queue location can now be set via options
(Dirk)
Meta-data on package, version and date is now stored, and shown on dequeue startup (Dirk)
The README.md was clarified and improved (Dirk, Avraham Adler in #8, Robert Nuske in #10)
The package no longer require wget
.
Enhanced sanity checker function.
Expanded and improved dequeue function.
No longer use $HOME
in xvfb-run-safe
(#2).
The use of xvfb-run
use is now conditional on the OS
(#3).
The set of available packages is no longer constrained to CRAN, but could be via the local setup script (#4).
The dequeue()
function now uses system2()
.
The enqueue()
functions checks if no reverse
dependencies are found and stops (#6).
The enqueue()
functions checks for repository
information being set (#5).
Initial CRAN release, for now with 'unix-only' constraint
Functions enqueueJobs
, dequeueJobs
and
summariseQueue
form the primary interface.