'error installing RFast library due to isnan ambigous

In R, version 3.6 I am trying to install the Rfast library in a Linux Centos 7 system

By giving the command:

install.packages("Rfast")

A long list of compilation occurs and at the end it finishes with this message: compilation error

Is there a way to get it installation successful ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source