search for: rwins

Displaying 20 results from an estimated 216 matches for "rwins".

Did you mean: wins
2015 Aug 25
2
Issues with libcurl + HTTP status codes (eg. 403, 404)
Hi all, The following fails for me (on OS X, although I imagine it's the same on other platforms using libcurl): options(download.file.method = "libcurl") options(repos = c(CRAN = "https://cran.rstudio.com/", CRANextra = "http://www.stats.ox.ac.uk/pub/RWin")) install.packages("lattice") ## could be any package gives me: >
2015 Aug 25
3
Issues with libcurl + HTTP status codes (eg. 403, 404)
Hi Martin, Indeed it does (and I should have confirmed myself with R-patched and R-devel before posting...) Thanks, and sorry for the noise. Kevin On Tue, Aug 25, 2015, 13:11 Martin Morgan <mtmorgan at fredhutch.org> wrote: > On 08/25/2015 12:54 PM, Kevin Ushey wrote: > > Hi all, > > > > The following fails for me (on OS X, although I imagine it's the same >
2015 Aug 25
1
Issues with libcurl + HTTP status codes (eg. 403, 404)
In fact, this does reproduce on R-devel: > options(download.file.method = "libcurl") > options(repos = c(CRAN = "https://cran.rstudio.com/", CRANextra = + "http://www.stats.ox.ac.uk/pub/RWin")) > install.packages("lattice") ## could be any package Installing package into ?/Users/kevinushey/Library/R/3.3/library? (as ?lib? is
2015 Aug 25
0
Issues with libcurl + HTTP status codes (eg. 403, 404)
On 08/25/2015 12:54 PM, Kevin Ushey wrote: > Hi all, > > The following fails for me (on OS X, although I imagine it's the same > on other platforms using libcurl): > > options(download.file.method = "libcurl") > options(repos = c(CRAN = "https://cran.rstudio.com/", CRANextra = > "http://www.stats.ox.ac.uk/pub/RWin")) >
2001 Aug 26
1
Why not available of RMySQL and RPgSQL in RWin binaries?
Hi. Currently, PotgreSQL binary for Cygwin is included in Cygwin's distribution. It is very stable working on my PC. But RMySQL and RPgSQL are not included in R contrib binaries. R's DB access will be faster by using these library than by RODBC? Please tell me whether will be available of RMySQL and RPgSQL in RWin binaries? Thanks. -------------- next part -------------- An HTML
2015 Aug 25
0
Issues with libcurl + HTTP status codes (eg. 403, 404)
On 08/25/2015 01:30 PM, Kevin Ushey wrote: > Hi Martin, > > Indeed it does (and I should have confirmed myself with R-patched and R-devel > before posting...) actually I don't know that it does -- it addresses the symptom but I think there should be an error from libcurl on the 403 / 404 rather than from read.dcf on error page... Martin > > Thanks, and sorry for the
2001 Mar 19
2
About another r-script input method for Rterm of RWin
Hello. I try to create stat sever by IIS 4.0 + ASP + VBScript with R for Win on NT Sever 4.0 SP6a. However VBScript denied redirection input of R script. Do Rwin developers have a plan to add a following function by adding an argument of command line? rterm --script 'r script path & file name' -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Apr 18
2
Keyboard problem using RWin 1.7.0
I just installed RWin 1.7.0 on an Intel box running Win2000 Pro. If I try to paste from the clipboard to the console command line, the command(s) are executed, but the console then stops responding to the keyboard. The only way I have found to continue is to use the mouse to shut down R. Typing in the console works just fine; commands are executed, command-line editing is ok, source-ing
2006 Feb 14
15
[Bug 1131] buffer_append_space: alloc not supported Error with V 4.2p1
http://bugzilla.mindrot.org/show_bug.cgi?id=1131 ------- Comment #5 from dtucker at zip.com.au 2006-02-14 22:17 ------- Also, what compiler did you use to compile OpenSSH? If you compile OpenSSH (and openssl and zlib if possible) with optimization disabled (-O0) does the error still occur? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are
2003 Apr 20
0
Re: [R] Keyboard problem using RWin 1.7.0 (PR#2798)
This is a report of a keyboard problem using RWin 1.7.0. The following is the R version and my system information. R version Precompiled binary from CRAN platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 7.0 year 2003 month 04 day 16
2005 Oct 10
2
Help page links to index.html are dead (PR#8196)
Full_Name: Kevin Wright Version: 2.2.0 OS: windows Submission from: (NULL) (66.185.0.208) On the help pages for R is a little circle with an up arrow that links to: file:///C:/R/R220/doc/html/index.htmlu This link is dead. I suspect the link should be: file:///C:/R/R220/doc/html/rwin.html P.S. It should be obvious, but just in case, I have R installed at c:/R/R220
1998 Aug 11
1
SAMBA digest 1775
When the world was young, Adam Snodgrass carved some runes like this: > Date: Mon, 10 Aug 1998 19:06:07 -0400 > Subject: Failure to execute programs from a mapped drive letter on a samba > I have a strange situation. I have a Linux machine running samba > 1.9.18p8, serving a mix of NT Workstation 4.0 and Windows 95 clients. In > general, things have worked flawlessly, with one
2001 Feb 06
0
Fwd: Re: RWin 1.2.1: Can't access sample datasets, e.g. MASS
[I had intended to CC: this to r-help when I replied to Prof. Lumley...] >Date: Mon, 05 Feb 2001 17:00:43 -0800 >To: Thomas Lumley <tlumley at u.washington.edu> >From: peter denisevich <pdenis2 at home.com> >Subject: Re: [R] RWin 1.2.1: Can't access sample datasets, e.g. MASS > >Many thanks, >I generated a correct filelist using (ugh) DOS's dir and then
2005 Apr 22
3
Error when downloading and installing ALL R packages
Hi, after updating to 2.1 (see below) I am no longer able to install all R packages as mentioned at <http://support.stat.ucla.edu/view.php?supportid=30>. After finishing the download, I received the following error: [...] trying URL 'http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.1/xgobi_1.2- 13.zip' Content type 'application/zip' length 102623 bytes opened
2005 Apr 24
0
utils::setRepositories bug when adding a local repository? (PR#7810)
Full_Name: John Gavin Version: 2.1.0 patched 18-04-05 OS: windows XP SP2 Submission from: (NULL) (139.149.1.203) Hi, I suspect that there may be a bug in utils::setRepositories(). Starting with > getOption("repos") CRAN CRANextra "@CRAN@"
2015 Aug 27
3
Issues with libcurl + HTTP status codes (eg. 403, 404)
>>>>> "DM" == Duncan Murdoch <murdoch.duncan at gmail.com> >>>>> on Wed, 26 Aug 2015 19:07:23 -0400 writes: DM> On 26/08/2015 6:04 PM, Jeroen Ooms wrote: >> On Tue, Aug 25, 2015 at 10:33 PM, Martin Morgan <mtmorgan at fredhutch.org> wrote: >>> >>> actually I don't know that it does -- it
2003 Apr 26
0
Re: [R] Keyboard problem using RWin 1.7.0 (PR#2798)
On Sun, 20 Apr 2003 00:57:18 +0200 (MET DST), DJNordlund@aol.com wrote: >Bug Description > > >At startup I get the standard information and prompt.... >If I then paste anything, even something as simple as the character "1" >(without quotes) to the command line, R stops responding to the keyboard. >The "1" is visible on the command line, but pressing
2001 Dec 27
1
Binaries of R-1.4.0 for Windows
A binary distribution of R-1.4.0 to run on Windows 95, 98, NT4.0, 2000 and XP on Intel/clone chips is available at http://sirio.stat.unipd.it/RWin It will be mirrored at a CRAN site near you in a couple of days. See http://sirio.stat.unipd.it/RWin/CHANGES for a list of Windows-specific changes. guido masarotto
2001 Dec 27
1
Binaries of R-1.4.0 for Windows
A binary distribution of R-1.4.0 to run on Windows 95, 98, NT4.0, 2000 and XP on Intel/clone chips is available at http://sirio.stat.unipd.it/RWin It will be mirrored at a CRAN site near you in a couple of days. See http://sirio.stat.unipd.it/RWin/CHANGES for a list of Windows-specific changes. guido masarotto
2011 Aug 12
1
install packages from intranet
Hi, I'm new to R. Apologies if this is a simple query, I've searched the mailing lists and docs but can't find a solution to my problem. I'm trying to make some packages available on our intranet. During development the 'intranet' is a webserver running on localhost. * When I call "install.packages" I get a mesage about not being able to access 'index