Skip to content

Commit

Permalink
correcturls
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrison4192 committed Jun 6, 2024
1 parent fa54be6 commit 7ca1024
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 37 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
#' A dataset containing information on 1,338 insurance customers
#'
#' @format A data frame with 1,338 rows and 7 variables:
#' @source \url{https://www.kaggle.com/mirichoi0218/insurance/version/1}
"insurance"
4 changes: 0 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,3 @@ p_load(tidyverse, TidyConsultant)
This is a great template to start your R script. Put any additional packages you may need inside the
`p_load` command.

# Other good R packages for consulting

[outlier detection with random forests](https://cran.r-project.org/web/packages/outliertree/vignettes/Introducing_OutlierTree.html)
[robust version of OutlierTree](https://github.com/RafaJPSantos/bagged.outliertrees)
25 changes: 11 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

## Packages in the TidyConsultant universe

- [validata](https://harrison4192.github.io/validata/)
- [validata](https://harrison4192.github.io/validata/)

- [framecleaner](https://harrison4192.github.io/framecleaner/)
- [framecleaner](https://harrison4192.github.io/framecleaner/)

- [tidybins](https://harrison4192.github.io/tidybins/)
- [tidybins](https://harrison4192.github.io/tidybins/)

- [presenter](https://harrison4192.github.io/presenter/)
- [presenter](https://harrison4192.github.io/presenter/)

- [autostats](https://harrison4192.github.io/autostats/)
- [autostats](https://harrison4192.github.io/autostats/)

Loading `TidyConsultant` installs and attaches all of these packages at
once.
Expand Down Expand Up @@ -43,8 +43,12 @@ provide useful functions for data scientists of any industry.

------------------------------------------------------------------------

![Marie Kondo, reknowned
tidier](https://media.giphy.com/media/J2ZMQ2SENLxSSzr3uD/giphy.gif)
<figure>
<img src="https://media.giphy.com/media/J2ZMQ2SENLxSSzr3uD/giphy.gif"
alt="Marie Kondo, reknowned tidier" />
<figcaption aria-hidden="true">Marie Kondo, reknowned
tidier</figcaption>
</figure>

# Packages Overview

Expand Down Expand Up @@ -83,10 +87,3 @@ p_load(tidyverse, TidyConsultant)

This is a great template to start your R script. Put any additional
packages you may need inside the `p_load` command.

# Other good R packages for consulting

[outlier detection with random
forests](https://cran.r-project.org/web/packages/outliertree/vignettes/Introducing_OutlierTree.html)
[robust version of
OutlierTree](https://github.com/RafaJPSantos/bagged.outliertrees)
Binary file modified docs/.DS_Store
Binary file not shown.
Binary file modified docs/articles/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/articles/TidyConsultant.html

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

11 changes: 3 additions & 8 deletions docs/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 @@ -4,5 +4,5 @@ pkgdown_sha: ~
articles:
Inference-with-xgboost: Inference-with-xgboost.html
TidyConsultant: TidyConsultant.html
last_built: 2024-06-04T11:35Z
last_built: 2024-06-06T04:54Z

4 changes: 0 additions & 4 deletions docs/reference/insurance.html

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

3 changes: 0 additions & 3 deletions man/insurance.Rd

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

0 comments on commit 7ca1024

Please sign in to comment.