Hello, everyone
It looks like the JupyterLab platform allow the installation of ggplot2. But when I tried to install the package of WINS, it failed. The error message is:
PS: syntax is
install.packages("WINS")
Warning message:
“dependencies ‘gsl’, ‘ggrepel’ are not available”
also installing the dependencies ‘nloptr’, ‘pbkrtest’, ‘lme4’, ‘car’, ‘rstatix’, ‘copula’, ‘ggpubr’
Warning message in install.packages("WINS"):
“installation of package ‘nloptr’ had non-zero exit status”
Warning message in install.packages("WINS"):
“installation of package ‘copula’ had non-zero exit status”
Warning message in install.packages("WINS"):
“installation of package ‘lme4’ had non-zero exit status”
Warning message in install.packages("WINS"):
“installation of package ‘pbkrtest’ had non-zero exit status”
Warning message in install.packages("WINS"):
“installation of package ‘car’ had non-zero exit status”
Warning message in install.packages("WINS"):
“installation of package ‘rstatix’ had non-zero exit status”
Warning message in install.packages("WINS"):
“installation of package ‘ggpubr’ had non-zero exit status”
Warning message in install.packages("WINS"):
“installation of package ‘WINS’ had non-zero exit status”
Updating HTML index of packages in '.Library'
Making 'packages.html' ...
done