Entering edit mode
Hi I am trying to retrieve some experimental data from GEO using the R library GEOmetadb. When I try to get the database with the next code as the vignette says
library(GEOmetadb) if(!file.exists('GEOmetadb.sqlite')) getSQLiteFile()
But I get the next error:
unable to connect to 'watson.nci.nih.gov' on port 80.--2018-07-10 16:23:51-- https://dl.dropboxusercontent.com/u/51653511/GEOmetadb.sqlite.gz Resolving dl.dropboxusercontent.com (dl.dropboxusercontent.com)... 162.125.8.6, 2620:100:601b:6::a27d:806 Connecting to dl.dropboxusercontent.com (dl.dropboxusercontent.com)|162.125.8.6|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2018-07-10 16:23:52 ERROR 404: Not Found.
How can I solve it?
Thanks before hand!
Hi! that did the work!
Thanks!!!