search for: rw1022

Displaying 20 results from an estimated 25 matches for "rw1022".

2001 Apr 27
1
INSTALL Problems
...age (from: http://cran.r-project.org/src/contrib/PACKAGES.html#tensor ), using the comand: " shell("Rcmd INSTALL tensor") " then I got the following mensage: ---------------------------------------------------------------------------------- make: Entering directory `/d/bin/cran/rw1022/src/gnuwin32' make DLLNM= EXTRADOCS= \ -C D:/bin/cran/tucker/tensor PKG=tensor RHOME=d:/bin/cran/rw1022 RLIB=d:/bin/cran/rw1022/library \ -f d:/bin/cran/rw1022/src/gnuwin32/MakePkg make[1]: Entering directory `/d/bin/cran/tucker/tensor' ---------- Making package tensor ------------ mkd...
2001 Apr 05
1
No subject
R-helpers, Beginner in R language, I have a problem to install a package (multiv) in R for Windows 98 (R-Gui) First I have got the multiv.zip file from the CRAN precompiled contributed packages for Windows and put this file in C:/Program Files/rw1022. in R-Gui I tried to install it as following > install.packages("C:/Program Files/rw1022/multiv.zip") I received the following error message Commande ou nom de fichier incorrect Commande ou nom de fichier incorrect Error in scan(file = file, what = "", quote = ""...
2001 Apr 25
0
Rcmd INSTALL
...STALL d:/bin/cran/princurve"). ------------------------------------------------------------------------- but I got lost with the message: ------------------------------------------------------------------------------------------------------------- " make: Entering directory `/d/bin/cran/rw1022/src/gnuwin32' make DLLNM= EXTRADOCS= \ -C d:/bin/cran/princurve PKG=princurve RHOME=D:/bin/cran/rw1022 RLIB=D:/bin/cran/rw1022/library \ -f D:/bin/cran/rw1022/src/gnuwin32/MakePkg make[1]: Entering directory `/d/bin/cran/princurve' ---------- Making package princurve ------------ mkdir...
2001 Mar 09
1
bringing up R documentation for my functions
Colleagues ---------------------------------- System info: R version rw1022 on NT ESS v. 5.1.18 using emacs ver. 20.4 ---------------------------------- I want to documnet a function I've written. I used prompt(function.name) to create an ascii R documentation file. I moved the .Rd file into a subdirectory called rw1022/library/my.functions/man Now I want to load...
2001 May 22
2
MASS data sets
...retrieve the package MASS data sets: > library(MASS) > data(wtloss) Warning message: Data set `wtloss' not found in: data(wtloss) > data(abbey) Warning message: Data set `abbey' not found in: data(abbey) And yet all the .rda files for the MASS datasets are in D:\Program Files\rw1022\library\MASS\data Help, anyone? Murray Jorgensen, Department of Statistics, U of Waikato, Hamilton, NZ -----[+64-7-838-4773]---------------------------[maj at waikato.ac.nz]----- "Doubt everything or believe everything:these are two equally convenient strategies. With either we dispense w...
2001 Mar 12
4
1.2.2 under M$ windows 2000 lots of plots out of memory?
...t;,memory.size(),"\n") #readline(prompt="enter for nextplot") dev.off() } ~ the check print gets to 256MB and R fails; I think I am freeing everthing with the rm(...) and dev.off(). Am I failing to free something or force r to do garbage collection? I start r with P:\r\base\rw1022\bin\rgui.exe --vsize=300M --nsize=20000k and turn of buffered output I may have a hosed up windows 2000 installation as hibernating with R running on my acer 350 gives the blue screen of death (The only blue screen of death I've ever had on the updated 2000) thanx Rober L Sandefur Principal...
2001 May 31
1
graph/save file/jpeg/slow
Colleagues ---------------------------------- System info: R version rw1022 on NT ESS v. 5.1.18 using emacs ver. 20.4 ---------------------------------- I notice that saving a file from the menu bar in the graph window to 100% quality jpeg is very slow (more than 2 minutes). Is this something to be avoided? I know I can save the graph with postscript() in the script,...
2001 Sep 30
1
MASS data sets
All the usual MASS data sets are nicely sitting in D:\Program Files\rw1022\library\MASS\data on my laptop and yet: > library(MASS) > data(wtloss) Warning message: Data set `wtloss' not found in: data(wtloss) what could be wrong? I'm running 1.2.2 on Win98. Murray Jorgensen -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2001 Mar 07
1
Minor bug in maketitle.pl (with bug correction) (PR#864)
Full_Name: Henrik Bengtsson Version: rw1022 OS: Windows Me Submission from: (NULL) (216.175.126.55) When ${R_HOME}/share/perl/maketitle.pl tries to generate a TITLE that is longer than $lc-3 (=13) characters long, it repeats the package name on line two. Example: Now it generates an output like: com.braju.graphics com.braju.graphics...
2001 Mar 07
1
CRAN Windows links
The links to windows-9x and windows-NT on the CRAN Windows download page seem to be broken. I have the impression that the files are all in the base directory, for which the link works. Also, the ReadMe.rw1022 makes no mention of the file rw1022wh.zip. Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "...
2001 Mar 03
11
Emacs & ESS under Windows
After the discussions about appropriate editors under Windows to use with R, I have managed to install Emacs, XEmacs, and ESS under WinNT 4.0, and these work fine. It's not necessary to compile anything to use R with ESS, just to install Emacs and ESS, and do a few modifications in some files. XEmacs is also easy to install but apparently ESS cannot run with it (confirmed by a message by Tony
2001 Mar 07
1
Windows: updating to R 1.2.2
...an get the debugged version of pictex() ). Now I have downloaded the base zip files, say to Z:\Program Files and my existing installation of R 1.2.1 is sitting in Z:\Program Files\rw1021. Running rwinst.exe I need to nominate an Install directory. I can nominate a new directory Z:\Program Files\rw1022, but then I will not be able to access my packages already installed for R 1.2.1. I can nominate Z:\Program Files\rw1021 to install over the top of the old version, but I am scared that this might stuff everything up, and I will have no working version of R. I am just looking for some reassuranc...
2001 Mar 13
1
kmeans cluster stability
I'm doing kmeans partitioning on a small (n=26) dataset that has 5 variables. I noticed that if I repeatedly run the same command, the cluster centers change and the cluster membership changes. Using RW1022 under Windows NT & Windows 2000 >kmeans(pottery[,1:5], 4, 20) [...snip] $size [1] 7 3 9 7 [...snip] $size [1] 7 10 4 5 [...snip] $size [1] 6 10 5 5 yields a different answer every time a run it. Sometimes the answer is different only in the order of withinss (and the ordering of...
2001 May 06
1
legend/text in time series plot
hi, i need help on placing legend/text in a time series plot. here is what i am doing (i am using rw1022 on windoze 2000): #read data file gdpn <- scan("jngdpsa.dat", list(year=0, qtr=0, gdp=0)); gdpr <- scan("jrgdpsa.dat", list(year=0, qtr=0, gdp=0)); #convert to time series object gdpn <- ts(gdpn$gdp, frequency=4, start=c(1955,2)); gdpr <- ts(gdpr$gdp, frequency=4,...
2001 Mar 12
2
residuals from lowess fit
Colleagues ---------------------------------- System info: R version rw1022 on NT ESS v. 5.1.18 using emacs ver. 20.4 ---------------------------------- I would like to access the residuals from a lowess fit (function lowess() ) as an aid to assessing whether I am over-smoothing or under-smoothing a dataset (as in Cleveland's book "Visualizing data", secti...
2001 May 31
2
windows nt/access other directories/ attach/system
Colleagues ---------------------------------- System info: R version rw1022 on NT ESS v. 5.1.18 using emacs ver. 20.4 ---------------------------------- As recommended, I keep separate directories for projects, but also use separate sub-directories for types of data (e.g. different oceanographic instruments) within projects. My problem is that I often need to access t...
2001 Mar 12
1
Summary :Re: 1.2.2 under M$ windows 2000 lots of plots out of memory?
hi list- Under windows 2000 I was asking for more than the 256MB limit. solutions (and first suggester) were: 1) Reading the rw-FAQ and ?Memory for memory management under 1.2.x. (Prof Brian Ripley) <- this is the one I should have used 2) Run with P:\r\base\rw1022\bin\rgui.exe (Thomas Lumley) <-this is one I used 3) use gc() (Joerg Polzehl) <this is handy Thanx to the list bob -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "inf...
2001 Apr 03
0
graph from unix into word
...ticular UNIX/ microsoft divide. I did not notice degraded quality with this method. Or you can just put up with seeing only a graph frame in word (the graph will print fine on a ps printer, despite appearing as a frame on the screen). ---------------------------------- System info: R version rw1022 on NT ESS v. 5.1.18 using emacs ver. 20.4 ---------------------------------- Sam Sam McClatchie, Research scientist (fisheries acoustics)))))))))) NIWA (National Institute of Water & Atmospheric Research Ltd) PO Box 14 901, Kilbirnie, Wellington, New Zealand s.mcclatchie at niwa.cri.nz...
2001 Mar 08
0
Re: Download problems with Windows version
...2001 14:44:19 -0500, >>>>> Paul Gilbert (PG) wrote: > The links to windows-9x and windows-NT on the CRAN Windows download page > seem to be broken. I have the impression that the files are all in the > base directory, for which the link works. > Also, the ReadMe.rw1022 makes no mention of the file rw1022wh.zip. These are recursive links for backwards compatibilty, and have been in place for a couple of months now. Simply go to http://cran.r-project.org/bin/windows/base http://cran.r-project.org/bin/windows/contrib for the base sytem or contributed packages...
2001 Apr 01
1
ylab/ expression/ superscript to a bracket
Colleagues ---------------------------------- System info: R version rw1022 on NT ESS v. 5.1.18 using emacs ver. 20.4 ---------------------------------- I have some rather unusual units for acoustic volume backscattering integrated over several metres depth and 10 transmits (which happens to = 160 m along transect). I need to express these units in a graph label...