Hi, I'm a newbie to Shinyapps, and I'm having trouble publishing a shiny app from R Studio today. During the build of the app when I try to publish it to shinyapps.io, I see this error in the "Deploy" tab of R Studio:
"error: ‘unmove’ is not a member of ‘cpp11'"
I'm wondering if it is related to this issue on Stackoverflow from yesterday?
Is this a known issue affecting all shiny app R deployments?
Many thanks,
Oli.
p.s.
My sessionInfo() is:
sessionInfo()
R version 4.0.0 (2020-04-24)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18362)
Matrix products: default
locale:
[1] LC_COLLATE=English_United Kingdom.1252 LC_CTYPE=English_United Kingdom.1252
[3] LC_MONETARY=English_United Kingdom.1252 LC_NUMERIC=C
[5] LC_TIME=English_United Kingdom.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] dplyr_1.0.0 magrittr_1.5 caret_6.0-86 ggplot2_3.3.2 lattice_0.20-41
[6] shinythemes_1.1.2 shinyWidgets_0.5.3 shiny_1.5.0
...