On Fri, Aug 21, 2015 at 12:00 PM, jim holtman <jholtman at gmail.com> wrote:
With the previous versions of R (my latest is 3.2.1) I have had no
getting through the proxy for the firewall at work. I installed the
version (3.2.2) and now cannot get through the firewall. There is the
session:
R version 3.2.2 (2015-08-14) -- "Fire Safety"
Copyright (C) 2015 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
utils:::menuInstallPkgs()
type) :
no packages were specified
R version 3.2.2 (2015-08-14)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United
States.1252
[3] LC_MONETARY=English_United States.1252
LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] tools_3.2.2
I was running with "--vanilla" on the RGUI. I have seen that there were
some other people having issues with 3.2.2 and proxies. Is there a fix
there, or are there some other options I need to setup for 3.2.2 to
Try setInternet2() (or the equivalent command line flag).
Michael