I have found an interesting issue. I use R Studio for most of my
development and automate many tasks to run over night. I have a https
file scrape process that runs without issue from R Studio command line.
When I try to run from the R console, I get an error from download.file
stating unsuppported url scheme. I use both windows and linux. If I
add a OS check line and execute setInternet2(T) to my script then the
process works from the R console. Did I miss an internet setting in the
installation on my windows machines setting internet2 to T?
I have a work around, but I found this interesting.
Have a great day all!
--
*Joe W. Byers*
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.