Displaying 4 results from an estimated 4 matches for "nondigit".
Did you mean:
nondigits
2003 Apr 28
2
Zaptel compile problems
I'm sure this is a simple problem to fix. Does anyone know what might
cause these errors?
[eric@vulcan zaptel]$ make
gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__
-DEXPORT_SYMTAB -I/usr/src/linux/drivers/net -Wall -I.
-Wstrict-prototypes -fomit-frame-pointer
-I/usr/src/linux/drivers/net/wan -I /usr/src/linux/include
-I/usr/src/linux/include/net -DMODVERSIONS -include
2008 Apr 19
1
nondigits in R_FILEVERSION mess up Windows build
I tried for the first time to build R from source on Windows, where I
got the source code via svn. Per the Installation and Administration
manual, I altered src\gnuwin32\MkRules so it had the the locally
correct paths to HTML Help Workshop and Inno Setup 5. I also set
USE_SVNVERSION=yes, as suggested in MkRules itself. Then, while in
the directory src/gnuwin32 I ran 'make all
1999 Nov 10
1
read.table problems
...ces before the commas in your file?
> Yes, number , space, comma, new number
> 1 ,98.53 ,98.33 ,99.82
> don't tell me that the space before the comma changes the behaviour
> of read.table?
The space is not part of the separator, so the fields are "1 " etc.
which contain nondigits, and hence are character variables...
Now this is not the .csv standard (if one exists), but read.table
weren't really written for that. We do need a real .csv reader, but
for now just get rid of the spaces.
From: Guido Masarotto <guido at hal.stat.unipd.it>
On the other...
1999 Nov 10
1
read.table problems
...ces before the commas in your file?
> Yes, number , space, comma, new number
> 1 ,98.53 ,98.33 ,99.82
> don't tell me that the space before the comma changes the behaviour
> of read.table?
The space is not part of the separator, so the fields are "1 " etc.
which contain nondigits, and hence are character variables...
Now this is not the .csv standard (if one exists), but read.table
weren't really written for that. We do need a real .csv reader, but
for now just get rid of the spaces.
From: Guido Masarotto <guido at hal.stat.unipd.it>
On the other...