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
...
1 Like
I've been getting the same error on Windows 10. Can't push anything to shinyapps.io.
My specific error is:
/opt/R/4.0.2/lib/R/etc/Makeconf:176: recipe for target 'cpp11.o' failed
...
ERROR: compilation failed for package ‘tidyr’
...
Error: Unhandled Exception: Child Task 775363822 failed: Error building image: Error building tidyr (1.1.1). Build exited with non-zero status: 1
Session info:
R version 4.0.2 (2020-06-22)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18362)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] listviewer_3.0.0 shiny_1.5.0 plotly_4.9.2.1 ggplot2_3.3.2
loaded via a namespace (and not attached):
[1] Rcpp_1.0.5 pillar_1.4.6 compiler_4.0.2 later_1.1.0.1 tools_4.0.2
[6] digest_0.6.25 packrat_0.5.0 jsonlite_1.7.0 lifecycle_0.2.0 tibble_3.0.3
[11] gtable_0.3.0 viridisLite_0.3.0 pkgconfig_2.0.3 rlang_0.4.7 cli_2.0.2
[16] rstudioapi_0.11 crosstalk_1.1.0.1 curl_4.3 yaml_2.2.1 xfun_0.16
[21] fastmap_1.0.1 withr_2.2.0 dplyr_1.0.1 httr_1.4.2 askpass_1.1
[26] sourcetools_0.1.7 generics_0.0.2 vctrs_0.3.2 htmlwidgets_1.5.1 grid_4.0.2
[31] tidyselect_1.1.0 glue_1.4.1 data.table_1.13.0 R6_2.4.1 fansi_0.4.1
[36] farver_2.0.3 purrr_0.3.4 tidyr_1.1.1 magrittr_1.5 scales_1.1.1
[41] promises_1.1.1 ellipsis_0.3.1 htmltools_0.5.0 rsconnect_0.8.16 assertthat_0.2.1
[46] xtable_1.8-4 mime_0.9 colorspace_1.4-1 httpuv_1.5.4 tinytex_0.25
[51] openssl_1.4.2 lazyeval_0.2.2 munsell_0.5.0 crayon_1.3.4
Hello @Oliver_Bailey and @amerryman,
I was facing the exact same error. I updated to the version 0.2.1 of the {cpp11 } package and the deployment went through.
Not sure how it worked. Maybe worth giving a shot.
Regards,
Ayush