Skip to content

Commit

Permalink
Mention 'readr' package, must->should
Browse files Browse the repository at this point in the history
  • Loading branch information
Arni Magnusson committed Dec 3, 2019
1 parent f7f8b1b commit dcab37f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion R/file.encoding.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
#' The encoding \code{"unknown"} indicates that the file is an ASCII text file
#' or a binary file.
#'
#' In TAF, text files that have non-ASCII characters must be encoded as UTF-8.
#' In TAF, text files that have non-ASCII characters should be encoded as UTF-8.
#'
#' If this function fails in Windows, the \code{guess_encoding} function in the
#' \pkg{readr} package may help.
#'
#' @seealso
#' \code{\link{Encoding}} examines the encoding of a string.
Expand Down
5 changes: 4 additions & 1 deletion man/file.encoding.Rd

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

0 comments on commit dcab37f

Please sign in to comment.