I was trying to deploy an app using RStudio to shinyapps.io, but it failed:
> rsconnect::deployApp('~/VOICEGENDER')
Preparing to deploy application...
Update application currently deployed at
https://tiohana.shinyapps.io/voicegender/? [Y/n]
DONE
Uploading bundle for application: 994924...DONE
Deploying bundle: 2173402 for application: 994924 ...
Waiting for task: 624827629
building: Parsing manifest
building: Installing system dependencies
building: Fetching packages
building: Building package: bioacoustics
################################ Begin Task Log ################################
[2019-06-24T05:51:41.542459519+0000] Execute script: packages/build/seewave.sh
+ set -e
+ apt-get update -qq
+ apt-get install -y libsndfile1 libsndfile1-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libflac-dev libogg-dev libvorbis-dev libvorbisfile3
The following NEW packages will be installed:
libflac-dev libogg-dev libsndfile1-dev libvorbis-dev libvorbisfile3
The following packages will be upgraded:
libsndfile1
[2019-06-24T05:52:34.323742429+0000] Installing R package: e1071 (1.7-2)
* installing################################# End Task Log #################################
Error: Unhandled Exception: Child Task 624827630 failed: Error building image: Error building bioacoustics (0.2.0.1). Build exited with non-zero status: 1
this is my session info:
> sessionInfo()
R version 3.5.3 (2019-03-11)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS Mojave 10.14.5
Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] rsconnect_0.8.13
loaded via a namespace (and not attached):
[1] compiler_3.5.3 Matrix_1.2-15 tools_3.5.3 RCurl_1.95-4.12 grid_3.5.3 jsonlite_1.6 packrat_0.5.0
[8] bitops_1.0-6 openssl_1.4 lattice_0.20-38 askpass_1.1
is there any way to solve this? thank you