Skip to content

Commit

Permalink
Updating to version 1.2.0 pre-CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
njlyon0 committed Aug 22, 2023
1 parent 7ddf7df commit 804225a
Show file tree
Hide file tree
Showing 34 changed files with 65 additions and 68 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: supportR
Type: Package
Title: Support Functions for Wrangling and Visualization
Version: 1.1.0.900
Version: 1.2.0
Authors@R: c(
person(given = 'Nicholas J',
family = 'Lyon',
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# supportR Version 1.1.0.900
# supportR Version 1.2.0

Development version of `supportR`. Changes from preceding version will be listed here as they are made.
Changes from preceding version are listed below

- New function: `name_vec`. Creates a named vector of specified contents and names
- `github_tree` now supports excluding no directories from the folder tree (this is the default behavior now)
Expand Down
2 changes: 1 addition & 1 deletion R/multi_date_check.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
multi_date_check <- function(data = NULL, col_vec = NULL){

# Add deprecation message
lifecycle::deprecate_warn(when = "1.1.1", what = "multi_date_check()", with = "date_check()")
lifecycle::deprecate_warn(when = "1.2.0", what = "multi_date_check()", with = "date_check()")

# Invoke `num_check` instead
date_check(data = data, col = col_vec)
Expand Down
2 changes: 1 addition & 1 deletion R/multi_num_check.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
multi_num_check <- function(data = NULL, col_vec = NULL){

# Add deprecation message
lifecycle::deprecate_warn(when = "1.1.1", what = "multi_num_check()", with = "num_check()")
lifecycle::deprecate_warn(when = "1.2.0", what = "multi_num_check()", with = "num_check()")

# Invoke `num_check` instead
num_check(data = data, col = col_vec)
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/supportR.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/articles/supportR_files/figure-html/nms_ord-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pkgdown: 2.0.7
pkgdown_sha: ~
articles:
supportR: supportR.html
last_built: 2023-08-22T14:16Z
last_built: 2023-08-22T14:51Z

2 changes: 1 addition & 1 deletion docs/reference/array_melt.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/crop_tri.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/date_check.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/date_format_guess.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/diff_check.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/github_ls.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/github_ls_single.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/github_tree.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/multi_date_check.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/multi_num_check.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/name_vec.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/reference/nms_ord-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 804225a

Please sign in to comment.