Hi everyone,
Trying to deploy an app to shinyapps.io, but installation of one of the required libraries (symengine, https://github.com/symengine/symengine.R) fails with the following trace:
[2021-01-08T11:51:37.153871591+0000] Building R package: symengine (0.1.5)
/mnt/packages/build /mnt
Warning in untar2(tarfile, files, list, exdir, restore_times) :
skipping pax global extended headers
* installing to library ‘/opt/R/4.0.3/lib/R/library’
* installing *source* package ‘symengine’ ...
** using staged installation
====== configuring symengine R package ======
== current working directory
/tmp/RtmpZA1F1t/R.INSTALL2a23e9ffe8/symengine-symengine.R-7d482ea
==
== cmake:
cmake is not in PATH, try looking for /Applications/CMake.app/Contents/bin/cmake
cmake can not be found
ERROR: configuration failed for package ‘symengine’
* removing ‘/opt/R/4.0.3/lib/R/library/symengine’
GET /v1/tasks/?filter=account_id:222738&filter=parent_id:850927873&count=100&offset=0 810ms
################################# End Task Log #################################
----- Deployment error -----
Error: Unhandled Exception: Child Task 850927873 failed: Error building image: Error building symengine (0.1.5). Build exited with non-zero status: 1
----- Error stack trace -----
Error: Unhandled Exception: Child Task 850927873 failed: Error building image: Error building symengine (0.1.5). Build exited with non-zero status: 1
Error during wrapup: length(max.lines) <= 1 is not TRUE
Error: no more error handlers available (recursive errors?); invoking 'abort' restart
Execution halted
Can someone suggest where to start troubleshooting? Works fine on my local Windows 10 64-bit R 4.0.3 instance, and deployment worked OK for an earlier version of the app which also included symengine (late last year).