search for: collist

Displaying 3 results from an estimated 3 matches for "collist".

2002 Apr 18
5
Two problems
Hello! Two questions: 1: I have to import a matrix of adjacency from a file of a software that is not R (for example "bloc notes" of Windows). The problem is that the matrix is not in the explicit form as 0 1 1 1 0 0 1 0 0 but it is a scattered matrix where in each row there are two nodes that have a direct path. The matrix is a b a c b a c a For example, the first row
2009 May 09
5
Reading large files quickly
I'm finding that readLines() and read.fwf() take nearly two hours to work through a 3.5 GB file, even when reading in large (100 MB) chunks. The unix command wc by contrast processes the same file in three minutes. Is there a faster way to read files in R? Thanks!
2016 Feb 16
1
Mapping UIDs on Linux to same UID as AD-bound Mac is mapping to
> On Tue, Feb 16, 2016 at 08:32:52PM +1100, Brett Randall wrote: > > Has anyone done this? Surely it's a simple formula to generate the > > same UID on Linux, but how would one make Samba use this? I've looked > > at the idmap attributes in smb.conf(5) and can't figure out where to start. > > this would require a new idmap backend. I've looked into this