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
There are a couple of packages that need to guess MIME, and I wanted to avoid copying the big list of MIME mapping info in every package, so I put together the little mime package. I have used it in the servr and markdown package, and I plan to use it in shiny as well.
It looks like you and @yihui both wrote separate implementations to guess mime types by parsing the mime.types file https://github.com/yihui/mime
As @yihui has added some R specific extensions to the lookup table it might be worth using that implementation to standardize things.
We can preserve all existing functionality with
The text was updated successfully, but these errors were encountered: