RfastOfficial / Rfast

A collection of Rfast functions for data analysis. Note 1: The vast majority of the functions accept matrices only, not data.frames. Note 2: Do not have matrices or vectors with have missing data (i.e NAs). We do no check about them and C++ internally transforms them into zeros (0), so you may get wrong results. Note 3: In general, make sure you give the correct input, in order to get the correct output. We do no checks and this is one of the many reasons we are fast.
143 stars 19 forks source link

installation error #34

Closed lizhaozhi closed 4 years ago

lizhaozhi commented 4 years ago

Hi, I tried to install Rfast. But got the following errors:


install.packages("Rfast")

There is a binary version available but the source version is later: binary source needs_compilation Rfast 2.0.0 2.0.1 TRUE

Do you want to install from sources the package which needs compilation? (Yes/no/cancel) Yes installing the source package ‘Rfast’

trying URL 'https://cran.rstudio.com/src/contrib/Rfast_2.0.1.tar.gz' Content type 'application/x-gzip' length 313781 bytes (306 KB)

downloaded 306 KB

The downloaded source packages are in ‘/private/var/folders/_3/_hmmdm0d3b94hb2s2r7t37c00000gn/T/RtmpIxRVGh/downloaded_packages’

ManosPapadakis95 commented 4 years ago

Can you give me the details of your system? Also why don't you wait 2 days until the compiled version is upload?

lizhaozhi commented 4 years ago

Can you give me the details of your system? Also why don't you wait 2 days until the compiled version is upload?

Thanks. I solved this problem by updating ~/.R/Makevars