Skip to content

Commit 41cf767

Browse files
Merge pull request #2 from meantrix/develop
Async 0.0.3
2 parents 6ecfd37 + 6528bfe commit 41cf767

28 files changed

+791
-204
lines changed

.Rproj.user/DEBA3271/cpp-definition-cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

.Rproj.user/DEBA3271/pcs/files-pane.pper

Lines changed: 0 additions & 9 deletions
This file was deleted.

.Rproj.user/DEBA3271/pcs/source-pane.pper

Lines changed: 0 additions & 3 deletions
This file was deleted.

.Rproj.user/DEBA3271/pcs/windowlayoutstate.pper

Lines changed: 0 additions & 14 deletions
This file was deleted.

.Rproj.user/DEBA3271/pcs/workbench-pane.pper

Lines changed: 0 additions & 5 deletions
This file was deleted.

.Rproj.user/DEBA3271/rmd-outputs

Lines changed: 0 additions & 5 deletions
This file was deleted.

.Rproj.user/DEBA3271/saved_source_markers

Lines changed: 0 additions & 1 deletion
This file was deleted.

.Rproj.user/DEBA3271/sources/prop/INDEX

Lines changed: 0 additions & 5 deletions
This file was deleted.

.Rproj.user/shared/notebooks/patch-chunk-names

Whitespace-only changes.

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#CHANGELOG
2+
3+
## Async 0.0.3
4+
5+
New routines to save and load async objects as `rds` files ;
6+
New progress bar with cancel button;
7+
8+
9+
### New Methods/Functions/Classes
10+
11+
- `asincBar2[R6]` : Reports async class progress with a custom shiny bar to end user;
12+
- `async$inc` :Increment the progress tracking;
13+
- `load_async` : Functions to read a single async object to a RDS file;
14+
- `save_async` : Functions to write a single async object to a RDS file.
15+
- `asincBar2$close` : display a cancel button to end user associated with the process tracked by the async class
16+
17+
### Changes
18+
19+
- Async param detail added ;
20+
- `asyncBar` name changed to `asyncBar1` ;
21+
- The package documentation has been rewritten.
22+
23+
### Bugs
24+
- `asyn: get_status` method character(0) error fixed;
25+
26+
27+

0 commit comments

Comments
 (0)