On 03/11/2008 4:00 AM, [EMAIL PROTECTED] wrote:
Hi
When I have a plot under Windows and want to save it as a ps or jpg
using right click, the window for choosing the directory opens. But if I
want to choose a directory R freezes. This happens on my XP notebook as
well on my P x64 machine.
I do
On Mon, 3 Nov 2008, [EMAIL PROTECTED] wrote:
Hi
When I have a plot under Windows and want to save it as a ps or jpg
using right click, the window for choosing the directory opens. But if I
want to choose a directory R freezes. This happens on my XP notebook as
well on my P x64 machine.
Works
Dear Peter,
> -Original Message-
> From: Peter Dalgaard [mailto:[EMAIL PROTECTED]
> Sent: November-03-08 4:58 PM
> To: John Fox
> Cc: r-devel@r-project.org; 'Richard M. Heiberger'; 'Erich Neuwirth'; 'Prof
> Brian Ripley'; 'Duncan Murdoch'
> Subject: Re: [Rd] possible tcltk event loop probl
John Fox wrote:
Dear list members,
Rich Heiberger reported to me last week that the Messages window in the
Rcmdr GUI was freezing -- that is, messages posted to this window didn't
appear -- under Windows and R 2.8.0. I was able to confirm this problem on
three Windows systems, one using Vista an
Dear list members,
Rich Heiberger reported to me last week that the Messages window in the
Rcmdr GUI was freezing -- that is, messages posted to this window didn't
appear -- under Windows and R 2.8.0. I was able to confirm this problem on
three Windows systems, one using Vista and the other two XP
1) 2.7.0 is rather old, and you were asked to update your R before
posting.
2) No file was attached. But how to handle encodings is in the 'R
Internals' manual. This is a tricky, advanced, topic in C-level R
programming. It is your responsibility, not ours, to get yourself up to
the level
Hi
When I have a plot under Windows and want to save it as a ps or jpg
using right click, the window for choosing the directory opens. But if I
want to choose a directory R freezes. This happens on my XP notebook as
well on my P x64 machine.
Renger
___
Renger van Nieuwkoop=2
Hi, Simon
Thanks for your elaborated instruction on mkCharCE.
Concerning the UTF-8 Encoding, mkCharCE(X, CE_UTF8) is the correct way in
parsing the Unicode string.
However, I met another question:
My program logic is intended to read the content of a text file r.tmp, which
is encoded wi
Dear Paul:
Paul Gilbert wrote:
Spencer
I do something a bit like this using make, and some "R like" directory
organization, to do "unit testing" of code for installing/checking
databases. The tests/ and an examples/ directory I added are fairly
straightforward. The fancier R things, like
Spencer
I do something a bit like this using make, and some "R like" directory
organization, to do "unit testing" of code for installing/checking
databases. The tests/ and an examples/ directory I added are fairly
straightforward. The fancier R things, like parsing examples out of Rd
files, a
Dave Roberts <[EMAIL PROTECTED]> wrote:
> I have a routine in package labdsv that calls a FORTRAN subroutine.
> Recently, I was informed that it sometimes gives different results on a
> PC and Mac, and that the PC version is clearly wrong. I tested it on
> linux (because I don't have a PC), an
sorry, for joining this thread so late. I've just upgraded to R2.8.0
and was hit with the same issue immediately in my fts package.
Has any consensus been reached about how to deal with this issue?
Do I understand correctly that the change to use:
[sort.c: 592]
PROTECT(call = lang4(install(".gt"
On Thu, 30 Oct 2008, [EMAIL PROTECTED] wrote:
> Full_Name: Bill Dunlap
> Version: R version 2.9.0 Under development (unstable) (2008-10-29 r46795)
> OS: Linux
> Submission from: (NULL) (76.28.245.14)
>
>
> When data.frame() is given a matrix with rownames, then the type of the output
> row names d
On Thu, 30 Oct 2008, [EMAIL PROTECTED] wrote:
Full_Name: Bill Dunlap
Version: R version 2.9.0 Under development (unstable) (2008-10-29 r46795)
OS: Linux
Submission from: (NULL) (76.28.245.14)
When data.frame() is given a matrix with rownames, then the type of the output
row names depends on wh
The default for na.last in sort() is NA (unlike sort.list):
sort.list(xd, na.last=NA)
[1] 4 2 3 1 5 6 7
so the answer is correct (and the same as given by 2.7.2).
On Mon, 3 Nov 2008, [EMAIL PROTECTED] wrote:
Full_Name: Bert Tijhuis
Version: 2.8.0
OS: MS-Windows
Submission from: (NULL) (217.
Full_Name: Bert Tijhuis
Version: 2.8.0
OS: MS-Windows
Submission from: (NULL) (217.140.7.52)
> xd
[1] 0.5 -1.0 0.2 NA -3.0 1.0 2.0 NA 2.0
> sort(xd, index=T)$ix
[1] 4 2 3 1 5 6 7
And in my believe it should be
5 2 3 1 6 7 8 4 9
This was function well in R 2.7.2
Good luck,
___
Full_Name: Juhani Bonsdorff
Version: 2.8.0
OS: OS X Leopard 10.5.5
Submission from: (NULL) (91.153.255.102)
Installed the latest R.app (v1.26, R version 2.8.0) binary package from CRAN.
The GUI data editor crashes when applied to an empty data frame: entering
df <- edit(data.frame())
the editor
> "DM" == Duncan Murdoch <[EMAIL PROTECTED]>
> on Sun, 02 Nov 2008 10:19:29 -0500 writes:
DM> On 02/11/2008 9:33 AM, Gabor Grothendieck wrote:
>> Currently demo calls source with a hard coded
>> max.deparse.length = 250 so you can't really see the demo
>> properly in so
18 matches
Mail list logo