-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no package called "samr" #35
Comments
Hi,
NB: samr depends on the impute package. impute (previously on CRAN) is available on Bioconductor. Install impute using the command below before installing samr.
HTH
|
Thank you very much! Everything seems to be working nicely now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Mike,
it seems the package "samr" is no longer available on Cran. When installing samr i get:
Warning in install.packages :
package ‘samr’ is not available (for R version 3.4.0)
I first thought it was an issue with the Version of R so i tried older or newer versions, however none of them worked. I also tried to download the package from the Cran website. However, it has has been removed. The latest Version in the archive is "samr_2.0.tar.gz" so i downloaded this. When i tried to install it however, i get the the Error:
** libs
*** arch - i386
Warnung: Ausführung von Kommando 'make -f "D:/Programs/R-3.4.0/etc/i386/Makeconf" -f "D:/Programs/R-3.4.0/share/make/winshlib.mk" SHLIB="samr.dll" SHLIB_LIBADD='$(FLIBS)' OBJECTS="rankcol.o"' ergab Status 127
ERROR: compilation failed for package 'samr'
Warning in install.packages :
running command '"D:/Programs/R-3.4.0/bin/x64/R" CMD INSTALL -l "D:\Programs\R-3.4.0\library" "C:/Users/Lukas/Downloads/samr_2.0.tar.gz"' had status 1
Warning in install.packages :
installation of package ‘C:/Users/Lukas/Downloads/samr_2.0.tar.gz’ had non-zero exit status
I hope you can help me as i am new to R and SAM
Best regards,
Lukas
The text was updated successfully, but these errors were encountered: