elbamos / largeVis

An implementation of the largeVis algorithm for visualizing large, high-dimensional datasets, for R
340 stars 63 forks source link

"largeVis is incompatible with gcc < 4.9" #54

Closed Asduveneck closed 6 years ago

Asduveneck commented 6 years ago

I'm trying to run largeVis on R 3.4.1 when I encounter the above error. Do you happen to have an older version that is compatible with gcc < 4.9? I wish I could update the compiler, but it's from the company's network/grid-computer so I don't trust myself modifying that.

sessionInfo: R version 3.4.1 (2017-06-30) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Red Hat Enterprise Linux Server release 6.9 (Santiago)

EDIT: I don't mean to imply that this is an issue with largeVis itself. I just don't know how else to contact you which is why I decided to submit this as an issue.

elbamos commented 6 years ago

No, I’m sorry, it’s impossible - the code relies heavily on C++11.

On Apr 19, 2018, at 4:52 PM, Asduveneck notifications@github.com wrote:

I'm trying to run largeVis on R 3.4.1 when I encounter the above error. Do you happen to have an older version that is compatible with gcc < 4.9? I wish I could update the compiler, but it's from the company's network so I don't trust myself modifying that.

sessionInfo: R version 3.4.1 (2017-06-30) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Red Hat Enterprise Linux Server release 6.9 (Santiago)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Asduveneck commented 6 years ago

I understand. Thank you for getting back to me!