From e3a9fba23a88ad4a4088c89d959d139a67786875 Mon Sep 17 00:00:00 2001 From: Brad Date: Tue, 30 Jun 2020 14:09:22 -0500 Subject: [PATCH] Increment version number --- CRAN-RELEASE | 2 -- DESCRIPTION | 4 ++-- NEWS.md | 3 +++ README.md | 4 ++-- cran-comments.md | 4 ++-- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 CRAN-RELEASE diff --git a/CRAN-RELEASE b/CRAN-RELEASE deleted file mode 100644 index bb0d095..0000000 --- a/CRAN-RELEASE +++ /dev/null @@ -1,2 +0,0 @@ -This package was submitted to CRAN on 2020-03-29. -Once it is accepted, delete this file and tag the release (commit 782ab57ab2). diff --git a/DESCRIPTION b/DESCRIPTION index 823fc84..268f464 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: schrute Title: The Entire Transcript from the Office in Tidy Format -Version: 0.2.1 +Version: 0.2.2 Authors@R: c(person(given = "Brad", family = "Lindblad", @@ -40,4 +40,4 @@ VignetteBuilder: Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.1.0 +RoxygenNote: 7.1.1 diff --git a/NEWS.md b/NEWS.md index c1ebda1..2c9c884 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# schrute 0.2.2 +* Rebuilt for 4.0.2 + # schrute 0.2.1 * Fixed issue with package description * Merged in imdb fixes diff --git a/README.md b/README.md index 2950732..5054464 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ library(schrute) library(tibble) tibble::glimpse(schrute::theoffice) -#> Observations: 55,130 -#> Variables: 12 +#> Rows: 55,130 +#> Columns: 12 #> $ index 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 1… #> $ season 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1… #> $ episode 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1… diff --git a/cran-comments.md b/cran-comments.md index 8a97b2f..8ed92d0 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,7 @@ -Fixed issue with the data-raw stuff. +Rebuilt for 4.0.2 ## Test environments -* local Linux Mint 19.3, R 3.6.3 +* local Linux Mint 19.3, R 4.0.2 * ubuntu 14.04 (on travis-ci), R 3.6.1 * win-builder (devel and release)