similar to: atlas for R1.1.1 and R1.2 different?

Displaying 20 results from an estimated 110 matches similar to: "atlas for R1.1.1 and R1.2 different?"

2001 Jan 05
2
running Rcmd INSTALL, again
Ok, one last try. R1.2.0, WinNT 4.0: [R is installed in: R_HOME=D:\Programme\R\rw1020] Can anyone give a hint what the following error message (when running Rcmd INSTALL) means and what to do about it? cd D:\Programme\R\rw1020\src\library D:\Programme\R\rw1020\bin\rcmd install testfunctions make: Entering directory `/cygdrive/d/Programme/R/rw1020/src/gnuwin32' dlltool -k --as as --dllname
2000 Dec 19
1
A bug (?) in Rgui Configuration Editor (buffer lines) in R1.2.0 for Windows (Rgui.exe)
Dear R users: Today (December 18th) I downloaded R1.2.0 for Windows from ftp://ftp.stat.unipd.it/users/guido/RWin and then invoked its Rgui.exe to change its gui configuration. After I set new values in Rgui configuration Editor frame and saved the set of new parameters as a "Rconsole" file, then I re-started Rgui and R issued an error message concerning the buffer-line-value in the
2001 Jan 18
2
dotplot: character size of labels
Dear R users, using dotplot (R1.2.0, WinNT4.0), I am trying to change the character size of the labels of the points: > # example > data(VADeaths) > dotplot(VADeaths, main = "Death Rates in Virginia - 1940") > # I'd like to have smaller character size of the labels (for age and population groups) > ?dotplot > # for argument "cex", this says:
2001 Feb 26
1
"untable" function
Dear R-users! I am using R1.2.0 under Windows NT4.0, and have data of the following form: > #simple example of data structure: > x <- data.frame(group=LETTERS[1:3], class1=1:3, class2=4:6) > x group class1 class2 1 A 1 4 2 B 2 5 3 C 3 6 I would like to convert this to a data.frame y of the following form: > y group class counts 1
2001 Jan 02
1
minor problems (if problems at all): <ESC> in RGui; finding some (PR#799)
[These things don't seem to be of too great importance and may well not meet the criteria of a "bug", but, for what it's worth,I thought I'd submit them to r-bugs anyway:] This is the R version: > version _ platform i386-pc-mingw32 arch x86 os Win32 system x86, Win32 status major 1
2000 Dec 18
1
Scope change in R1.2?
I upgraded R-base 1.2.0 today, and then I intended to give a finishing touch to some R functions I should send out today. To my surprise, they failed in R 1.2 although they still worked fine in R 1.0.1 (I checked in another machine). The error message I got was like this: > optci(trar.g, water) Error in unique(c("AsIs", class(x))) : Object "x" not found The function
2000 Dec 18
3
problems with glm (PR#771)
R1.2.0 with Linux RH5.2 I do not believe that the problems below are new to 1.2 but I only cover this sort of thing once a year in my course and some of that happened to be last Friday so too late to report for 1.2. I see that one or two things that I was going to report have been corrected. I like the fact that interactions now show : instead of . Here is some output with comments inserted. R
2000 Dec 18
3
problems with glm (PR#771)
R1.2.0 with Linux RH5.2 I do not believe that the problems below are new to 1.2 but I only cover this sort of thing once a year in my course and some of that happened to be last Friday so too late to report for 1.2. I see that one or two things that I was going to report have been corrected. I like the fact that interactions now show : instead of . Here is some output with comments inserted. R
2001 Mar 12
4
1.2.2 under M$ windows 2000 lots of plots out of memory?
hi- If I source the following for(k in seq(1:20)){ x<-runif(20000,min=-500,max=2000) y<-runif(20000,min=-500,max=2500) z<-runif(20000,min=-10,max=10) cat(k,"file",memory.size()) cc<-rainbow(11) plot(x,y,asp=1i,xlim=c(-500,2000),ylim=c(-500,2500),main=k,cex=1.0) for(i in seq(-10,10,2)){ points(x[z > i],y[z > i],col=cc[(12+i)/2],cex=1.0) } rm(x,y,z)
2000 Dec 15
2
R1.2.0 (PR#766)
Here are a few comments on the new release (1.2.0), most about R CMD check. I have managed to install and check my libraries only making one change to a C function (see point 1) and one to an R function because of the way formulae now look for their data. That is the good news. Of course, more extensive checks are liable to find further problems. 1. I need to be able to define F77_SYMBOL. This
2000 Nov 21
4
Session logging in Windows98?
I'd like to log all console I/O for an entire session while maintaining normal console I/O. I'm working in Windows98, RGui, R1.1.1. The sink() function is not the answer since it diverts output from the console. In the RFAQ I see references to "...save the contents of the interaction buffer to a file..." and in the R-Help Archive "...just save the console output...". I
2000 Dec 06
0
Locfit
Dear, I am doing some statistics analysis using R software. I am currently trying to implement your library locfit. I am using Win NT and R1.1.1 version obtained on the following Webmaster : http://cm.bell-labs.com/cm/ms/departments/sia/project/locfit/index.html When trying to run it, the following message appears: ********** Error in .C("guessnv", nvm = integer(1), ncm =
2000 Nov 22
1
memory check
I'm working on R1.1.1 and was wondering if there is a way to check how much memory an object would require, a.k.a. a way to check whether the object you'd like to create is going to exceed the heap memory available? Something to the effect of: if ( memorycheck(object) > vsize ) { don't create object } else { create object } Thanks in advance for any help, Michael
2012 Nov 17
1
[HCL] Aviem Power RT 1000-3000VA supported by blazer_ser
Manufacturer: Aviem Power RT 1000-3000VA Description: Rack/Tower Intelligent Online LCD UPS. connected with serial cable. #upsc battery.voltage: 24.96 battery.voltage.low: 21.5 battery.voltage.nominal: 24.0 beeper.status: enabled device.mfr: device.model: device.type: ups driver.name: blazer_ser driver.parameter.pollinterval: 2 driver.parameter.port: /dev/ttyUSB1 driver.version: 2.6.3
2000 Nov 22
0
Fw: Session logging in Windows98?
Does anyone have a function such as tee() described below? It would be nice not to have to go to Emacs and have to deal with yet another editor. ----- Original Message ----- From: "BXC (Bendix Carstensen)" <bxc at novonordisk.com> To: <r-help at lists.r-project.org> Sent: Tuesday, November 21, 2000 10:05 PM Subject: RE: [R] Session logging in Windows98? Further to W. T.
2000 Jul 03
1
xlab not displayed when 'expression' is used
Hi all, When using the function expression to label the axis of a plot. I found that it labeled the y-axis correctly but left no label on the x-axis. The command I'm using is as follows plot(x,y,xlab=expression(v[junc]),ylab=expression(c[junc])) Any help is much appreciated Margaret Riordan -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing
2000 Nov 29
0
Re: [R] Step function (PR#753)
On Wed, 29 Nov 2000, Matt Pocernich wrote: > I am having problem using the step function for a linear regression model. I've created an initial model containing only the intercept. Then using the step function, I've selected three variables to be considered for the model. > > > > x0.lm<- lm(MEDV~1, data = x) > > > > anova(x0.lm) > Analysis of
2000 Dec 05
0
Re: [R] Step function (PR#760)
On Wed, 29 Nov 2000, Matt Pocernich wrote: > I am having problem using the step function for a linear regression model. I've created an initial model containing only the intercept. Then using the step function, I've selected three variables to be considered for the model. > > > > x0.lm<- lm(MEDV~1, data = x) > > > > anova(x0.lm) > Analysis of
2000 Oct 16
0
R 1.1.1 slow to launch
I have installed my own version of R1.1.1 under my home area.(the system version being 0.90) but I been having problems launching R especially with large .RData files. For example starting R in a directory with a 1.7M RData file puts a heavy load on the CPU and disk and after 10 minutes I kill the job with ^C a message says R : Copyright 2000, The R Development Core Team Version 1.1.1 (August
2001 Mar 01
1
maps in R for Windows
I am using R1.2.0 on Windows NT4.0 and am looking for information on drawing geographical maps. [The things I'd like to do at the moment are rather simple, just like plotting the values of some variable (e.g. a SMR) on a given map.] Searching the r-help mailing list archives, it seems this topic comes up from time to time. For example, in November 1999 Ray Brownrigg writes about an "R