Skip to content

Commit

Permalink
provide the command directly in the message
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jul 25, 2024
1 parent d11e20b commit 1855c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/base64.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ guess_type = function(x, use_mime = loadable('mime')) {
if (any(i <- is.na(res))) {
warning(
'Cannot determine the MIME type(s) of ', paste(x[i], collapse = ', '),
'. You may try to install the "mime" package or report an issue to ',
'. You may install.packages("mime") or report an issue to ',
packageDescription('xfun')$BugReports, '.'
)
res[i] = 'application/octet-stream'
Expand Down

0 comments on commit 1855c98

Please sign in to comment.