From d8df054182b2ba6aa1de7c93fe85c213e5b3a69f Mon Sep 17 00:00:00 2001 From: francojc Date: Sat, 7 Dec 2024 16:32:20 -0500 Subject: [PATCH] updates news format and github link --- NEWS.md | 15 ++++++++++----- _pkgdown.yml | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index f4be67a..9125d27 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. diff --git a/_pkgdown.yml b/_pkgdown.yml index 4dc7127..ffdedcc 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -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