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
Hi, I have tried some times but not install this successfully yet. Can anyone help me?
first, I create a conda environment: conda create -n r
and then activate r to install R and packages: conda install -c conda-forge r-base #R4.1
finally, try to install chromVAR with this command, BiocManager::install("chromVAR")
but I got the error information as follows
1: In .inet_warning(msg) :
installation of package ‘RSQLite’ had non-zero exit status
2: In .inet_warning(msg) :
installation of package ‘AnnotationDbi’ had non-zero exit status
3: In .inet_warning(msg) :
installation of package ‘annotate’ had non-zero exit status
4: In .inet_warning(msg) :
installation of package ‘GO.db’ had non-zero exit status
5: In .inet_warning(msg) :
installation of package ‘CNEr’ had non-zero exit status
6: In .inet_warning(msg) :
installation of package ‘TFBSTools’ had non-zero exit status
7: In .inet_warning(msg) :
installation of package ‘chromVAR’ had non-zero exit status
before using R created by conda, I have tried installation chromVAR so many times by R installed by source code in my linux account, but unfortunately I also got some errors, such as fatal error: gsl/gsl_rng.h: No such file or directory, I guess may be I have lacked some shared file in my R program, so I newly create a new conda env and install R, but I still cann't install this(the error information are above)
The text was updated successfully, but these errors were encountered:
Hi,
Did you successfully install chromVAR? I got the following error message when I followed your step:
install_version("RSQLite", version = "2.2.5")
--- Please select a CRAN mirror for use in this session ---
Error in download_version_url(package, version, repos, type) :
version '2.2.5' is invalid for package 'RSQLite'
Hi, I have tried some times but not install this successfully yet. Can anyone help me?
first, I create a conda environment:
conda create -n r
and then activate r to install R and packages:
conda install -c conda-forge r-base
#R4.1finally, try to install chromVAR with this command,
BiocManager::install("chromVAR")
but I got the error information as follows
before using R created by conda, I have tried installation chromVAR so many times by R installed by source code in my linux account, but unfortunately I also got some errors, such as
fatal error: gsl/gsl_rng.h: No such file or directory
, I guess may be I have lacked some shared file in my R program, so I newly create a new conda env and install R, but I still cann't install this(the error information are above)The text was updated successfully, but these errors were encountered: