Skip to content
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

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

Open
twliu10 opened this issue Mar 27, 2020 · 1 comment
Open

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

twliu10 opened this issue Mar 27, 2020 · 1 comment

Comments

@twliu10
Copy link

twliu10 commented Mar 27, 2020

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
Copy link

SamGG commented Mar 28, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants