search for: rw1001

Displaying 10 results from an estimated 10 matches for "rw1001".

Did you mean: rw1000
2000 May 24
1
Problem w/cygwin1.1 (maybe)
I am using rw1001 on Windows 98. I have a package that involves both c and fortran code, which compiled successfully under cygnus b20.1 with Mummit Kahn''s port of gcc 2.95.2. I have upgraded to the new net release of cygwin (version 1.1, including the recent cygwin package upgrade to 1.1.1). Now when the...
2000 Jun 04
2
mle (PR#560)
Full_Name: Per Broberg Version: 1.00 OS: Windows 98 Submission from: (NULL) (62.20.231.229) I tested my installation with the following: > library(lme) Loading required package: nls Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "C:\PROGRAM\R\RW1000/library/nls/libs/nls.dll": LoadLibrary failure > data(Orthodont) > fm1
2000 May 05
3
Windows version of R-devel
...unzip5.41, not unzip5.40, and the DLL interface is incompatible. There are changes in the tools needed to build R (see the file INSTALL) and those recommended for building packages from source (see the file README.packages). New makefile target zipdata-% to zip up data directories in packages. rw1001 ====== The installer, rwinst.exe, now checks for ZIP files as well as zip files, as some browsers manage to map filenames to uppercase. There are batch files Rd2txt.bat Rdconv.bat Rdindex.bat Sd2Rd.bat which are the equivalent of the Unix `R CMD foo' utilities mentioned in `Writing R Extensi...
2000 Jun 19
1
Up-arrow on rw1010
...eported problem appears to be with (some) previous histories. If you find that neither up arrow nor ctrl-P work in the Rgui console, please delete .Rhistory and try again. We don't know the exact cause, and nothing I can think of can reproduce this. I have no problem taking histories made with rw1001 and reading them in rw1010 and vice versa. If the .Rhistory is really important, you could try reading it into an editor and adding a couple of blank lines at the end. Or you can save it under another name, display it in a pager and submits lines from there. Uwe Ligges made a very good point: p...
2000 Jun 13
1
contours/density lines in sm library
Hi, I'm using R 1001 for Windows NT and the sm library. I'm trying to create plots for my data set like Bowman and Azzalini have in Figure 1.8 (p. 9) of their book for my data (i.e. a contour plot for each group in my data set and its all plotted on 1 plot). The problem I'm having is that R is not drawing closed contour lines for each group. Sometimes it does; other times it
2000 Jun 13
0
contours/density lines in sm library-more details
...-9300. I'm printing directly from the window one gets in R by typing plot(...). Another quick note, its Japanese Windows NT. > > That example is given by sm.script(air_cont). The solid contour is not > quite closed on all platforms I tried, but the other two are. That includes > rw1001 on NT. The solid contour is also not closed on the S-PLUS original. Same for me here. I only wish mine came out that completely. > > Either you have not followed the script exactly or there is problem > specific to your graphics card / printer / .... Okay, here are my scripts/command...
2000 Sep 24
2
FW: Crosstabulation
how about this: tapply(vector,list(factor1,factor2),function)? -----Original Message----- From: owner-r-help at stat.math.ethz.ch [mailto:owner-r-help at stat.math.ethz.ch]On Behalf Of Murray Jorgensen Sent: 24. september 2000 02:46 To: R-help Subject: [R] Crosstabulation I can't seem to find a function in R similar to Splus crosstabs() for creating a multi-way table from factors and a
2000 Jun 15
2
tree error message
Dear R user, I used from the library MASS the dataset cpus and the skript plot.tree.sequence.R, which are included in the tree package: >library(MASS) > data(cpus) > cpus.ltr <- tree(log10(perf) ~ syct + mmin + mmax + cach >+ + chmin + chmax, data=cpus) At home it works but at work I get this message: >Error in .C("BDRgrow1", as.double(X),
2000 Jun 19
2
dyn.load error:
Hi, I have some S functions plus Fortran routines that I want to use in R. They work in S, but when I try to use "dyn.load" to link fortran codes in R , I get the following error. thanks, reza (I am using R-1.0.1 on windows NT, The name of fortran file (compiled Ratfor) is deldirld.o and it's in the D:\Reza\476\tv.gonsrc.R\ directory) >dyn.load("deldirld.o") Error in
2000 Apr 26
2
Cross compiling a package for Windows on Linux
I would like to compile for Windows a rather simple R package that contains some C code. It does not contain any Fortran code. I tried the cross-compilation route using the pre-built set of tools from http://www.devolution.com/~slouken/SDL/Xmingw32/, as described in $R_SRC/src/gnuwin32/INSTALL Using the sources in r-devel from the rsync site I am able to build libR.a in src/gnuwin32 but I