search for: rw1011

Displaying 20 results from an estimated 22 matches for "rw1011".

2000 Dec 22
1
rw1020 Rcmd INSTALL path\ deletes rw1020\library\* (PR#789)
...he culprit. After looking at rw1020\bin\INSTALL, I noticed $pkg =~ s/\/$//; which I assume is to strip the trailing slash from a package name before obtaining the package name and cleaning out its directory I added $pkg =~ s/\\$//; immediately after this line. Rerunning Rcmd INSTALL C:\rw1011\src\library\bqtl\ with that change seemed to work OK The session follows further below. ---------------------------------------- More details: Using cmdproxy.exe under emacs shell-mode under Win98, It seems that the problem arose when I used Rcmd INSTALL C:\rw1011\src\library\bqtl\ A subs...
2000 Oct 22
1
How to build the RMySQL package on Windows?
Hello! I tried to build the RMySQL package by myself on an NT machine. I have a NT machine with cygwin compiler and activestate Perl installed on it. Perl details: D:\prog\rw1011\src\gnuwin32>perl -v This is perl, version 5.005_03 built for MSWin32-x86-object (with 1 registered patch, see perl -V for more detail) Copyright 1987-1999, Larry Wall Binary build 522 provided by ActiveState Tool Corp. http://www.ActiveState.com Built 09:52:28 Nov 2 1999 I followod the steps...
2000 Aug 31
0
Locales and Windows
...problem of having object names with accented chars in. This is supposed to work, but depends on the machine being set to a locale that allows accented chars, and knowing correctly which they are. Windows being what it is, this is a problem. It seems that with the standard runtime crtdll.dll that rw1011 uses, Windows 9x does not know about locales, whereas NT does but does not get the details right. It is also possible to compile R against msvcrt.dll, and we are proposing to use that from rw1020 on. That appears to use locales correctly on both Windows 98 and NT (at least on my machines). I hav...
2000 Oct 19
1
Rterm on Windows 2000 now works.
...er 2000 as documented (and I can find nothing about this in MicroSoft's Knowledge Base except that it is known to happen under a debugger). The cross-compiled pre-release at http://www.stats.ox.ac.uk/pub/bdr/RWin/Rpre now incoporates the fix, and we intend to make available a patched R.dll for rw1011 shortly. -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK...
2000 Aug 31
1
Install polynom pack
Dear R people: I am trying to download the package polynom to R version 1.0.1.1. on Windows. Here are my commands and output: > install.packages("polynom",lib="c:\rw1011\library",CRAN="http://www.r-project.org/src/contrib/") Error in start[k]:(start[k + 1] - 1) : NA/NaN argument In addition: Warning message: Download had nonzero exit status in: download.file(url = paste(contriburl, "PACKAGES", sep = "/"), > Note: I instal...
2001 Feb 08
2
dnbinom(,size<1,)=0 (PR#842)
...--- Forwarded message ---------- Date: Thu, 08 Feb 2001 17:10:23 +0000 From: Yudi Pawitan <yudi@stat.ucc.ie> To: Mark Myatt <mark@myatt.demon.co.uk> Cc: R-Help <r-help@stat.math.ethz.ch> Subject: Re: [R] Goodness of fit to Poisson / NegBinomial Sorry, Mark, the program worked for Rw1011, but this is what happened in Rw1021: > dnbinom(0:5,.9,.4) [1] 0.4383833 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 #wrong!! while, the correct result from Rw1011 is: > dnbinom(0:5,.9,.4) [1] 0.43838329 0.23672698 0.13493438 0.07826194 0.04578323 0.02692054 I have added a corre...
2000 Oct 20
1
Linux -> Win2K file transfer
Just a quick question, in case I'm doing something really boneheaded that could be easily sorted out. I'm attempting to save() datasets on Linux (R 1.1.1) and load() them on Win2K (rw1011, fetched from CRAN today). I get the "restore file corrupted" message every time. I've tried saving with ascii=TRUE and FALSE, and the ASCII versions look OK (it's my impression from reading docs that even binary format files *ought* to be readable on both platforms). I don'...
2000 Dec 11
1
Problem with DLL in Windows NT (PR#763)
...sed R for some time and loading a library worked fine. I received a new PC a few days ago and cannot remember whether I had used the program that doesn't work anymore, because library "integrate" cannot be loaded. Since I installed the latest version (1.1.1? the one copying files into rw1011) together with the replacement R.dll, the error appeared. Going back to 1.0.0 doesn't help. When I type: > require(integrate) a error message popup window appears: "Rgui.exe - Entry Point Not Found The procedure entry point REAL could not be located in the dynamic link library R.dll&...
2000 Dec 11
1
Problem with DLL in Windows NT (PR#763)
...sed R for some time and loading a library worked fine. I received a new PC a few days ago and cannot remember whether I had used the program that doesn't work anymore, because library "integrate" cannot be loaded. Since I installed the latest version (1.1.1? the one copying files into rw1011) together with the replacement R.dll, the error appeared. Going back to 1.0.0 doesn't help. When I type: > require(integrate) a error message popup window appears: "Rgui.exe - Entry Point Not Found The procedure entry point REAL could not be located in the dynamic link library R.dll&...
2000 Oct 16
2
Crash while R111 install
Hello, I try to install the R111 version for few days on my PC (on Windows NT), and every time the same problem : I start the rwin.exe application and a couple of seconds later, the install failed, and my PC is down. I must then swich it down and restart a new session. If someone has some help ... Thanks -- Isabelle Zabalza-Mezghani Tel : 01 47 52 61 99 Institut Fran?ais du P?trole
2000 Dec 18
1
Packages for R 1.2.0 for Windows
...on' function inside R.) If there is no `Built:' line or version tab, the package was compiled too long ago. Packages built with the wrong version may well refuse to load, but they might also load and crash R when in use. They might also run and give incorrect results. Packages for rw1011 and earlier are still available in CRAN/bin/windows/contrib/Old, but will not be updated (and I have taken rw1011 off my machine). -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, T...
2000 Dec 18
1
Packages for R 1.2.0 for Windows
...on' function inside R.) If there is no `Built:' line or version tab, the package was compiled too long ago. Packages built with the wrong version may well refuse to load, but they might also load and crash R when in use. They might also run and give incorrect results. Packages for rw1011 and earlier are still available in CRAN/bin/windows/contrib/Old, but will not be updated (and I have taken rw1011 off my machine). -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, T...
2000 Oct 21
1
Creating dialogs in Windows 9x
I noticed the See Also section of the help page for winDialog refers to a "package windlgs in the package source distribution..." but I can't seem to find any documentation on this. Does anyone know if it exists or where to find out more about it? Any information would be helpful, thanks. -------------------------------------------- Till E. Stoeckenius, Senior Consultant ENVIRON
2000 Dec 06
0
RODBC update
On behalf of Michael Lapsley, who is away. There is a new version of RODBC on CRAN, version 0.8-2. A version compiled for rw1011 will propagate to CRAN tonight. Main differences: - This will work with the up-coming R 1.2.0. - Nulls in databases are handled (more) correctly. The bug that has been reported with repeated entries was it transpires to do with null fields, not empty ones ("", and they can be...
2000 Dec 21
1
read.table memory requirements
...> version _ platform Windows arch x86 os Win32 system x86, Win32 status major 1 minor 1.1 year 2000 month August day 15 language R > And this is the shortcut to run R: D:\R\rw1011\bin\Rgui.exe --nsize=2800k --vsize=100M Thank you, Vadim -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "b...
2000 Aug 30
1
Bug with tick marks on x-axis.
...hange in resistance in function of the pressure would be helpful for the biologist. But it should have the x-axis (pressure) going from positive to negative pressure values to correspond to an increase in pressure (this representation is clearer to the biologists). Now under Windows 95 and 98 with rw1011, I get a problem with the tick marks of the x-axis. Here is a small example: x <- (0:-4)*10 y <- rnorm(5) plot(x,y,type="l") # ok plot(x,y,type="l",xlim=c(0,-40)) # missing all except the last tick mark (-40) I don't know if there is some way to...
2000 Dec 18
1
error when loading nlme
Dear all, I try to load the nlme library for Linear and nonlinear mixed effects models by Jose Pinheiro, Douglas Bates and Saikat DebRoy but I get the following error message: > library(nls) > library(nlme) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "C:\Program\R\rw1010/library/nlme/libs/nlme.dll": LoadLibrary failure: Det
2000 Aug 16
1
RE: R 1.1.1 for Windows (NT/9x/2000)
...rs.win in the src directory of a package will be used in > preference to a file Makevars. > > The Makefiles for packages now allow C++ code (with extension .cc or > .cpp or .C) in the src directory. > > If you use a private library and HTML help, you need to copy R.css > from rw1011\library to each private library directory. > > Function win.version() should give slightly more information (the > latest service pack number x.y) on Windows 2000. > > > > > > > > > > > > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2000 Dec 18
1
Rwinst.exe problems
I've heard from several users who report no difficulties using the Rwinst.exe installer for the released version of 1.2.0. I've blown away all traces of 1.2.0 on my system and have re-downloaded all 10 zip files and the installer on both my NT and Win2K boxes. The memory-overwrite error persists on both systems, suggesting that there is some incompatibility between the 1.2.0
2000 Sep 19
2
porting splancs library to R
I am trying to port the splancs library for S++ version 4.0 to R. I have modified the original FORTRAN to use dllwrap/dlltool (e.g. removed common blocks). I have been able to generate dll's (splancs.dll) using dllwrap/dlltool and Ming32 g77 with a -mdll switch. As of yet I have not been able to generate a dll that can be loaded by R. Does anyone out there have any suggestions. An example