You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg<-"The following rio suggested packages are not installed: %s\nUse 'install_formats()' to install them"
seems to suggest that one needs to install suggested packages in order to use the package; therefore #387#452
One improvement is to list out all the unsupported file formats and the suggested packages.
A message like "If you need to use any file format list above, please install the suggested package individually; or install all of them with install_formats()"
The text was updated successfully, but these errors were encountered:
**rio** supports a wide range of file formats. To keep the package slim, several formats are supported via "Suggests" packages, which are not installed (or loaded) by default. To ensure rio is fully functional, install these packages the first time you use **rio** via:
A better way would be to have a function to check for the format support. An exported version of uninstalled_formats.
The loading message could be: "Some optional R packages were not installed and therefore some file formats are not supported. Check file support with show_supported_formats()".
And then when running this, it shows the suggestion about installing individual format or install them all.
This startup message
rio/R/onLoad.R
Line 5 in 447ea1b
seems to suggest that one needs to install suggested packages in order to use the package; therefore #387 #452
One improvement is to list out all the unsupported file formats and the suggested packages.
A message like "If you need to use any file format list above, please install the suggested package individually; or install all of them with
install_formats()
"The text was updated successfully, but these errors were encountered: