Hi, I just went to try out some things with recount3 and found that there seems to be an issue with the default data location, resulting in the "Error: 'recount3_url' is not a valid supported URL since it's missing the URL/<organism>/homes_index text file or 'recount3_url' is not an existing directory in your file system.".
I installed the most recent version of the package, but the default URL is the same and gives the same error. I noticed in project_homes() that it can only reach that error if curl says the URL doesn't exist, and sure enough the default URL that project_homes() builds, http://duffel.rail.bio/recount3/human/homes_index is sending an HTTP 302 redirect to http://idies.jhu.edu/recount3/data/human/homes_index but RCurl::url.exists() seems to not treat a 302 as a successful response and returns FALSE. Running project_homes(organism = "human", recount3_url = "http://idies.jhu.edu/recount3/data") works fine, as does available_projects(recount3_url = "http://idies.jhu.edu/recount3/data").
Presumably this is a temporary issue with duffel.rail.bio?
Just got the same error. Right now it seems that http://idies.jhu.edu/recount3/data/human/homes_index doesn't work as well.