Skip to content

Commit

Permalink
Merge pull request #466 from spsanderson/development
Browse files Browse the repository at this point in the history
fix NEWS links
  • Loading branch information
spsanderson authored Apr 30, 2024
2 parents bdb6627 + ab570e9 commit a02e284
Show file tree
Hide file tree
Showing 21 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ None
None

## New Features
1. Fix #405 - Add function `quantile_normalization()` to normalize data using quantiles.
2. Fix #409 - Add function `check_duplilcate_rows()` to check for duplicate rows in a data frame.
1. Fix #405 - Add function `quantile_normalize()` to normalize data using quantiles.
2. Fix #409 - Add function `check_duplicate_rows()` to check for duplicate rows in a data frame.
3. Fix #414 - Add function `util_chisquare_param_estimate()` to estimate the parameters of the chi-square distribution.
4. Fix #417 - Add function `tidy_mcmc_sampling()` to sample from a distribution using MCMC.
This outputs the function sampled data and a diagnostic plot.
Expand Down
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.

8 changes: 4 additions & 4 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,7 +3,7 @@ pkgdown: 2.0.9
pkgdown_sha: ~
articles:
getting-started: getting-started.html
last_built: 2024-04-27T12:40Z
last_built: 2024-04-30T17:59Z
urls:
reference: https://www.spsanderson.com/TidyDensity/reference
article: https://www.spsanderson.com/TidyDensity/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cmean.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/reference/tidy_autoplot.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/reference/tidy_combined_autoplot.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/tidy_distribution_summary_tbl.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/reference/tidy_four_autoplot.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/reference/tidy_multi_dist_autoplot.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/tidy_random_walk_autoplot.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/tidyeval.html

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

Loading

0 comments on commit a02e284

Please sign in to comment.