Skip to content

Commit d713123

Browse files
Merge branch 'release/0.1.0' of github.com:futureverse/progressify into release/0.1.0
2 parents 8e7eeca + 4688fe9 commit d713123

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
Package: progressify
22
Version: 0.1.0
3-
<<<<<<< HEAD
43
Title: Progress Reporting of Common Functions via One Magic Function
5-
=======
6-
Title: Progress Updates Everywhere
7-
>>>>>>> 7b419de (progressify 0.1.0)
84
Description: The progressify() function rewrites (transpiles) calls to sequential and parallel map-reduce functions such as base::lapply(), purrr::map(), foreach::foreach(), and plyr::llply() to signal progress updates. By combining this function with R's native pipe operator, you have a straightforward way to report progress on iterative computations with minimal refactoring, e.g. 'lapply(x, fcn) |> progressify()' and 'purrr::map(x, fcn) |> progressify()'. It is compatible with the 'futurize' package for parallelization, e.g. 'lapply(x, fcn) |> progressify() |> futurize()' and 'purrr::map(x, fcn) |> futurize() |> progressify()'.
95
Authors@R: c(
106
person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),

0 commit comments

Comments
 (0)