symengine.R
symengine.R copied to clipboard
Does not play nicely on `shinyapps.io`
See https://community.rstudio.com/t/deployment-fails-with-missing-cmake/92668/3
For Linux systems, they need to install the dependencies. See https://github.com/symengine/symengine.R#installation
I created a request to have cmake to be installed on shinyapp.io: https://github.com/rstudio/shinyapps-package-dependencies/issues/268
Thanks @Marlin-Na
@Marlin-Na, isn't gmp, mpfr, mpc
also required?
Looks like they already provide gmp
and mpfr
https://github.com/rstudio/shinyapps-package-dependencies/blob/master/packages/Rmpfr/install and https://github.com/rstudio/shinyapps-package-dependencies/blob/master/packages/gmp/install . mpc
would be optional.