Skip to content

Instantly share code, notes, and snippets.

@granek
granek / singularity_intro.md
Last active April 26, 2018 18:55
Getting started with Singularity
@granek
granek / gist:319eb877b427a8fb85a8db61529f7415
Last active July 6, 2017 20:31
Solution for R error: "unsupported URL scheme"
# Following produces the error
> install.packages("magrittr")
Installing package into ‘/home/josh/R/x86_64-redhat-linux-gnu-library/3.2’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
Error in download.file(url, destfile = f, quiet = TRUE) :
unsupported URL scheme
HTTPS CRAN mirror
. . .