Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #149

Merged
merged 6 commits into from
Jul 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: healthyR
Title: Hospital Data Analysis Workflow Tools
Version: 0.1.9.9000
Version: 0.2.0.9000
Authors@R: c(
person("Steven","Sanderson", email = "[email protected]", role = c("aut","cre")),
person("Steven Sanderson", role = "cph"))
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# healthyR (development version)

# healthyR 0.2.0

## Breaking Changes
None

Expand Down
6 changes: 6 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ reference:
- "umap_plt"
- "diverging_lollipop_plt"
- "diverging_bar_plt"
- subtitle: Color Blindness
desc: Functions to help with color blindness
contents:
- "color_blind"
- "hr_scale_fill_colorblind"
- "hr_scale_color_colorblind"
- title: Augment Functions
desc: Functions that Augment a tibble
contents:
Expand Down
7 changes: 3 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
## Test environments
0.1.9 prep for cran
0.2.0 prep for cran

## Fix Issue to maintain CRAN


## R CMD check results

0 errors | 1 warnings | 2 note
0 errors | 0 warnings | 2 note

Fixed CRAN pretest result and changed using if statement to compare class
to use inherits in kmeans-funcs.R per pretest.
Minor updates.
4 changes: 2 additions & 2 deletions docs/404.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/CODE_OF_CONDUCT.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/LICENSE-text.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/LICENSE.html

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

82 changes: 41 additions & 41 deletions docs/articles/getting-started.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/articles/index.html

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

Loading