You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I've tried to install cytofkit using both options. When I input:
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)
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.
The text was updated successfully, but these errors were encountered: