Skip to content

Commit 24b5d9a

Browse files
committed
interminable pre-release tweaks
1 parent 502973a commit 24b5d9a

19 files changed

+117
-96
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Package: janitor
22
Title: Simple Tools for Examining and Cleaning Dirty Data
3-
Version: 1.1
3+
Version: 1.1.0
44
Authors@R: c(person("Sam", "Firke", email = "[email protected]", role = c("aut", "cre")),
55
person("Chris", "Haid", email = "[email protected]", role = "ctb"),
66
person("Ryan", "Knight", email = "[email protected]", role = "ctb"),
7-
person("Bill", "Denney", email = "[email protected]", role="ctb"))
7+
person("Bill", "Denney", email = "[email protected]", role = "ctb"))
88
Description: The main janitor functions can: perfectly format data.frame column
99
names; provide quick counts of variable combinations (i.e., frequency
1010
tables and crosstabs); and isolate duplicate records. Other janitor functions

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# janitor 1.1 (2018-07-17)
1+
# janitor 1.1.0 (2018-07-17)
22

33
## Release summary
44
This release was requested by CRAN to address some minor package dependency issues. It also contains several updates and additions described below.

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Per CRAN request (Kurt Hornik on July 3rd 2018), I am submitting a patched versi
2525
### Downstream dependencies
2626
The only breaking change in this release that could affect another package is quite obscure and does not affect the downstream dependencies.
2727

28-
I checked 5 reverse dependencies from CRAN: ballr, bomrang, driftR, fivethirtyeight, moderndive. I get some unrelated warnings and notes but nothing having to do with the janitor package or this update.
28+
I checked 6 reverse dependencies from CRAN: ballr, bomrang, driftR, fivethirtyeight, moderndive, questionr. I get some unrelated warnings and notes but nothing having to do with the janitor package or this update.

docs/articles/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/janitor.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/tabyls.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/news/index.html

Lines changed: 18 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/clean_names.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/crosstab.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/excel_numeric_to_date.html

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)