Skip to content

Commit

Permalink
updates news format and github link
Browse files Browse the repository at this point in the history
  • Loading branch information
francojc committed Dec 7, 2024
1 parent 9f981b3 commit d8df054
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,22 @@ Enhancements:

# qtkit 1.0.0

- Adds `calc_assoc_metrics()` to calculate association metrics between two variables.
- Adds `calc_type_metrics()` to calculate dispersion and frequency metrics for a variable.
- Adds `calc_assoc_metrics()` to calculate association metrics between two \
variables.
- Adds `calc_type_metrics()` to calculate dispersion and frequency metrics \
for a variable.
- Adds `create_data_dictionary()` to create a data dictionary for a dataset.
- Adds `find_outliers()` to identify observations in a data frame that have outliers for a given variable.
- Adds `find_outliers()` to identify observations in a data frame that have \
outliers for a given variable.
- Adds `get_gutenberg_data()` to download a dataset from Project Gutenberg.
- Adds `add_pkg_to_bib()` to add a package to the bibliography.
- Adds `write_*()` functions to aid in publishing results to a variety of formats.
- Adds `write_*()` functions to aid in publishing results to a variety of \
formats.
- `write_gg()` writes a ggplot object to a file.
- `write_kbl()` writes a knitr::kable object to a file.
- `write_obj()` writes an R object to a file.
- Adds `find_outliers()` to identify observations in a data frame that has outliers for a given variable.
- Adds `find_outliers()` to identify observations in a data frame that has \
outliers for a given variable.

Notes: `get_talkbank_data()` is postponed for a future release.

Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ navbar:
href: articles/index.html
github:
icon: fab fa-github fa-lg
href: https:://github.com/qtalr/qtkit
href: https://github.com/qtalr/qtkit
aria-label: github
news:
icon: fas fa-newspaper fa-lg
Expand Down

0 comments on commit d8df054

Please sign in to comment.