curl: (3) url malformed

334 views
Skip to first unread message

Joseph Flanagan

unread,
Oct 20, 2015, 3:05:11 PM10/20/15
to packrat-discuss
When I was packratting a project, I got an error, which I can¨t remember now. Now when I occasionally do things with packrat (say, check the status), I get a ` curl: (3) <url> malformed`. As far as I can tell, everything works, but I'm not sure why I'm getting this error. This is repeated: I did delete packrat from the project and tried to start over. Any ideas?

Kevin Ushey

unread,
Oct 20, 2015, 3:12:19 PM10/20/15
to Joseph Flanagan, packrat-discuss
What is the output of `getOption("repos")` in your project?

On Tue, Oct 20, 2015 at 12:05 PM, Joseph Flanagan <jflan...@gmail.com> wrote:
When I was packratting a project, I got an error, which I can¨t remember now. Now when I occasionally do things with packrat (say, check the status), I get a ` curl: (3) <url> malformed`. As far as I can tell, everything works, but I'm not sure why I'm getting this error. This is repeated: I did delete packrat from the project and tried to start over. Any ideas?

--
You received this message because you are subscribed to the Google Groups "packrat-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packrat-discu...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Joseph Flanagan

unread,
Oct 20, 2015, 3:22:08 PM10/20/15
to packrat-discuss, jflan...@gmail.com
CRAN 
                           "https://cran.rstudio.com/
                                              BioCsoft 
                                               BioCann 
                                               BioCexp 
                                             BioCextra 
curl: (3) <url> malformed
curl: (3) <url> malformed
curl: (3) <url> malformed
curl: (3) <url> malformed
curl: (3) <url> malformed
curl: (3) <url> malformed

Kevin Ushey

unread,
Oct 20, 2015, 3:28:39 PM10/20/15
to Joseph Flanagan, packrat-discuss
What version of packrat are you using? You might need to update to the latest development version (there was a bug in the handling of BioC repositories). Try:

    if (!require("devtools")) install.packages("devtools")
    devtools::install_github("rstudio/packrat")

If that doesn't help, try updating BiocInstaller and confirming that the URLs generated by

    contrib.url(getOption("repos"))

are valid.

Thanks,
Kevin

Reply all
Reply to author
Forward
0 new messages