- Fixed initial message issue with Shiny (#69).
- Fix:
pbreplicatewas not passing future related arguments (#71).
- Documented
.pb_envenvironment to address WARNING after CRAN submission.
- Future backend not working on Windows (#63), implemented fix similar to PR #64.
- 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.mdfile is not excluded from package tarball (#58).pbapplyperformance issue (#62) addressed.- License for the package is now GPL (>=2) (#61).
- New function
pbwalkthat can be called for side-effects (#48).
- New progress bar type
"shiny"to show the progress bar in the Shiny UI. - Following R changes to
apply, fixing dimnames issue (#44).
- Following R 3.6.2 changes to
apply(#41). - Adding
pbtapply(#21).
- Fixed environment issue inside the tracer in
pbmapplyin non-interactive session (issue #39). This came up in a package suggesting pbapply, reported by @Nowosad.
- Use
base::strrepinstead ofpaste(rep(), collapse='')intimerProgressBar. - Fixed space printing glitch (due to rounding), causing issue #37.
pblapplyreturns empty list for empty vector consistent withlapplybehavior (#33 by @kendonB); tests also added.pbmapplyfunction added (#29) without parallel option.
- New function
pbtypes()to print available pb types depending on OS. getTimeAsStringis now exported, with description and examples.- New
pboptionuse_lbto switch on load balancing for parallel clusters,FALSEby default (feature request #28).
- Bar did not show up at start. This could happen if
it was waiting to calculate total time to compare it
to
min_timeoption. Bar is shown right away ifmin_time=0(issue #18). pbapplygainedclargument to be consistent with other parallelized functions with progress bar (issue #24).
timerProgressBarmakes surecharargument 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
clargument (issue #17).
timerProgressBargained 2 new styles with flexible styling including left/right end and elapsed/remaining components of the progress bar.timerProgressBargainedmin_timeargument for minimum processing time (in seconds) that is required to show a progress bar. The globalmin_timecan be set viapboptions.
- Progress bar is added for parallel (cluster and forking) jobs (request #9 from Kendon Bell). Package parallel is now imported as a result.
timerProgressBarprints days when job is expected to be >24h (PR #11 from Phil Chalmers).
- Stylistic changes in printed messages.
- Default pb type is
'none'when!interactive().
- Double tilde
~intimerProgressBarcleaned up (~~calculating). timerProgressBargained 4 styles as documented on the help page. Showing elapsed and remaining time, throbber and bar formats.
- New function:
timerProgressBarwritten by Zygmunt Zawadzki. - Zygmunt added as package author.
- 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 theapplyfunction source code. Reported by Uwe Ligges.
- Using on.exit and invisible(
NULL) in examples. pblapplydid not returnNULLvalues, reported by J. Barrett, now fixed.pblapplydid 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.
- pblapply did not pass
...when not in interactive mode. Bug reported by R. D. Morey (U Groningen).
- Removed
:::to satisfy R 3.0.2 checks.
inst/COPYINGremoved..Internalcall removed frompblapply.
.onLoadadded tozzz.R- Help files a bit reworked.
pboptions.Rdmodified: pb type values added.
pboptionsfunction reworked.- Functions simplified.
pbreplicateadded./testsdirectory created.R CMD checkfailed on unix systems:/manand/Rdirectories reworked.
- First release.