aehrenberg
aehrenberg
When I ran the code suggested by @vjcitn : ``` z2 = httr::GET("https://bioconductor.org/config.yaml") cat(rawToChar(content(z2))) ``` I got the following: ``` Error in curl::curl_fetch_memory(url, handle = handle) : schannel: failed to...
This is helpful info. I got the same result using the download.file function as before (didn't work with the regular url but did seem to work for the new url....
When I put that in, I get the following error and the tempfile path, fl, maps to a file that doesn't exist: ``` download.file("https://bioconductor.org/config.yaml", fl