NEWS | R Documentation |
News for Package prrd
Changes in prrd version 0.0.6 (2024-03-06)
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.
The
dequeueJobs.r
scripts can receive a date argument, the date can be parse viaanydate
if anytime ins present.The
enqueeJobs.r
now considers skipped package when running 'addfailed' while ensuring selecting packages are still on CRAN.The CI setup has been updated (twice),
Enqueing and dequing functions and scripts now support relative directories, updated documentation (#18 by Joshua Ulrich).
Changes in prrd version 0.0.5 (2021-09-22)
Some remaing http URLs were changed to https.
The
dequeueJobs
script has a new argument date to help specify a queue file.The
enqueueJobs
can now compute just a ‘delta’ of (new) packages relative to a given prior queuefile and run.When running in ‘delta’ mode, previously failed packages can also be selected.
Changes in prrd version 0.0.4 (2021-01-23)
Report summary mode is now compact, more robust and reports extended CRAN summaries. (Dirk via several changes)
Continuous Integration now uses
run.sh
from r-ci
Changes in prrd version 0.0.3 (2020-04-19)
Extended functionality
summarise()
with optional use of packagefoghorn
(Dirk)New scripts
enqueueDepends
,dequeueDepends
andsummmariseJobs
(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)
Changes in prrd version 0.0.2 (2018-01-24)
The package no longer require
wget
.Enhanced sanity checker function.
Expanded and improved dequeue function.
No longer use
$HOME
inxvfb-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 usessystem2()
.The
enqueue()
functions checks if no reverse dependencies are found and stops (#6).The
enqueue()
functions checks for repository information being set (#5).
Changes in prrd version 0.0.1 (2018-01-09)
Initial CRAN release, for now with 'unix-only' constraint
Functions
enqueueJobs
,dequeueJobs
andsummariseQueue
form the primary interface.