similar to: How to set proxy settings for R

Displaying 20 results from an estimated 1000 matches similar to: "How to set proxy settings for R"

2006 Feb 17
3
Basic R Problem
> To: Anyone Who Can Help I am new to R and am trying to install a couple of packages but receive this warning/error message. Please help by providing suggestions or solutions to this problem >> chooseCRANmirror() >> utils:::menuInstallPkgs() > Warning: unable to access index for repository > http://www.ibiblio.org/pub/languages/R/CRAN/bin/windows/contrib/2.2 > Warning:
2008 Mar 10
3
internet proxy settings (win)
I cannot access internet through R. My IT-guys told me that I should set the proxy and the port and then everything will be fine. Where can I set them? I use R 2.6.2 under Windows 2000 and these settings are those of the Internet Explorer (no password). I read http://cran.at.r-project.org/bin/windows/base/rw-FAQ.html#The-Internet-download-functions-fail_002e but staring R by "C:\Program
2010 Feb 10
1
Installation require proxy settings (2)
Hi Thanks again to Greg, and Prof Ripley. Greg, I was trying to send you an email, but has been unsuccessful. Speaking to someone from our IT deparment, I am trying to follow your advice to implement the settings to my computer (using Windows), by using Control Panel. I have selected System in Control Panel and chose System, Advanced tab, Environmental Variables, and created the user variables:
2009 Feb 18
1
FW: Can't access CRAN
Dear R-Helpers: I'm running R version 2.8.1 on a 1 year old HP Pavilion with a AMD Athelon 64 Dual Core Processor 4800+ 2.50GHz chip, Vista Home Premium SP1, and 2 GB RAM. I can't add packages (even running as Administrator) because I can't connect to a CRAN mirror. > chooseCRANmirror() (After nearly a minute I see the menu, and after any selection I immediately see) Warning
2013 May 09
2
R unable to access internet to install packages
Hi, I am having some trouble trying to install a number of packages in R on my work computer. An example of the code I am using is as follows: install.packages("ggplot2",dependencies=TRUE) An example of the error messages I am getting is: Warning: unable to access index for repository http://cran.stat.auckland.ac.nz/bin/windows/contrib/2.9 Warning: unable to access index for
2010 Feb 08
1
R installation require proxy setting
Could somebody please assist with the problem I have now. At our university certain changes have been made to users regarding accessing the internet. I have re-installed the (current) version of R, using custom settings (for Windows XP), choosing amongst other things "Internet2" somewhere. Now, when I wish to install new packages, I first have to select a CRAN mirror. R gives me a list
2009 Nov 29
1
How to force regression coeffs for some values in a categorical variable
Hi, I am a new R user. I am using it develop regression models with categorical variables. Is there a way to force some regression coefficients to be zero for some of the values in a categorical variable (with 12 factor levels)? I am recoding the values to the default value (1st in the order of dummy's). But I am not sure if this is the correct approach if I want to force coefficients to be
2005 Jun 16
1
motivation for setRepositories and chooseCRANmirror
I have some questions and observations about these: Will these replace manually setting options(CRAN), which doesn't work in R-2.1.0? In R-2.1.0, setRepositories() looks to see if options("repos") contains a CRAN entry and will not override that CRAN entry even if the $R_HOME/etc/repositories file (which setRepositories reads from) contains a CRAN entry. Why is this? The user
2003 Jul 18
4
R won't connect to the internet
Hi I can't get R to connect to the internet. I am running R 1.7.1 on Windows XP and whenever I try to download packages etc from within R using the internet, it fails. OK so I am behind a firewall and use a proxy server.... SO, if I go to my MS-DOS prompt and type: RGui.exe --internet2 everything works.... BUT i can't set up a shortcut for this as Windows (I hate Windows) complains
2011 Mar 02
5
message: please select CRAN mirror
> chooseCRANmirror() Error in m[, 1L] : incorrect number of dimensions Can someone explain me why I can't choose the cran mirror, but get again and again this error message. Have searched for this on several engines but can't find explanation. Thanks a lot in advance! -- View this message in context:
2002 Sep 23
2
R crash with internet2.dll
Hi, I'm using: platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 5.1 year 2002 month 06 day 17 language R and I would like to apply: > update.packages() trying URL
2004 Jul 15
4
adding option in the Windows installer for --internet2
[Not sure if such wishlist item should go to R-help or R-devel...] It would be nice if an option can be added to the R for Windows installer that will add the --internet2 option to the command line in the shortcut that gets created. Also, is it possible to make that an option that can be set at the R prompt, or perhaps even better, as the default no matter how/where R is started? For those of
2004 Jul 15
4
adding option in the Windows installer for --internet2
[Not sure if such wishlist item should go to R-help or R-devel...] It would be nice if an option can be added to the R for Windows installer that will add the --internet2 option to the command line in the shortcut that gets created. Also, is it possible to make that an option that can be set at the R prompt, or perhaps even better, as the default no matter how/where R is started? For those of
2005 Feb 25
2
How graphical an interface should the default be?
install/update.packages will have a lot of changes in 2.1.0, and I have been adding some widgets to go along with this. - Rather than just CRAN and BIOC, you have a character vector of repositories. There is a function setRepositories() to set the appropriate option(). - There is no default CRAN, but a function chooseCRANmirror() to set a mirror, which is invoked if you try to access
2008 Nov 24
1
chooseCRANmirror
Dear List: I just successfully installed R 2.8.0 (under Windows XP SP2, 1GB RAM) and wanted to run update.packages. When I first called chooseCRANmirror I obtained the following error message: ---------------- > chooseCRANmirror() Warning message: In open.connection(con, "r") : kann nicht mit 'cran.r-project.org' auf Port 80 verbinden -------------------- What should I do?
2012 Mar 13
2
beginner's loop issue
Dear All, I hope you don't mind helping me with this small issue. I haven't been using R in years and I'm trying to fill in a matrix with the output of a function (I'm probably using the Matlab logic here and it's not working). Here is my code: for (i in 1:length(input)){ out[i,1:3] <- MyFunction(input[i,1],input[i,2], input[i,3]) out[i,4:6] <-
2006 Nov 01
1
problem with chooseCRANmirror()
I get this error when using chooseCRANmirror(). > chooseCRANmirror() Error in open.connection(file, "r") : unable to open connection In addition: Warning message: unable to connect to 'cran.r-project.org' on port 80. > The TclTk window comes up and I can scroll and select a mirror, but it doesn't appear that I can connect properly. I am using RedHat Enterprise. I
2008 Jul 25
2
problem in choosing cran mirror !
Dear Sir/Madam ? ? why during choosing the cran mirror of India on my?Vista PC?gives an error of like this ? > chooseCRANmirror() Warning message: ?In open.connection(con, "r") : unable to resolve 'cran.r-project.org' ? ? ? ? pls help me ? ? ? ? ? ? Thanks From Chandigarh to Chennai - find friends all over India. Go to http://in.promos.yahoo.com/groups/citygroups/
2007 Nov 28
1
Http_proxy settings with autoproxy.php
Just installed R on a new machine which is on a server. I am trying to download packages but seem to have trouble with our proxy settings. I have read the 2.19 section in R for Windows and tried what was suggested (setting http_proxy) but that did not help (still cannot connect). I think my problem is that we do not have a fixed port but use instead autoproxy. Has anyone encountered this problem
2008 Oct 01
9
time segments intersection
Hi all, Please, how could I calculate the time that two time segments has in common? Is there any function to perform this calculation? For instance, given four POSIXlt objects... endPeriod<-as.POSIXlt("2008-09-30") startPeriod<-as.POSIXlt("2007-10-01") endProject<-as.POSIXlt("2007-05-31") startProject<-as.POSIXlt("2006-12-01") that limit