Changelog
Source:NEWS.md
Version 1.7-2, June 27, 2023
CRAN release: 2023-06-27
- Documented
.pb_env
environment to address WARNING after CRAN submission.
Version 1.7-0, Jan 12, 2023
CRAN release: 2023-01-13
- New functions:
pbeapply
,pbvapply
,pbby
,pbMap
(#50, #51, #52, #53). - Added support for future backends (#54), and the future and future.apply packages are now Suggested.
- Henrik Bengtsson (@HenrikBengtsson) and R Core Team added as contributors.
-
NEWS.md
file is not excluded from package tarball (#58). -
pbapply
performance issue (#62) addressed. - License for the package is now GPL (>=2) (#61).
Version 1.6-0, Nov 13, 2022
CRAN release: 2022-11-16
- New function
pbwalk
that can be called for side-effects (#48).
Version 1.5-0, Sept 15, 2021
CRAN release: 2021-09-16
- New progress bar type
"shiny"
to show the progress bar in the Shiny UI. - Following R changes to
apply
, fixing dimnames issue (#44).
Version 1.4-1, July 14, 2019
CRAN release: 2019-07-15
- Use
base::strrep
instead ofpaste(rep(), collapse='')
intimerProgressBar
. - Fixed space printing glitch (due to rounding), causing issue #37.
Version 1.3-2, February 28, 2017
CRAN release: 2017-03-01
-
timerProgressBar
makes surechar
argument is not empty (""
is replaced by the default"="
). - Progress bar is only shown when
interactive() && is.null(getOption("knitr.in.progress"))
to avoid printing progress bar during interactive knitr rendering (request #15 from Sergio Oller). - Bugfix: functions failed with single cluster
cl
argument (issue #17).
Version 1.3-1, October 30, 2016
CRAN release: 2016-10-31
-
timerProgressBar
gained 2 new styles with flexible styling including left/right end and elapsed/remaining components of the progress bar. -
timerProgressBar
gainedmin_time
argument for minimum processing time (in seconds) that is required to show a progress bar. The globalmin_time
can be set viapboptions
.
Version 1.2-2, August 25, 2016
CRAN release: 2016-08-26
- Stylistic changes in printed messages.
- Default pb type is
'none'
when!interactive()
.
Version 1.2-1, March 2, 2016
CRAN release: 2016-04-19
- Double tilde
~
intimerProgressBar
cleaned up (~~calculating
). -
timerProgressBar
gained 4 styles as documented on the help page. Showing elapsed and remaining time, throbber and bar formats.
Version 1.2-0, Feb 29, 2016
CRAN release: 2016-03-01
- New function:
timerProgressBar
written by Zygmunt Zawadzki. - Zygmunt added as package author.
Version 1.1-3, Nov 24, 2015
CRAN release: 2015-11-24
- R (>= 3.2.0) dependency added because check failed on R-oldrelease (R-3.1.3) with error
'could not find function "forceAndCall"'
that was part of theapply
function source code. Reported by Uwe Ligges.
Version 1.1-2, Nov 21, 2015
CRAN release: 2015-11-22
- Using on.exit and invisible(
NULL
) in examples. -
pblapply
did not returnNULL
values, reported by J. Barrett, now fixed. -
pblapply
did not return list names, now fixed. -
pbapply
,pbsapply
,pbreplicate
: code follows base original. - Examples updated to follow base R examples.
- Rd file updated to to match code changes.
Version 1.1-1, Feb 3, 2014
CRAN release: 2014-05-16
- pblapply did not pass
...
when not in interactive mode. Bug reported by R. D. Morey (U Groningen).
Version 1.0-5, July 6, 2012
CRAN release: 2012-07-07
-
inst/COPYING
removed. -
.Internal
call removed frompblapply
.
Version 1.0-4, September 8, 2011
CRAN release: 2011-10-24
-
.onLoad
added tozzz.R
- Help files a bit reworked.
Version 1.0-3, September 9, 2010
CRAN release: 2011-02-09
-
pboptions.Rd
modified: pb type values added.
Version 1.0-2, September 4, 2010
CRAN release: 2010-09-10
-
pboptions
function reworked. - Functions simplified.