On Thu, 20 Oct 2005 [EMAIL PROTECTED] wrote:
> Full_Name: Emmanuel Paradis
> Version: 2.1.1
> OS: Linux
> Submission from: (NULL) (193.49.41.105)
>
>
> read.fwf(..., header = TRUE) does not work properly since:
>
> 1/ the original header is printed on the console and not in FILE;
> 2/ the differen
Full_Name: Giovanni Bonafe'
Version: 2.2.0
OS: Linux
Submission from: (NULL) (195.62.164.225)
If the file "example.dat" is like this:
aaa bbb ccc
3.4 1.2 5.6
4.6 10 32
667 343 1.7
With the older 1.9.1, as expected:
> data<-read.fwf(file = "example.dat",widths=c(3,4,4),header=TRUE)
> data
Thanks for this.
I tried switching the file extension from txt to tab, but it seems to
still split on whitespace rather than tabs.
My goal is to create a file that is both readable by R and by a
spreadsheet program, and that may contain white spaces. If tab-delimited
separation is not currently
On Fri, 21 Oct 2005, McGehee, Robert wrote:
> Thanks for this.
>
> I tried switching the file extension from txt to tab, but it seems to
> still split on whitespace rather than tabs.
>
> My goal is to create a file that is both readable by R and by a
> spreadsheet program, and that may contain whi
This is the same as PR#8226, and is already fixed in R-patched.
Please note the searches you were asked to do before submitting a report.
On Fri, 21 Oct 2005 [EMAIL PROTECTED] wrote:
> Full_Name: Giovanni Bonafe'
> Version: 2.2.0
> OS: Linux
> Submission from: (NULL) (195.62.164.225)
>
>
> If th
Yes, but only, it seems, if you put quotes around all the fields (not
just the "A B C").
Also a note to Excel users, when adding quotes as suggested "A B C" is
saved as """A B C""" which R reads in differently than Excel.
For my purposes though, everyone who needs to edit this file can just do
s
The following:
library(grid)
grid.newpage()
example(Grid)
has the yaxis label partly cut off and the x axis label does not appear at all.
Also ?grid.multipanel in that example brings up documentation for
grid-internal but this would not seem to be internal if its part of an example.
I am using:
Full_Name: AJ Rossini
Version: 2.2.0-patched
OS: RH9
Submission from: (NULL) (160.62.4.10)
(perhaps the search mechanism of the bugtracker is broken, I can't find my old
bug report -- but it's still broken)
new.packages() is only supposed to report on packages which are not installed.
When the
Prof Brian Ripley wrote:
> On Thu, 20 Oct 2005 [EMAIL PROTECTED] wrote:
>
>> Full_Name: Emmanuel Paradis
>> Version: 2.1.1
>> OS: Linux
>> Submission from: (NULL) (193.49.41.105)
>>
>>
>> read.fwf(..., header = TRUE) does not work properly since:
>>
>> 1/ the original header is printed on the cons
James Wettenhall schreef op de 21e dag van de wijnmaand van het jaar 2005:
> We may have to agree to disagree about some things, but I hope
> this has made my point of view a little clearer.
Actually, your elaborate response makes much sense to me. I
understand now that it is not just about re
I've also noticed the behaviour of grid.rect() has changed in 2.2.0.
Before the fill defaulted to transparent, but now it defaults to
white.
Hadley
On 10/21/05, Gabor Grothendieck <[EMAIL PROTECTED]> wrote:
> The following:
>
> library(grid)
> grid.newpage()
> example(Grid)
>
> has the yaxis lab
I've posted this earlier and have not heard much so far. I'd really appreciate
any guidance on this as we are about to order new hardware.
We are buying Dell workstations with Red Hat Linux and 64-bit Xeon CPUs to run
R. We could add a second processor to each system, or buy slightly faster
sin
Dear Prof. Ripley,
Thanks for your suggestion.
Yes, R CMD INSTALL also failed and the problem was indeed in the data
directory.
There were some files (.R) in the data directory, which were creating the
error.
After removing them, R CMD check works fine.
Best,
Nitin
-Original Message
"Milton Lopez" <[EMAIL PROTECTED]> writes:
> I've posted this earlier and have not heard much so far. I'd really
> appreciate any guidance on this as we are about to order new hardware.
>
> We are buying Dell workstations with Red Hat Linux and 64-bit Xeon
> CPUs to run R. We could add a second
On Oct 21, 2005, at 8:53 AM, Peter Kleiweg wrote:
> James Wettenhall schreef op de 21e dag van de wijnmaand van het
> jaar 2005:
>
>
>> We may have to agree to disagree about some things, but I hope
>> this has made my point of view a little clearer.
>>
>
> Actually, your elaborate response mak
new.packages() misses a destdir argument as in
update.packages() and
install.packages().
Adding this new argument is very little work, so please do it!
Kjetil
--
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
16 matches
Mail list logo