Changes in version 0.0.6 (2024-03-06) o The summary function has received several enhancements: • Extended summary is only running when failures are seen. • The summariseQueue function now displays an anticipated completion time and remaining duration. • The use of optional package foghorn has been refined, and refactored, when running summaries. o The dequeueJobs.r scripts can receive a date argument, the date can be parse via anydate if anytime ins present. o The enqueeJobs.r now considers skipped package when running 'addfailed' while ensuring selecting packages are still on CRAN. o The CI setup has been updated (twice), o Enqueing and dequing functions and scripts now support relative directories, updated documentation (#18 by Joshua Ulrich). Changes in version 0.0.5 (2021-09-22) o Some remaing http URLs were changed to https. o The dequeueJobs script has a new argument date to help specify a queue file. o The enqueueJobs can now compute just a ‘delta’ of (new) packages relative to a given prior queuefile and run. o When running in ‘delta’ mode, previously failed packages can also be selected. Changes in version 0.0.4 (2021-01-23) o Report summary mode is now compact, more robust and reports extended CRAN summaries. (Dirk via several changes) o Continuous Integration now uses run.sh from r-ci Changes in version 0.0.3 (2020-04-19) o Extended functionality summarise() with optional use of package foghorn (Dirk) o New scripts enqueueDepends, dequeueDepends and summmariseJobs (Dirk) o Added tweaks and enhancements throughout (Dirk) o The default queue location can now be set via options (Dirk) o Meta-data on package, version and date is now stored, and shown on dequeue startup (Dirk) o The README.md was clarified and improved (Dirk, Avraham Adler in #8, Robert Nuske in #10) Changes in version 0.0.2 (2018-01-26) o The package no longer require wget. o Enhanced sanity checker function. o Expanded and improved dequeue function. o No longer use $HOME in xvfb-run-safe (#2). o The use of xvfb-run use is now conditional on the OS (#3). o The set of available packages is no longer constrained to CRAN, but could be via the local setup script (#4). o The dequeue() function now uses system2(). o The enqueue() functions checks if no reverse dependencies are found and stops (#6). o The enqueue() functions checks for repository information being set (#5). Changes in version 0.0.1 (2018-01-16) o Initial CRAN release, for now with 'unix-only' constraint o Functions enqueueJobs, dequeueJobs and summariseQueue form the primary interface.