similar to: R-How to unlist data frame multiple structured list column value and new column

Displaying 15 results from an estimated 15 matches similar to: "R-How to unlist data frame multiple structured list column value and new column"

2012 Sep 29
5
[PATCH] xen/console: introduce a 'w' debug-key that dumps the console ring
This patch adds a new ''w'' debug-key, chosen from the limited remaining keys only due to its proximity to ''q'', that dumps the console ring to configured console devices. It''s useful to for tracking down how an unresponsive system got into a broken state via serial console. Signed-off-by: Matt Wilson <msw@amazon.com> diff -r bd953fda6106 -r
2007 Jan 30
4
Domain logons and client IP broadcasts
Ok, I'm stumped. Last week domain logons worked. Now when I try to logon, I get a message, "You could not logon because the SJSA domain is not available. I've had this happen before when the trust account between the client and server was out of sync (restored a disk image that had a different trust account password) To fix this, it has been sufficient to quit the domain, reset
1997 Jul 28
0
(continued) Can I browse the network through PPP?
Hi, first of all, my apologies for the very technical and long nature of this message... I still do not give up with the problem I am having about not being able to browse the Network Neighborhood sometimes. My original post to the list was: >I am using Windows 95 dial-up networking to connect to a Samba box (the >Samba box is a PPP server). I am having problems to browse the Network
2004 Sep 15
0
No Domain Controller, Please help to interpret tcpdump
Greetings! I am still struggling with the issue that after vampiring from NT4 domain to Samba 3.0.7 with ldap backend, Windows XP cannot find the domain controller. In particular, WXP is an XP Prof which signed in AB_INITIO_DOM domain. After the migration I put the Samba Server (Priscilla) and WXP in an isolated network, and started up Priscilla as PDC for the network. But WXP
2000 Jul 07
1
Can't see my server
I'm trying to get running an ethernet with two machines: a samba server running suse linux 6.4 and a client running windows 98. I follow the steps in the DIAGNOSIS.txt file, but I get stucked when executing 'net view \\SERVER' in the client. I have laready done everything it says in that file: 1) Set a lmhost file in the client. Just with this line: 192.168.0.1 ASTERIX #Asterix is
2006 Oct 18
0
Samba BDC rejected or stuck waiting
Hello all, First, I am new to Samba so maybe I will made some mistakes in my interpretation, so be cool. since an migration from my BDC NOVA (from linux to FreeBSD, which also upgraded Samba), my BDC can't remain BDC more that a couple of days. The network it is in is a class-B heterogene network (both linux and windows). The server is alone on the network and no authentification is
2009 Mar 25
1
"xm dmesg" ring buffer size option?
I have a large system with pretty voluminous boot time messages that are exceeding the capacity of the ring buffer displayed by "xm dmesg" (i.e., the early messages are lost, and I see only the last messages). With a regular, non-Xen kernel, I use "log_buf_len=size" to enlarge the printk ring buffer size, but this boot option doesn''t seem to work for Xen. Anyone have
2003 May 07
0
smbclient on MacOS X via PPTP won't mount Win2k share
Hello! Following situation: A linux gateway with pptpd is connected via ethernet to a Win2k box. The Win2k server's netbios and DNS name is "server". Issuing a "smbclient //server/share" from the linux box works. I watched the tcpdump output carefully to see what happens. The linux box ("promogate") immediately sends this session request: 18:30:08.988555
2008 Sep 15
2
S4 coercion responsibility
Should functions or the user be responsible for coercing an S4 object argument containing the proper object (and thus should below be considered a bug in the packages or not)? The example is with RSQLite but the same thing happens with RMySQL, and other DBI packages. > library("RSQLite") Loading required package: DBI > m <- dbDriver("SQLite") > con <-
2012 Mar 16
0
[xen-unstable test] 12252: regressions - FAIL
flight 12252 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/12252/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-i386-oldkern 4 xen-build fail REGR. vs. 12249 build-i386 4 xen-build fail REGR. vs. 12249 Tests which are failing intermittently
2009 Feb 23
0
Segmentation Fault still exists
Hi All, Sorry to bother everyone again.Ofcourse Prof Ripley ,Yihui and Uwe had replied to my email.But this segmentation fault error was not solved.I agree with Prof Ripley,as he said my R and all other configurations,are very old.But what i don't understand is ,i was able to run analysis till few days before,and why suddenly this error. *The configuartions i use:---* *R-version * *>
2005 Oct 27
2
RSQLite problems
Hi, I'm experimenting with using (R)SQLite to do data management. Here are two little problems that I've encountered: 1. The presence of ',' in string values causes trouble since ',' is also the delimiter used in the SQL statement. 2. A newline '\n' line attached to the last string value of each row. Some examples: > library (RSQLite) Loading required
2009 Jun 04
2
RPostgreSQL segfault with LEFT JOIN
Hi, I recently upgraded to R 2.9.0 on linux x86. After doing so, I switched to the RPostgreSQL package for interfacing with a postgresql database. I am using postgresql 8.3.7. A query that works from the postgresql terminal is causing a segfault when executed from R. My sessionInfo, the error message, and the R code used to generate the error are listed below. I have noticed that a
2006 Apr 05
0
HTTP request
How can I send http request using rails? for example "GET URL "http://osta.lan/~~dansut/test.html HTTP/1.0" ON Conid & HEADER Sub-Head & ,WITH ("Host: osta.lan", "Referer: http://osta.lan/")" Sharon -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Jun 07
7
text-mode system and /media
I'm running a headless server, so no GUI, just ssh logins. I don't seem to have the mechanism that automounts USB drives to a subdirectory of /media, and from googling around I think that's a feature of a GUI-based system. What implements it? Right now I manually create a mountpoint in /mnt and then manually mount by label from /dev/disk/by-label after plugging the drive in. It