search for: lsplit

Displaying 2 results from an estimated 2 matches for "lsplit".

Did you mean: split
2006 Jul 05
1
read.table() errors with tab as separator (PR#9061)
...2 [1] 90 2 > long <- readLines(url(weblong)) > short <- readLines(url(webshort)) > length(long) [1] 1821 > length(short) [1] 90 > all(long[1561:1650]==short) # short is lines 1561:1650 of long [1] TRUE > ## Moreover strsplit() can pick up the \t's correctly > lsplit <- strsplit(long, "\t") > table(sapply(lsplit, length)) 2 1821 > # Try also table(sapply(lsplit, function(x)x[2])) --please do not edit the information below-- Version: platform = powerpc-apple-darwin8.6.0 arch = powerpc os = darwin8.6.0 system = powerpc, darwin8.6.0 sta...
2008 Mar 06
3
/usr/bin/ld: skipping incompatible
Hi Centos Users I try to compile SNMPPD (SNMP Proxy Daemon) on Centos 5.1 x86_64 with latest patches. Dependencies (like libsplit, net-snmp-libs, net-snmp-devel, net-snmp-libs) are installed, both 32 and 64 Bit. # rpmbuild -tb snmppd-0.5.2.tar.gz [...] Making all in snmppd make[2]: Entering directory `/tmp/snmppd-0.5.2/snmppd' gcc -Wall -Wno-uninitialized -Wchar-subscripts