Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlindblad committed Jun 30, 2020
1 parent fecc179 commit e3a9fba
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 0 additions & 2 deletions CRAN-RELEASE

This file was deleted.

4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -40,4 +40,4 @@ VignetteBuilder:
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
RoxygenNote: 7.1.1
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ library(schrute)
library(tibble)

tibble::glimpse(schrute::theoffice)
#> Observations: 55,130
#> Variables: 12
#> Rows: 55,130
#> Columns: 12
#> $ index <int> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 1…
#> $ season <int> 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1…
#> $ episode <int> 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1…
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit e3a9fba

Please sign in to comment.