Re: [R] R-2.6.0 and RWinEdt

2007-10-08 Thread Patrick Giraudoux
Installed and tested right now. Works fine, no problem.

Thanks,

Patrick

Uwe Ligges a écrit :
>
>
> Patrick Giraudoux wrote:
>> Dear Listers,
>>
>> I have just installed R-2.6.0 and the RWinEdt package 1.7-6 under
>> Windows XP.
>
> wait for 1.7-7 which should appear on CRAN real soon now.
>
> Uwe
>
>>
>> The R-WinEdt menu well appears at launching (the command
>> library(RWinEdt) is in .Rprofile), but  WinEdt is NOT started
>> automatically (this was not the case in the earlier versions of R). When
>> WinEdt is started by hand (eg double-click on a RWinEdt alias after R
>> launching), syntax highlighting and connexion to R works well.
>>
>> Any idea about how to fix this and get WinEdt automatically started when
>> library(RWinEdt) is called?
>>
>> Patrick
>>
>>
>>
>
>
>

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] R-2.6.0 and RWinEdt

2007-10-07 Thread Uwe Ligges


Patrick Giraudoux wrote:
> Dear Listers,
> 
> I have just installed R-2.6.0 and the RWinEdt package 1.7-6 under
> Windows XP.

wait for 1.7-7 which should appear on CRAN real soon now.

Uwe

> 
> The R-WinEdt menu well appears at launching (the command
> library(RWinEdt) is in .Rprofile), but  WinEdt is NOT started
> automatically (this was not the case in the earlier versions of R). When
> WinEdt is started by hand (eg double-click on a RWinEdt alias after R
> launching), syntax highlighting and connexion to R works well.
> 
> Any idea about how to fix this and get WinEdt automatically started when
> library(RWinEdt) is called?
> 
> Patrick
> 
> 
>

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] R-2.6.0 and RWinEdt

2007-10-07 Thread Uwe Ligges
Again,

a binary includeing a bugfix for R-2.6.0 of RWinEdt is on its way to 
CRAN master.

Uwe Ligges


Jean-Louis Abitbol wrote:
> Dear Listers,
> 
> I have the same problem on vista home premium.
> 
>> library(RWinEdt)
> 
> Does not launch R-Winedt
>> startWinEdt(.gW$InstallRoot, .gW$ApplData)
> Does nor either launch
> 
>> sessionInfo()
> R version 2.6.0 Patched (2007-10-03 r43075) 
> i386-pc-mingw32 
> 
> locale:
> LC_COLLATE=French_France.1252;LC_CTYPE=French_France.1252;LC_MONETARY=French_France.1252;LC_NUMERIC=C;LC_TIME=French_France.1252
> 
> attached base packages:
> [1] stats graphics  grDevices utils datasets  methods   base 
> 
> other attached packages:
> [1] RWinEdt_1.7-6
> 
> Perhaps Patrick can et me know what he does to start manually R-WinEdt as I
> don't see where I need to double-click as mentioned in his post.
> 
> Thanks and best whishes, Jean-Louis
> 
> 
> Patrick Giraudoux wrote:
>> Dear Listers,
>>
>> I have just installed R-2.6.0 and the RWinEdt package 1.7-6 under
>> Windows XP.
>>
>> The R-WinEdt menu well appears at launching (the command
>> library(RWinEdt) is in .Rprofile), but  WinEdt is NOT started
>> automatically (this was not the case in the earlier versions of R). When
>> WinEdt is started by hand (eg double-click on a RWinEdt alias after R
>> launching), syntax highlighting and connexion to R works well.
>>
>> Any idea about how to fix this and get WinEdt automatically started when
>> library(RWinEdt) is called?
>>
>> Patrick
>>
>> __
>> R-help@r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide
>> http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>>
>>
>

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] R-2.6.0 and RWinEdt

2007-10-06 Thread Jean-Louis Abitbol

Dear Listers,

I have the same problem on vista home premium.

> library(RWinEdt)

Does not launch R-Winedt
> startWinEdt(.gW$InstallRoot, .gW$ApplData)
Does nor either launch

> sessionInfo()
R version 2.6.0 Patched (2007-10-03 r43075) 
i386-pc-mingw32 

locale:
LC_COLLATE=French_France.1252;LC_CTYPE=French_France.1252;LC_MONETARY=French_France.1252;LC_NUMERIC=C;LC_TIME=French_France.1252

attached base packages:
[1] stats graphics  grDevices utils datasets  methods   base 

other attached packages:
[1] RWinEdt_1.7-6

Perhaps Patrick can et me know what he does to start manually R-WinEdt as I
don't see where I need to double-click as mentioned in his post.

Thanks and best whishes, Jean-Louis


Patrick Giraudoux wrote:
> 
> Dear Listers,
> 
> I have just installed R-2.6.0 and the RWinEdt package 1.7-6 under
> Windows XP.
> 
> The R-WinEdt menu well appears at launching (the command
> library(RWinEdt) is in .Rprofile), but  WinEdt is NOT started
> automatically (this was not the case in the earlier versions of R). When
> WinEdt is started by hand (eg double-click on a RWinEdt alias after R
> launching), syntax highlighting and connexion to R works well.
> 
> Any idea about how to fix this and get WinEdt automatically started when
> library(RWinEdt) is called?
> 
> Patrick
> 
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/R-2.6.0-and-RWinEdt-tf4579046.html#a13080322
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.