Skip to content

Releases: meantrix/async

0.0.6

04 Jan 18:39
90d0098

Choose a tag to compare

Async 0.0.6

  • Fix async$get_status due to scan read error ;

Async 0.0.5

19 Nov 15:15
19b59cc

Choose a tag to compare

  • Fix asyncBar2 behaviour where abortion notification was dismissed before the abortion was concluded. The removeNotification is now called on finalize method.

Async 0.0.4

02 Nov 15:57
8c803f3

Choose a tag to compare

  • async[R6] : New param verbose to provides much more
    information about the flow of information between the R processes.

Bug Fixes :

  • Error: "observer error: Error in if (private$interrupted()) {: argument is of length zero\n"
    in async class fixed.

async 0.0.3

29 Oct 17:36
41cf767

Choose a tag to compare

Async 0.0.3

New routines to save and load async objects as rds files ;
New progress bar with custom cancel button

New Methods/Functions/Classes

  • asincBar2[R6] : Reports async class progress with a custom shiny bar to end user;
  • async$inc :Increment the progress tracking;
  • load_async : Functions to read a single async object to a RDS file;
  • save_async : Functions to write a single async object to a RDS file.
  • asincBar2$close : display a cancel button to end user associated with the process tracked by the async class

Changes

  • Async param detail added ;
  • asyncBar name changed to asyncBar1 ;
  • The package documentation has been rewritten.

Bugs

  • async: get_status method character(0) error fixed;