"TDA" package at shinyapps server

My application treats "TDA" package and when I deploy the application to shinyapps, I encountered the following error.
Version:1.0 StartHTML:0000000107 EndHTML:0000001332 StartFragment:0000000127 EndFragment:0000001314

required from here /opt/R/3.5.2/lib/R/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:323:70: error: ambiguous overload for ‘operator*’ (operand types are ‘Eigen::NumTraits<CGAL::QuotientCGAL::MP_Float >::Real {aka CGAL::QuotientCGAL::MP_Float}’ and ‘Eigen::Index {aka long int}’)

o**************************************************************************************************

Version:1.0 StartHTML:0000000107 EndHTML:0000001452 StartFragment:0000000127 EndFragment:0000001434

�G���[: Unhandled Exception: Child Task 608850909 failed: Error building image: Error building TDA (1.6.5). Build exited with non-zero status: 1 �lj�����: �x�����b�Z�[�W: readLines(con = conn) ��: 'C:\Users\YO■■■■~1\AppData\Local\Temp\RtmpQrXOLS\fileb49c64922a12' �ŕs���S�ȍŏI�s�����‚����܂��� ���s�����~�����܂���


I suppose there is no repos of "TDA" at shinyapps server, so I had an error message.
How can I overcome this?

Thank you in advance for your suggesion!

diag.cpp:470:36:   required from here
/opt/R/3.5.2/lib/R/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:323:70: error: ambiguous overload for ‘operator*’ (operand t
ypes are ‘Eigen::NumTraits<CGAL::Quotient<CGAL::MP_Float> >::Real {aka CGAL::Quotient<CGAL::MP_Float>}’ and ‘Eigen::Index {aka lon
g int}’)
                                       : NumTraits<Scalar>::epsilon() * m_lu.diagonalSize();

I would engage with the package author as to why there are issues compiling the package on Linux. Presumably this is working for you locally because you are on Windows and are obtaining a precompiled version of the package.

Thank you for getting touch with the package author.

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.