Skip to content

Commit

Permalink
Merge pull request #2382 from quanteda/fix-2376
Browse files Browse the repository at this point in the history
Remove Rd xrefs to quanteda.textstats
  • Loading branch information
kbenoit committed Apr 23, 2024
2 parents 98cbbbd + 8c16585 commit 5601355
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions R/quanteda-documentation.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
#' @details
#' Additional features of \pkg{quanteda} include:
#' * powerful, flexible tools for working with [dictionaries][dictionary];
#' * the ability to identify [keywords][quanteda.textstats::textstat_keyness]
#' * the ability to identify [keywords][kwic]
#' associated with documents or groups of documents;
#' * the ability to explore texts using [key-words-in-context][kwic];
#' * quick computation of word or document
#' [similarities][quanteda.textstats::textstat_simil], for clustering or to
#' compute distances for other purposes;
#' * the ability to explore texts using [keywords-in-context][kwic];
#' * quick computation of word or document statistics, using the
#' \pkg{quanteda.textstats} package, for clustering or to compute distances
#' for other purposes;
#' * a comprehensive suite of [descriptive statistics on text][summary.corpus]
#' such as the number of sentences, words, characters, or syllables per
#' document; and
Expand Down
2 changes: 1 addition & 1 deletion R/textstat.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NULL
#' Check if an object is collocations
#'
#' Function to check if an object is a collocations object, created by
#' [quanteda.textstats::textstat_collocations()].
#' `quanteda.textstats::textstat_collocations()`.
#' @param x object to be checked
#' @export
#' @return `TRUE` if the object is of class `collocations`, `FALSE` otherwise
Expand Down
2 changes: 1 addition & 1 deletion man/is.collocations.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/quanteda-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5601355

Please sign in to comment.