Skip to content

Commit

Permalink
updates news and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
francojc committed Dec 7, 2024
1 parent e395e9b commit 9f981b3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
10 changes: 7 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ knitr::opts_chunk$set(
<!-- badges: start -->
[![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)
<!-- badges: end -->

## Getting started
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->

## Getting started
Expand Down
1 change: 0 additions & 1 deletion vignettes/reports.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,3 @@ glimpse(restored_data)
- Related packages: {kableExtra}, {ggplot2}, {webshot2}
- [Project homepage](https://github.com/qtalr/qtkit)


0 comments on commit 9f981b3

Please sign in to comment.