Entering edit mode
amin.afzalifar
▴
10
@aminafzalifar-20983
Last seen 5.6 years ago
I used
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install()
for installing "bioconductor" but I encountered this error:
Error: invalid version specification ‘Bioconductor version cannot be validated; no internet connection?’
In addition: Warning messages:
1: In file(con, "r") : InternetOpenUrl failed: 'à¿q'
2: In file(con, "r") : InternetOpenUrl failed: 'pen the ð¥Xn'
Can anybody help me?
Likely the code is trying to execute the following line
and failing. What happens when you execute the line above? Please also provide the output of
sessionInfo()
in a new R session where the above line was attempted; here's mine: