Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
So that it prevents the WARN generated by the devel version of R

```
  Found the following Rd file(s) with Rd \link{} targets missing package
  anchors:
    readtext.Rd: fread
  Please provide package anchors for all Rd \link{} targets not in the
  package itself and the base packages.
```
  • Loading branch information
chainsawriot committed Nov 5, 2024
1 parent 0f54d14 commit af86e0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ Encoding: UTF-8
BugReports: https://github.com/quanteda/readtext/issues
LazyData: TRUE
VignetteBuilder: knitr
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
2 changes: 1 addition & 1 deletion R/readtext.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
#' \item 3: output detailed file-related messages
#' }
#' @param ... additional arguments passed through to low-level file reading
#' function, such as [file()], [fread()], etc. Useful
#' function, such as [file()], [data.table::fread()], etc. Useful
#' for specifying an input encoding option, which is specified in the same was
#' as it would be give to [iconv()]. See the Encoding section of
#' [file] for details.
Expand Down
2 changes: 1 addition & 1 deletion man/readtext.Rd

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

0 comments on commit af86e0e

Please sign in to comment.