similar to: incomplete final line by readTableHeader?

Displaying 20 results from an estimated 1100 matches similar to: "incomplete final line by readTableHeader?"

2012 Feb 17
1
incomplete final line found by readTableHeader on 'test.csv'
Hello, I have recently had issues with read.csv where i get the following warning, and this happens on both my OSX and Linux machines. Here is the warning and an example CSV file is attached: Warning message: In read.table(file = file, header = header, sep = sep, quote = quote, : incomplete final line found by readTableHeader on 'test.csv' http://
2012 Oct 24
1
incomplete final line found by readTableHeader
Hello, I am trying to read in an Excel file that I saved as a .csv so I can analyze my assignment data! I am getting really frustrated because this is what I keep getting: Warning message: In read.table("CityData.CSV", sep = "/", header = T) : incomplete final line found by readTableHeader on 'CityData.CSV' I have open the file and make sure click return after
2010 Apr 08
1
incomplete final line found by readTableHeader
Hi I am trying this > x <- read.table("/home/kenji/1245/GDS1_2grps_.cls", header = F, skip = 2) > x <- read.table("/home/kenji/1246/MYCset.cls", header = F, skip = 2) Warning message: In read.table("/home/kenji/1246/MYCset.cls", header = F, skip = 2) : incomplete final line found by readTableHeader on '/home/kenji/1246/MYCset.cls' Here are the
2011 May 13
0
readTableHead refers to itself as readTableHeader in some messages
Dear all, is there a reason why the function readTableHead refers to itself in the error or warning messages as readTableHeader? lines 1590-1596 of scan.c : if(data.con->text && data.con->blocking) { warning(_("incomplete final line found by readTableHeader on '%s'"), data.con->description); } else error(_("incomplete final line found by
2010 Dec 09
2
Plotting 3d surfaces
Dear Subscribers, I am using R for quite a while nowadays on Ubuntu 10.04 LTS. I a using R for doing my statistics. Furthermore I am using it as a tool to generate the graphics for my publications. I am currently working on a project which involves nls-fits of three dimensional surfaces such as ellipsoids or even more complex. I have been searching R help and the manuals for a possibility to
2017 Mar 15
1
Accountsservice in CentOS 7.3
Is there any known problem with accountsservice-0.6.35-12 with NFS users? After logging in via lightdm they are not "remembered" and there is no entry created to /var/lib/AccountsService/users Downgrading to accountsservice-0.6.35-9 resolved that issue Gerhard Schneider -- Gerhard Schneider Institute of Lightweight Design and e-Mail: gs at ilsb.tuwien.ac.at Structural
2011 May 18
2
Some thoughts about EL 6
Many people seem to wait for the announcement of CentOS 6.0, so I want to share some test results I did with SL 6.0.. The actual 6.0 kernel can NOT allocate tape buffers when the server is heavily loaded at least on some LSILogic hardware. There is a big problem of slab buffer increase that can cause reboot/freeze of the server under load. Reported by many and verified by me :-( So perhaps
2008 Sep 03
3
incomplete final line
Hello, I am trying to read in an Excel file that I saved as a .csv so I can analyze my dissertation data! I am getting really frustrated because this is what I keep getting: In read.table(file = file, header = header, sep = sep, quote = quote, : incomplete final line found by readTableHeader on 'month.csv' can anyone offer some help? Thanks a lot! catherine [[alternative HTML
2011 Feb 16
1
incomplete final line
Hi, I work like this: > data<?read.table('E:/my documents/r/consumer.xls',header=TRUE) Warning message: In read.table("E:/my documents/r/consumer.xls", header = TRUE) : incomplete final line found by readTableHeader on 'E:/my documents/r/consumer.xls' could someone shoot the trouble for me ? thx sorry for trouble ,im a newbie. -- View this message in
2010 Dec 06
0
2.6.18-194.26.1.el5 NFS4 race conditions?
Are there any known race conditions with 2.6.18-194.26.1.el5 x86_64 and NFS4? Today a user managed to shut down two identical Intel servers by copying a simple text file via NFS4. Reverting back to 17.1 made the error disappear. On other non-identical hardware the error was not reproducible (so it must be a combination of hardware and this special kernel revision). Anybody interested in a
2009 Oct 31
1
Centos 5.4 kernels for NFS4
Do CentOS 5.4 users still have to use the RedHat preliminary kernels (http://people.redhat.com/jlayton/) for getting a NFSv4 safe kernel or have the patches been incorporated into CentosPlus kernels? Or is kernel-2.6.18-164.3.1.el5 somewhere in the queue? Thanks in advance! GS -- Gerhard Schneider Institute of Lightweight Design and e-Mail: gs at ilsb.tuwien.ac.at Structural
2010 Sep 18
2
Ac1dB1tch3z Vs Linux Kernel x86_64 0day
Are there any 64bit CentOS5 kernels available that are immune against the exploit mentioned in the subject? Turning off 32bit support is no option to me.. Gerhard Schneider P.S.: Source code can be found at http://seclists.org/fulldisclosure/2010/Sep/268 and is working "well" on 2.6.18-194.11.3.el5.centos.plus -- Gerhard Schneider Institute of Lightweight Design and e-Mail: gs
2011 Feb 03
1
No kernel-debuginfo for actual kernel?
After a crash I tried wget http://debuginfo.centos.org/5/x86_64/kernel-debuginfo-2.6.18-194.32.1.el5.x86_64.rpm as usual. But for 32.1 there is no kernel-debuginfo. Is there any reason for that? Thank you in advance! Gerhard Schneider -- Gerhard Schneider e-Mail:gs at ilsb.tuwien.ac.at Institute of Lightweight Design and Tel.: +43 664 60 588 3171
2011 Feb 12
0
CentOS Digest, Vol 73, Issue 12
On 02/12/2011 09:00 AM, Gerhard Schneider wrote: > > Sorry, I don't use CentOS 6 now so I cannot check, but: > > Could it be that RHEL6 changed the default superblock mdadm is creating? > CentOS 5 is creating a 0.9 superblock. Some "other OS" are creating 1.2 > per default. But you can change that on the command line. > > If that's the case it's not a
2017 Jan 04
1
7.3: Gnome workspaces mirrored
An user is using 2 displays and configured Gnome to "Static Workspaces only on primary display on" using gnome-tweak-tool Till 7.2 it was working as expected. After upgrading to 7.3 the content on the primary screen gets mirrored to all workspaces. When switching to "Static Workspaces only on primary display off" everything is working as expected on 7.3, too. Any ideas?
2017 Sep 15
0
Spurious Segmentation Fault after upgrade to 7.4
After upgrading approx. 50 machines to 7.4 we discovered a reproducible SegFault of one of our commercial programs we use. This SegFault does not occur on CentOS 7.3 and it occurs only on Xeon E3-1230 V3, Xeon E5-2690 and Xeon E5-2697 v2. It does NOT occur on Xeon E5-2697 v3 and Xeon E3-1231 v3, AMD Ryzen and older Core I7-9xx. It is not dependent of the kernel, we switched back to an CentOS
2017 Sep 24
0
vmplayer for linux 12.5.7 on CentOS 7.4
https://communities.vmware.com/message/2686431 is working for me. GS -- Gerhard Schneider Institute of Lightweight Design and e-Mail: gs at ilsb.tuwien.ac.at Structural Biomechanics (E317) Tel.: +43 1 58801 31716 TU Wien / Vienna / Austria Fax: +43 1 58801 31799 A-1060 Wien, Getreidemarkt 9/BE02 http://www.ilsb.tuwien.ac.at/~gs/
2018 Jan 12
1
Is kernel-3.10.0-693.11.6.el7 tested with old hardware?
Today we tried to update machines w/ Core2 Duo E6750 from 3.10.0-693.11.1.el7.centos.plus to 3.10.0-693.11.6.el7.centos.plus and the machines did not boot due to a kernel panic. Before we dig any further I wanted to know if the 11.6 kernel has been tested on old hardware, too, or if the problem is well known but not documented (yet). Thank you in advance! Gerhard Schneider -- Gerhard
2020 Dec 03
1
Thunderbird 78
The upstream provider decided to remove OpenGPG support in its thunderbird-78 packages, see https://bugzilla.redhat.com/show_bug.cgi?id=1886962 https://bugzilla.redhat.com/show_bug.cgi?id=1886958 https://bugzilla.redhat.com/show_bug.cgi?id=1837512 recommending to either use Mozilla binaries, use Flatpak or switch to Evolution Is there any plan to provide thunderbird-78-full packages in e.g.
2008 Apr 27
1
An ANOVA test that uses a distance matrix like hierarchical cluster analysis?
Hi All, I have a question which does not pertain directly to the use of R but comes from my use of R! I have data which can be described as 3-dimensional e.g. (x,y,z), with no negative component. The suggested way to analyze this data is via multivariate techniques or by calculating what amounts to a levene's test on the data and then an ANOVA on the three components if the first test is