Skip to content

Commit

Permalink
remove get_talkbank_data from this release
Browse files Browse the repository at this point in the history
Since the TBDBr package is not on CRAN it cannot feature in the package.
  • Loading branch information
francojc committed Aug 16, 2024
1 parent d33ad01 commit e9f34d6
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 436 deletions.
6 changes: 0 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Depends:
R (>= 4.1)
Imports:
dplyr,
fs,
ggplot2,
glue,
gutenbergr,
Expand All @@ -28,21 +27,16 @@ Imports:
Matrix,
openai,
purrr,
R.utils,
readr,
rlang,
stringr,
TBDBr,
tibble,
tidyr,
tidytext
Suggests:
httptest,
rmarkdown,
testthat (>= 3.0.0),
webshot2
Remotes:
TalkBank/TBDBr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Expand Down
12 changes: 0 additions & 12 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,17 @@ export(create_data_origin)
export(find_outliers)
export(get_archive_data)
export(get_gutenberg_data)
export(get_talkbank_data)
export(write_gg)
export(write_kbl)
export(write_obj)
import(dplyr)
import(gutenbergr)
import(readr)
importFrom(Matrix,rowSums)
importFrom(R.utils,withTimeout)
importFrom(TBDBr,getParticipants)
importFrom(TBDBr,getTokens)
importFrom(TBDBr,getTranscripts)
importFrom(TBDBr,getUtterances)
importFrom(dplyr,count)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(fs,dir_create)
importFrom(fs,dir_exists)
importFrom(fs,file_exists)
importFrom(fs,path)
importFrom(ggplot2,ggsave)
importFrom(glue,glue)
importFrom(knitr,opts_current)
Expand All @@ -43,7 +32,6 @@ importFrom(rlang,ensym)
importFrom(stats,quantile)
importFrom(stringr,str_trunc)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)
importFrom(tidytext,cast_sparse)
importFrom(tools,file_ext)
importFrom(utils,download.file)
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
- 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 `get_gutenberg_data()` to download a dataset from Project Gutenberg.
- Adds `get_talkbank_data()` to download a dataset from TalkBank.
- 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.
- `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.

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

# qtkit 0.10.0

- Initial CRAN submission.
212 changes: 0 additions & 212 deletions R/get_talkbank_data.R

This file was deleted.

1 change: 0 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ reference:
- create_data_origin
- get_archive_data
- get_gutenberg_data
- get_talkbank_data
- title: 'Publishing functions'
desc: 'Functions to aid in publishing research'
contents:
Expand Down
55 changes: 0 additions & 55 deletions man/get_talkbank_data.Rd

This file was deleted.

This file was deleted.

Loading

0 comments on commit e9f34d6

Please sign in to comment.