Skip to content

Commit

Permalink
recreated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mgimond committed Dec 15, 2024
1 parent 4729864 commit 222cce8
Show file tree
Hide file tree
Showing 102 changed files with 10,834 additions and 183 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export(eda_rline)
export(eda_rtrim)
export(eda_rtrim_df)
export(eda_shuffle)
export(eda_sim)
export(eda_sl)
export(eda_sym)
export(eda_theo)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Added the `eda_theopan` function that generates multi-panel theoretical QQ plots.
* Added the `eda_qqpool` function that generates multi-panel pooled residual plots.
* Added the `eda_shuffle` function that permutes values across groups.
* Added the `eda_sim` function that simulates distributions.
* `eda_sl` now outputs Cleveland's spread-location plot as well as Tukey's spread-versus-level plot.
* Added `eda_untie` function that splits ties in a vector by nudging them by a small amount.
* Fixed bug in `eda_rline` where incorrect residuals were returned.
Expand Down
5 changes: 3 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
<!-- badges: end -->

The `tukeyedar` package houses data exploration tools. Many functions are inspired by work published by
@eda1977, @understanding_eda1983, @applied_eda1981, and @visdata1993. Note that this package is in beta mode, so use at your own
discretion.
@eda1977, @understanding_eda1983, @applied_eda1981, and @visdata1993.

> This package was initially developed for an introductory course in Exploratory Data Analysis (EDA). As such, many of its functions have not undergone the rigorous testing and validation typically required for research or production use. Users are advised to exercise caution and verify results independently before applying the package in critical or high-stakes contexts.
## Installation

Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h

The `tukeyedar` package houses data exploration tools. Many functions
are inspired by work published by Tukey (1977), Hoaglin (1983), Velleman
and Hoaglin (1981), and Cleveland (1993). Note that this package is in
beta mode, so use at your own discretion.
and Hoaglin (1981), and Cleveland (1993).

> This package was initially developed for an introductory course in
> Exploratory Data Analysis (EDA). As such, many of its functions have
> not undergone the rigorous testing and validation typically required
> for research or production use. Users are advised to exercise caution
> and verify results independently before applying the package in
> critical or high-stakes contexts.
## Installation

Expand Down
6 changes: 3 additions & 3 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/LICENSE-text.html

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

16 changes: 9 additions & 7 deletions docs/articles/RLine.html

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

Binary file modified docs/articles/RLine_files/figure-html/unnamed-chunk-22-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.

8 changes: 4 additions & 4 deletions docs/articles/polish.html

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

8 changes: 4 additions & 4 deletions docs/articles/qq.html

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

Loading

0 comments on commit 222cce8

Please sign in to comment.