Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following this question on RStudio Community https://community.rstudio.com/t/error-when-using-pagedown-chrome-print-in-shinyapps-io/102027
Since Ubuntu 19, Chromium is only available through a Snap package. The problem is that snapd cannot run in a container. The Chromium installation command needs to be updated to install Chromium without Snap
snapd
shinyapps-package-dependencies/packages/pagedown/install
Line 9 in 3a85e9d
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Following this question on RStudio Community https://community.rstudio.com/t/error-when-using-pagedown-chrome-print-in-shinyapps-io/102027
Since Ubuntu 19, Chromium is only available through a Snap package.
The problem is that
snapdcannot run in a container.The Chromium installation command needs to be updated to install Chromium without Snap
shinyapps-package-dependencies/packages/pagedown/install
Line 9 in 3a85e9d
The text was updated successfully, but these errors were encountered: