JinmiaoChenLab / cytofkit

cytofkit: an integrated flow/mass cytometry data analysis pipeline
http://jinmiaochenlab.github.io/cytofkit/
57 stars 25 forks source link

Unable to install cytofkit on RStudio3.3.3 in Mac OS X Yosemite #82

Open twliu10 opened 4 years ago

twliu10 commented 4 years ago

I've tried to install cytofkit using both options. When I input:

source("https://bioconductor.org/biocLite.R") biocLite("cytofkit") output: Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : namespace ‘Rcpp’ 0.12.14 is being loaded, but >= 0.12.18 is required ERROR: lazy loading failed for package ‘readxl’

  • removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/readxl’
  • restoring previous ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/readxl’ The downloaded source packages are in ‘/private/var/folders/5h/6ljc2_rn1_q5lsb84z2dv1d8p0tf5h/T/Rtmpk60fdB/downloaded_packages’ There were 13 warnings (use warnings() to see them) warnings() Warning messages: 1: In install.packages(pkgs = doing, lib = lib, ...) : installation of package ‘Rtsne’ had non-zero exit status 2: In install.packages(pkgs = doing, lib = lib, ...) : installation of package ‘gplots’ had non-zero exit status 3: In install.packages(pkgs = doing, lib = lib, ...) : installation of package ‘igraph’ had non-zero exit status 4: In install.packages(update[instlib == l, "Package"], l, ... : installation of package ‘cluster’ had non-zero exit status 5: In install.packages(update[instlib == l, "Package"], l, ... : installation of package ‘KernSmooth’ had non-zero exit status 6: In install.packages(update[instlib == l, "Package"], l, ... installation of package ‘Matrix’ had non-zero exit status 7: In install.packages(update[instlib == l, "Package"], l, ... : installation of package ‘Rcpp’ had non-zero exit status 8: In install.packages(update[instlib == l, "Package"], l, ... : installation of package ‘SparseM’ had non-zero exit status 9: In install.packages(update[instlib == l, "Package"], l, ... : installation of package ‘Hmisc’ had non-zero exit status 10: In install.packages(update[instlib == l, "Package"], l, ... : installation of package ‘mgcv’ had non-zero exit status 11: In install.packages(update[instlib == l, "Package"], l, ... : installation of package ‘quantreg’ had non-zero exit status 12: In install.packages(update[instlib == l, "Package"], l, ... : installation of package ‘RcppEigen’ had non-zero exit status 13: In install.packages(update[instlib == l, "Package"], l, ... : installation of package ‘readxl’ had non-zero exit status library("cytofkit") Loading required package: ggplot2 Loading required package: plyr Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘rrcov’ Error: package or namespace load failed for ‘cytofkit’

When I try: if(!require(devtools)){ install.packages("devtools") # If not already installed } devtools::install_github("JinmiaoChenLab/cytofkit") Output: Error: Failed to install 'cytofkit' from GitHub: (converted from warning) packages ‘VGAM’, ‘vegan’, ‘mvtnorm’, ‘caTools’, ‘VIM’, ‘proxy’ are not available (for R version 3.3.3)

It seems a lot of packages are not available for R version 3.3.3 and I can not install them manually either. Cytofkit2 is also not available for R version 3.3.3. Any advice would be appreciated.

Thank you.

SamGG commented 4 years ago

Hi, Install a newer R version or change your computer to a newer one. No alternative. Best.