[Rd] image(): wrong comment in error message (PR#9707)

2007-05-24 Thread rene . locher
Full_Name: Rene Locher
Version: R version 2.5.0 (2007-04-23)
OS: Windows XP
Submission from: (NULL) (160.85.231.54)


image(x = 1:2, y = 1:2,
  z = matrix(c(1,2,3,1,2,3), ncol=2+1),
  col = c(red,blue,green))

results in: 
Error in image.default(x = 1:2, y = 1:2, z = matrix(c(1, 2, 3, 1, 2, 3),  : 
dimensions of z are not length(x)(+1) times length(y)(+1)

instead of: 
Error in image.default(x = 1:2, y = 1:2, z = matrix(c(1, 2, 3, 1, 2, 3),  : 
dimensions of z are not length(x)(-1) times length(y)(-1)
  ^   ^

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


[Rd] Problems with R 2.5.0 (PR#9708)

2007-05-24 Thread fjcaba
Full_Name: FJ Caballero-Granado
Version: 2.5.0
OS: Windows
Submission from: (NULL) (84.125.163.119)


Hi,
I usually used R version 2.0.0 and ScViews. I have recently installed version
2.5.0, and I updated ScViews. But the latter does not works well. This is the
screen:


R version 2.5.0 Patched (2007-05-21 r41659)
Copyright (C) 2007 The R Foundation for Statistical Computing
ISBN 3-900051-07-0

R es un software libre y viene sin GARANTIA ALGUNA.
Usted puede redistribuirlo bajo ciertas circunstancias.
Escriba 'license()' o 'licence()' para detalles de distribucion.

R es un proyecto colaborativo con muchos contribuyentes.
Escriba 'contributors()' para obtener más información y
'citation()' para saber cómo citar R o paquetes de R en publicaciones.

Escriba 'demo()' para demostraciones, 'help()' para el sistema on-line de
ayuda,
o 'help.start()' para abrir el sistema de ayuda HTML con su navegador.
Escriba 'q()' para salir de R.

[Previously saved workspace restored]

Loading required package: datasets
Loading required package: utils
Loading required package: grDevices
Loading required package: graphics
Loading required package: stats
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Loading required package: R2HTML
Loading required package: svMisc
Loading required package: svIO
Loading required package: svViews
Durante la inicialización - Warning message:
'Sys.putenv' is deprecated.
Use 'Sys.setenv' instead.
See help(Deprecated) 

And when trying to use R Commander Menu:

Error in file.info(fn - c(...)) : argumento del nombre de archivo inválido

What is the problem?

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] Problems with R 2.5.0 (PR#9708)

2007-05-24 Thread John Fox
Dear FJ Caballero-Granado,

I don't believe that the current version of SciViews works with the current
version of the Rcmdr, but you could check with Philippe Grosjean
([EMAIL PROTECTED]) or Eric Lecoutre ([EMAIL PROTECTED]), the
SciViews developers, for definitive word on that.

This isn't a bug in R and so really shouldn't have been filed as a bug
report.

Regards,
 John


John Fox, Professor
Department of Sociology
McMaster University
Hamilton, Ontario
Canada L8S 4M4
905-525-9140x23604
http://socserv.mcmaster.ca/jfox 
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
 Sent: Thursday, May 24, 2007 1:41 PM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: [Rd] Problems with R 2.5.0 (PR#9708)
 
 Full_Name: FJ Caballero-Granado
 Version: 2.5.0
 OS: Windows
 Submission from: (NULL) (84.125.163.119)
 
 
 Hi,
 I usually used R version 2.0.0 and ScViews. I have recently 
 installed version 2.5.0, and I updated ScViews. But the 
 latter does not works well. This is the
 screen:
 
 
 R version 2.5.0 Patched (2007-05-21 r41659) Copyright (C) 
 2007 The R Foundation for Statistical Computing ISBN 3-900051-07-0
 
 R es un software libre y viene sin GARANTIA ALGUNA.
 Usted puede redistribuirlo bajo ciertas circunstancias.
 Escriba 'license()' o 'licence()' para detalles de distribucion.
 
 R es un proyecto colaborativo con muchos contribuyentes.
 Escriba 'contributors()' para obtener más información y 
 'citation()' para saber cómo citar R o paquetes de R en publicaciones.
 
 Escriba 'demo()' para demostraciones, 'help()' para el 
 sistema on-line de ayuda, o 'help.start()' para abrir el 
 sistema de ayuda HTML con su navegador.
 Escriba 'q()' para salir de R.
 
 [Previously saved workspace restored]
 
 Loading required package: datasets
 Loading required package: utils
 Loading required package: grDevices
 Loading required package: graphics
 Loading required package: stats
 Loading required package: tcltk
 Loading Tcl/Tk interface ... done
 Loading required package: R2HTML
 Loading required package: svMisc
 Loading required package: svIO
 Loading required package: svViews
 Durante la inicialización - Warning message:
 'Sys.putenv' is deprecated.
 Use 'Sys.setenv' instead.
 See help(Deprecated) 
 
 And when trying to use R Commander Menu:
 
 Error in file.info(fn - c(...)) : argumento del nombre de 
 archivo inválido
 
 What is the problem?
 
 __
 R-devel@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-devel


__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel