if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
Installing package into ‘C:/Users/ugem/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
Warning: unable to access index for repository https://cran.uib.no/src/contrib:
cannot open destfile 'C:\Users\ugem\AppData\Local\Temp\Rtmpmi2CkS\file641442e6cb5', reason 'No such file or directory'
Error in gzfile(file, mode) : cannot open the connection
In addition: Warning messages:
1: package ‘BiocManager’ is not available (for R version 3.6.1)
2: In gzfile(file, mode) :
cannot open compressed file 'C:\Users\uwemenze\AppData\Local\Temp\Rtmpmi2CkS/libloc_196_fd84b67.rds', probable reason 'No such file or directory'
ADD REPLY
• link
updated 4.5 years ago by
zx8754
12k
•
written 4.5 years ago by
UMen
▴
10
0
Entering edit mode
One thing you could try is getting used to conda. Conda lets you manage many different environments with different versions of R. Usually installing packages are as simply as conda install [package]'. When using a new package the first thing I do these days is to look and see if it is install-able with conda
Follow this:
Dear gemini,
sorry but that doesn't work for R 3.6.1
One thing you could try is getting used to conda. Conda lets you manage many different environments with different versions of R. Usually installing packages are as simply as
conda install [package]'
. When using a new package the first thing I do these days is to look and see if it is install-able with condahttps://anaconda.org/bioconda/bioconductor-snpstats