From a171403a392642d9b8a6423460e385af8049508b Mon Sep 17 00:00:00 2001 From: John Coene Date: Mon, 3 Jan 2022 14:33:30 +0100 Subject: [PATCH] docs: CRAN sub --- .Rbuildignore | 1 + CRAN-SUBMISSION | 3 +++ DESCRIPTION | 4 ++-- NEWS.md | 2 +- docs/changelog.md | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 CRAN-SUBMISSION diff --git a/.Rbuildignore b/.Rbuildignore index 50f2f3c1..5eded047 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -29,3 +29,4 @@ demo ^jsdoc$ ^makefile$ ^tutorials$ +^CRAN-SUBMISSION$ diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 00000000..8c86ae15 --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 0.2.5 +Date: 2022-01-03 13:33:19 UTC +SHA: 95e8616fc40c1101b9768dc46200154b008663cb diff --git a/DESCRIPTION b/DESCRIPTION index 078ba505..d254764c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: waiter Title: Loading Screen for 'Shiny' -Version: 0.2.4.9000 -Date: 2021-09-04 +Version: 0.2.5 +Date: 2022-01-02 Authors@R: c( person(given = "John", family = "Coene", diff --git a/NEWS.md b/NEWS.md index 4eeb3df3..3bacd8bc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# waiter 0.2.4 +# waiter 0.2.5 - Added `httr_progress` function to use the waitress or the attendant instead of `httr::progress`. diff --git a/docs/changelog.md b/docs/changelog.md index fafad9af..47064ead 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,7 @@ List of changes made to waiter. -## waiter 0.2.4.9000 +## waiter 0.2.5 - Added `httr_progress` function to use the waitress or the attendant instead of `httr::progress`.