How to install DBI? I am unable to install DBI (0.2)
install.packages("DBI", repos="http://cran.r-project.org/src/contrib/Archive/DBI/DBI_0.2-0.tar.gz")It gives error:
Warning in install.packages("DBI", repos = "http://cran.r-project.org/src/contrib/Archive/DBI/DBI_0.2-0.tar.gz") : argument 'lib' is missing: using 'C:\Users\USER\Documents/R/win-library/2.7' Warning: unable to access index for repository http://cran.r-project.org/src/contrib/Archive/DBI/DBI_0.2-0.tar.gz/bin/windows/contrib/2.7
Warning message: package ‘DBI’ is not available
Is there any way to install old version of GO.db with newer version of R (version 3.3.0) ?
If possible, try to update to a more recent version of R. R 2.5.0 is almost 10 years old and 2.7.0 is over 8 years old.
Is there any way to install old version of GO.db with newer version of R (version 3.3.0) ?