I am trying to install Ripserr package for applying persistence homology using R 3.3.1. As per https://github.com/Ripser/ripser article, I have been trying to build ripser through C++ compiler but no success. Its giving me make failed error. Any help is highly appreciated!
Thanks & Regards,
Ketki
You'll get better results if you ask the question on a C++ forum. There's no R here. Also, try giving some examples of what went wrong; the more specific that you are, the higher the chance of getting a quality result.
Hey Max,
This is resolved by installing RTools35 which had C++ compilers for R. Earlier the standalone minGW was not helping when it comes to integrating with R.
I appreciate your response.
-Ketki