[Rd] Problem with limmaGUI (PR#7877)

2005-05-17 Thread supergecko
Full_Name: Edoardo Giacopuzzi
Version: 2.0.1
OS: Windows XP Home
Submission from: (NULL) (80.181.65.157)


I have some problem with this new version of R GUI.
I've used limmaGUI package with an older version of R and it works perfectlly,
but now with the last version R 2.0.1.0 two error boxs appear every time I try
to launch this package:
1. Error in list.files(path, pattern, all.files, full.names, recursive):
regular expressione 'pattern' not valid
2. Error in try(expr, TRUE): oggetto source.files not found

The package correctly load the grapich interface anyway, but I've experimented
some problems when I try to load my .gpr files for analysis: the program often
crash!

Thanks.

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


Re: [Rd] Problem with limmaGUI (PR#7877)

2005-05-17 Thread Philippe Grosjean
Hello,
The first error message is the kind of error that appears due to some 
changes in grep() and the like in R 2.1.0 and when they are used to test 
some string issued from Tcl (limmaGUI uses tcltk, isn't it?) I have the 
same kind of errors with SciViews and have to adjust the code to make it 
fully compatible with R 2.1.0.

I would recommend to contact the package maintainer and ask for an 
update for version 2.1.0 of R. In the meantime, you should continue to 
use R 2.0.1 with limmaGUI, if you really need the GUI.

Best,
Philippe Grosjean
..°}))
 ) ) ) ) )
( ( ( ( (Prof. Philippe Grosjean
 ) ) ) ) )
( ( ( ( (Numerical Ecology of Aquatic Systems
 ) ) ) ) )   Mons-Hainaut University, Pentagone (3D08)
( ( ( ( (Academie Universitaire Wallonie-Bruxelles
 ) ) ) ) )   8, av du Champ de Mars, 7000 Mons, Belgium
( ( ( ( (
 ) ) ) ) )   phone: + 32.65.37.34.97, fax: + 32.65.37.30.54
( ( ( ( (email: [EMAIL PROTECTED]
 ) ) ) ) )
( ( ( ( (web:   http://www.umh.ac.be/~econum
 ) ) ) ) )  http://www.sciviews.org
( ( ( ( (
..
[EMAIL PROTECTED] wrote:
Full_Name: Edoardo Giacopuzzi
Version: 2.0.1
OS: Windows XP Home
Submission from: (NULL) (80.181.65.157)
I have some problem with this new version of R GUI.
I've used limmaGUI package with an older version of R and it works perfectlly,
but now with the last version R 2.0.1.0 two error boxs appear every time I try
to launch this package:
1. Error in list.files(path, pattern, all.files, full.names, recursive):
regular expressione 'pattern' not valid
2. Error in try(expr, TRUE): oggetto source.files not found
The package correctly load the grapich interface anyway, but I've experimented
some problems when I try to load my .gpr files for analysis: the program often
crash!
Thanks.
__
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

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


Re: [Rd] Problem with limmaGUI (PR#7877)

2005-05-17 Thread murdoch
[EMAIL PROTECTED] wrote:
 Full_Name: Edoardo Giacopuzzi
 Version: 2.0.1
 OS: Windows XP Home
 Submission from: (NULL) (80.181.65.157)
 
 
 I have some problem with this new version of R GUI.
 I've used limmaGUI package with an older version of R and it works perfectlly,
 but now with the last version R 2.0.1.0 two error boxs appear every time I try
 to launch this package:
 1. Error in list.files(path, pattern, all.files, full.names, recursive):
 regular expressione 'pattern' not valid
 2. Error in try(expr, TRUE): oggetto source.files not found
 
 The package correctly load the grapich interface anyway, but I've experimented
 some problems when I try to load my .gpr files for analysis: the program often
 crash!

You should report problems with contributed packages to the maintainer. 
  Most often they are caused by incompatibilities with something new in R.

limmaGUI isn't a package on CRAN, so that's what I'd expect in this case.

Duncan Murdoch

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