rstudio / rsconnect

Publish Shiny Applications, RMarkdown Documents, Jupyter Notebooks, Plumber APIs, and more
http://rstudio.github.io/rsconnect/
133 stars 81 forks source link

handle non-utf8 description encodings #979

Closed mslynch closed 1 year ago

mslynch commented 1 year ago

Resolves https://github.com/rstudio/rsconnect/issues/974.

mslynch commented 1 year ago

@hadley looks like this breaks on oldrel-4. Any suggestions for a path forward?

kevinushey commented 1 year ago

Can you just use packageDescription()? That tries to handle Encoding internally in a similar way.

mslynch commented 1 year ago

packageDescription() works beautifully, thanks!