File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11Package: progressr
22==================
33
4- Version: 0.6.0-9000 [2020-12-06 ]
4+ Version: 0.6.0-9000 [2020-12-07 ]
55
66SIGNIFICANT 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
2421NEW 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
You can’t perform that action at this time.
0 commit comments