Skip to content

Commit 26ee9c0

Browse files
NEWS: tweaks [ci skip]
1 parent 1d14385 commit 26ee9c0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

NEWS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
Package: progressr
22
==================
33

4-
Version: 0.6.0-9000 [2020-12-06]
4+
Version: 0.6.0-9000 [2020-12-07]
55

66
SIGNIFICANT CHANGES:
77

88
* The user can how use handlers(global = TRUE) to enable progress reports
9-
everywhere without having to use with_progress(). This works on in
10-
R (>= 4.0.0) because it relies on global calling handlers.
9+
everywhere without having to use with_progress(). This only works in
10+
R (>= 4.0.0) because it requires global calling handlers.
1111

1212
* with_progress() now reports on progress from multiple consecutive
1313
progressors, e.g. with_progress({ a <- slow_sum(1:3); b <- slow_sum(1:3) }).
1414

15-
* Now with_progress() and without_progress() returns the value of the
16-
evaluated expression.
17-
1815
* A progressor must not be created in the global environment unless wrapped
1916
in with_progress() or without_progress() call. Ideally, a progressor is
2017
created within a function or a local() environment.
@@ -23,6 +20,9 @@ SIGNIFICANT CHANGES:
2320

2421
NEW FEATURES:
2522

23+
* Now with_progress() and without_progress() returns the value of the
24+
evaluated expression.
25+
2626
* The progression message can now be created dynamically based on the
2727
information in the 'progression' condition. Specifically, if 'message' is
2828
a function, then that function will called with the 'progression' condition

0 commit comments

Comments
 (0)