diff --git a/NEWS.md b/NEWS.md index 2426566..f4be67a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,12 +2,16 @@ New features: -- Adds `curate_enntt_data()` to curate the ENNTT data downloaded from GitHub [here](https://github.com/senisioi/enntt-release). -- Adds `curate_swda_data()` to curate the SWDA data downloaded from the LDC [here](https://catalog.ldc.upenn.edu/docs/LDC97S62/swb1_dialogact_annot.tar.gz). +- Adds `curate_enntt_data()` to curate the ENNTT data downloaded from \ + GitHub [here](https://github.com/senisioi/enntt-release). +- Adds `curate_swda_data()` to curate the SWDA data downloaded from the \ + LDC [here](https://catalog.ldc.upenn.edu/docs/LDC97S62/swb1_dialogact_annot.tar.gz). Bug fixes: -- Bug fix (#7): `calc_type_metrics()` now correctly allows for the `type` and `document` arguments to be specified as symbols that can take values other than type and document. +- Bug fix (#7): `calc_type_metrics()` now correctly allows for the `type` \ + and `document` arguments to be specified as symbols that can take values \ + other than type and document. Enhancements: diff --git a/README.Rmd b/README.Rmd index 3d552c9..19e97ce 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,6 +17,7 @@ knitr::opts_chunk$set( [![CRAN status](https://www.r-pkg.org/badges/version/qtkit)](https://CRAN.R-project.org/package=qtkit) [![qtkit status badge](https://qtalr.r-universe.dev/badges/qtkit)](https://qtalr.r-universe.dev/qtkit) +![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/qtkit) ## Getting started diff --git a/README.md b/README.md index cd028f5..12d1fed 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ status](https://www.r-pkg.org/badges/version/qtkit)](https://CRAN.R-project.org/package=qtkit) [![qtkit status badge](https://qtalr.r-universe.dev/badges/qtkit)](https://qtalr.r-universe.dev/qtkit) +![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/qtkit) ## Getting started diff --git a/vignettes/reports.Rmd b/vignettes/reports.Rmd index 2ec0538..3a46e3f 100644 --- a/vignettes/reports.Rmd +++ b/vignettes/reports.Rmd @@ -198,4 +198,3 @@ glimpse(restored_data) - Related packages: {kableExtra}, {ggplot2}, {webshot2} - [Project homepage](https://github.com/qtalr/qtkit) -