Nothing
.pb_env
environment to address WARNING after CRAN submission.pbeapply
, pbvapply
, pbby
, pbMap
(#50, #51, #52, #53).NEWS.md
file is not excluded from package tarball (#58).pbapply
performance issue (#62) addressed.pbwalk
that can be called for side-effects (#48)."shiny"
to show the progress bar in the Shiny UI.apply
, fixing dimnames issue (#44).apply
(#41).pbtapply
(#21).pbmapply
in non-interactive session (issue #39).
This came up in a package suggesting pbapply, reported by @Nowosad.base::strrep
instead of paste(rep(), collapse='')
in timerProgressBar
.pblapply
returns empty list for empty vector consistent with
lapply
behavior (#33 by @kendonB); tests also added.pbmapply
function added (#29) without parallel option.pbtypes()
to print available pb types depending on OS.getTimeAsString
is now exported, with description and examples.pboption
use_lb
to switch on load balancing for parallel clusters,
FALSE
by default (feature request #28).min_time
option. Bar is shown right away if min_time=0
(issue #18).pbapply
gained cl
argument to be consistent with
other parallelized functions with progress bar (issue #24).timerProgressBar
makes sure char
argument is not empty
(""
is replaced by the default "="
).interactive() && is.null(getOption("knitr.in.progress"))
to avoid printing progress bar during interactive knitr rendering
(request #15 from Sergio Oller).cl
argument (issue #17).timerProgressBar
gained 2 new styles with flexible styling including
left/right end and elapsed/remaining components of the progress bar.timerProgressBar
gained min_time
argument for minimum processing time
(in seconds) that is required to show a progress bar.
The global min_time
can be set via pboptions
.timerProgressBar
prints days when job is expected to be >24h
(PR #11 from Phil Chalmers).'none'
when !interactive()
.~
in timerProgressBar
cleaned up (~~calculating
).timerProgressBar
gained 4 styles as documented on the help page.
Showing elapsed and remaining time, throbber and bar formats.timerProgressBar
written by Zygmunt Zawadzki.'could not find function "forceAndCall"'
that was part of the apply
function source code.
Reported by Uwe Ligges.NULL
) in examples.pblapply
did not return NULL
values, reported by
J. Barrett, now fixed.pblapply
did not return list names, now fixed.pbapply
, pbsapply
, pbreplicate
: code follows base original....
when not in interactive mode.
Bug reported by R. D. Morey (U Groningen).:::
to satisfy R 3.0.2 checks.inst/COPYING
removed..Internal
call removed from pblapply
..onLoad
added to zzz.R
pboptions.Rd
modified: pb type values added.pboptions
function reworked.pbreplicate
added./tests
directory created.R CMD check
failed on unix systems:
/man
and /R
directories reworked.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.