Skip to content

Commit ab570e9

Browse files
committed
fix NEWS links
1 parent 67e0c54 commit ab570e9

21 files changed

+36
-36
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ None
1515
None
1616

1717
## New Features
18-
1. Fix #405 - Add function `quantile_normalization()` to normalize data using quantiles.
19-
2. Fix #409 - Add function `check_duplilcate_rows()` to check for duplicate rows in a data frame.
18+
1. Fix #405 - Add function `quantile_normalize()` to normalize data using quantiles.
19+
2. Fix #409 - Add function `check_duplicate_rows()` to check for duplicate rows in a data frame.
2020
3. Fix #414 - Add function `util_chisquare_param_estimate()` to estimate the parameters of the chi-square distribution.
2121
4. Fix #417 - Add function `tidy_mcmc_sampling()` to sample from a distribution using MCMC.
2222
This outputs the function sampled data and a diagnostic plot.

docs/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/news/index.html

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

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 2.0.9
33
pkgdown_sha: ~
44
articles:
55
getting-started: getting-started.html
6-
last_built: 2024-04-27T12:40Z
6+
last_built: 2024-04-30T17:59Z
77
urls:
88
reference: https://www.spsanderson.com/TidyDensity/reference
99
article: https://www.spsanderson.com/TidyDensity/articles

docs/reference/cmean.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/reference/tidy_autoplot.html

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

docs/reference/tidy_combined_autoplot.html

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

docs/reference/tidy_distribution_summary_tbl.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/tidy_four_autoplot.html

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

docs/reference/tidy_multi_dist_autoplot.html

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

0 commit comments

Comments
 (0)