Skip to content

Commit c612faf

Browse files
Merge tag '0.1.5' into develop
progressr 0.1.5
2 parents e911a05 + e74be88 commit c612faf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ Rplots.pdf$
6060
^last.dump*
6161

6262
vignettes/
63-
^.*[.]gif$
63+
^.*.gif$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: progressr
2-
Version: 0.1.4-9000
2+
Version: 0.1.5
33
Title: A Unifying API for Progress Updates
44
Description: A minimal API for reporting progress updates upstream. The design is to separate the representation of progress updates from how they are presented. What type of progress to signal is controlled by the developer. How these progress updates are rendered is controlled by the end user. For instance, some users may prefer visual feedback such as a horizontal progress bar in the terminal, whereas others may prefer auditory feedback.
55
Authors@R: c(

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: progressr
22
==================
33

4-
Version: 0.1.4-9000 [2019-09-12]
4+
Version: 0.1.5 [2019-10-26]
55

66
NEW FEATURES:
77

0 commit comments

Comments
 (0)