jdonaldson / rtsne

An R package for t-SNE (t-Distributed Stochastic Neighbor Embedding)
58 stars 24 forks source link

Fail to install the package in RStudio #8

Open lynnyummy opened 1 year ago

lynnyummy commented 1 year ago

Hi, I am trying to install the package with the command install.packages("Rtsne") # Install Rtsne package from CRAN, and if(!require(devtools)) install.packages("devtools") # If not already installed devtools::install_github("jkrijthe/Rtsne"). But both were failed, and reported `ERROR: compilation failed for package ‘Rtsne’