I want to install two packages - Icens and DCchoice.
But there are error messages as follows ;
1st error message
install.packages("Icens",repos=c("@CRAN@","http://www.bioconductor.org/packages/release/bioc"),dep=TRUE)
Installing package into ‘C:/Users/pjh74/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
Secure CRAN mirrors
2nd error message
install.packages("DCchoice",repos=c("@CRAN@","https://cran.r-project.org/package=DCchoice"),dep=TRUE)
Enter an item from the menu, or 0 to exit
How can I solve these problems?