similar to: How to convert list elements to data.frames or vectors?

Displaying 20 results from an estimated 2000 matches similar to: "How to convert list elements to data.frames or vectors?"

2006 Apr 09
2
using R in a java application
Dear All, I'd like to write a little application in java wich should pass some commands and data to R and displays the results (tables and charts) in a java frame. First I wanted to work with Omegahat's SJava but had lots of issues already at the installation. Then I heard some rumors that SJava generally is not a very active project and runs rather buggy (that's true?). So my
2006 Sep 25
2
Can't mix high level and low level plot functions.
Hey R-Comunity, I'd like to print out an histogram of some experimental data and add a smooth curve of a normal distribution with an ideally generated population having the same mean and standard deviation like the experimental data. The experimental data is set as vector x and its name is set to group.name. I paint the histogram as follows: hist(data, freq=FALSE,
2006 Apr 15
2
cannot load rJava in R
Hi all! I recently tried to install the rJava package on my notebook (Debian Etch / Kernel 2.6.15 / jdk 1.5.0-5 / R 2.2.1 / rJava ?? the repo one, have a look below). I compiled R myself with "--with-readline=no" and "--enable-R-shlib flags". Now, each time loading the library rJava I encouter the same error. I reinstalled several times (as root), always the same problem:
2006 Feb 20
4
Obtaining the ID of a newly saved model object
Hi, I''m struggling with this and I''m not sure if it is obvious or dumb (or both). I have a basic create method like so: def creatematerial @material = Material.new(params[:material]) if @material.save flash[:notice] = "Material successfully created." end Ok so far, but now I want to retrieve that object that was just saved so that it can be used in the
2006 Aug 22
3
How to interrupt running computation?
If I start a computation in R, how can I interrupt it? I' using R 2.1.0. Thanks for your help, Lothar
2019 Jul 22
2
Fwd: Character not allowed in mailbox name
Hi Arnold, thanks for your assistance. I solved the issue right now by changing prefix = Shared/%%u/ to prefix = Shared/%%n/ This omits the @mydomain.de part which holds the dot causing the trouble. Why this became a problem due to the update I wouldn't know. Regards Lothar Am 22.07.2019 um 10:49 schrieb Arnold Opio Oree: > Hi Lothar, > > I haven't yet had the opportunity to
2020 Aug 11
2
Switching roles between 2 DCs
Yep, that did it, thanks a lot, "-k yes" wasn't good enough. There now was another error, though: ERROR(<type 'exceptions.AttributeError'>): uncaught exception - 'module' object has no attribute 'drs_utils' The solution offered and working is inserting ? import samba ? import samba.getopt as options ? import ldb +import samba.drs_utils ? from ldb
2019 Jul 22
1
Character not allowed in mailbox name
Hi everybody, after an update this morning to dovecot 2.3.7 we cannot connect to our shared mailboxes anymore. The error message as issued in Thunderbird: "Character not allowed in mailbox name '.'" I didn't change anything about the configuration. Output of dovecot -n: [...] namespace { ? list = children ? location = maildir:%%h:INDEX=%h/shared/%%u ? prefix = Shared/%%u/
2020 Aug 11
2
Switching roles between 2 DCs
Being a newbie to Samba 4 and OpenLDAP I am setting up a DC going exactly by the rules, testing and taking my time. I got to the point where I would switch, just testing, roles from DC1 to DC2 and vice versa. Switching all roles from DC1 to DC2 was a piece of cake, reswitching "domaindns" and "forestdns" to DC1 wasn't, though: samba-tool fsmo transfer --role=domaindns -k
2019 May 02
2
libvirtd not starting
Hi everybody, I've set up an new CentOS 7.6.1810 server. Then, via yum I installed qemu-kvm libvirt libvirt-python libguestfs-tools virt-install. There were no problems. But when I try to systemctl start libvirtd I get the following message: "libvirtd: process 472: arguments to dbus_message_iter_append_basic() were incorrect, assertion "_dbus_check_is_valid_utf8 (*string_p)"
2020 Aug 11
2
Switching roles between 2 DCs
Am 11.08.2020 um 16:02 schrieb Rowland penny via samba: > On 11/08/2020 14:54, Lothar Schilling via samba wrote: >> Yep, that did it, thanks a lot, "-k yes" wasn't good enough. There now >> was another error, though: >> >> ERROR(<type 'exceptions.AttributeError'>): uncaught exception - 'module' >> object has no attribute
2020 Aug 25
2
SMB1 disabled - no workgroup available
Hi everybody, having set up Samba 4.12.6 as DC on Debian 10.5 "smbclient -L dc" give me this: Enter PA\root's password: Anonymous login successful ??????? Sharename?????? Type????? Comment ??????? ---------?????? ----????? ------- ??????? sysvol????????? Disk ??????? netlogon??????? Disk ??????? IPC$??????????? IPC?????? IPC Service (Samba 4.12.6-Debian) SMB1 disabled -- no
2006 Oct 05
2
Writing Text into Plots
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I have a simple question on the text() method in plots, e.g.: text(3,4,adj=1,cex=1.0, expression(alpha == beta)) I know there exists a lot more like frac(), etc which could be used for expression. But a help(frac) doesn't return any results - where do I have to look for a documentation of possible text commands? More in detail I'm
2019 May 22
1
Re: libvirtd not starting
Am 03.05.2019 um 16:43 schrieb Martin Kletzander: > On Thu, May 02, 2019 at 02:25:28PM +0200, Martin Kletzander wrote: >> On Thu, May 02, 2019 at 01:07:32PM +0200, Michal Privoznik wrote: >>> On 5/2/19 12:08 PM, Lothar Schilling wrote: >>> >>>> I turned logging up to maximum. That's all I get: >>>> >>>> May  2 11:02:06 hl308-3
2018 Mar 25
2
Slow imap connection to local dovecot server
Hi, this is my setup: OpenSuse tumbleweed dovecot 2.3.0.1 (ffd8a29) thunderbird 52.6.0 I'm running a local dovecot server on my private network to be able to access my saved mails from several computers on the network. The network is behind a firewall, therefore I'm only using plain imap on port 143 with plain text password authentification. But very often the login from thunderbird
2019 May 02
3
Re: libvirtd not starting
On Thu, May 02, 2019 at 01:07:32PM +0200, Michal Privoznik wrote: >On 5/2/19 12:08 PM, Lothar Schilling wrote: > >> I turned logging up to maximum. That's all I get: >> >> May  2 11:02:06 hl308-3 systemd: Starting Virtualization daemon... >> May  2 11:02:06 hl308-3 libvirtd: 472: info : libvirt version: 4.5.0, package: 10.el7_6.7 (CentOS BuildSystem
2019 May 02
2
Re: libvirtd not starting
Am 02.05.2019 um 11:43 schrieb Martin Kletzander: > On Thu, May 02, 2019 at 11:22:39AM +0200, Lothar Schilling wrote: >> Hi everybody, >> >> I've set up an new CentOS 7.6.1810 server. Then, via yum I installed >> qemu-kvm libvirt libvirt-python libguestfs-tools virt-install. There >> were no problems. But when I try to >> >> systemctl start libvirtd
2001 Apr 24
1
Help: How to run DOS program which needs ansi.sys???
Hi folks, does anybody know how to get a DOS executable to run that relies heavily on ansi.sys to simulate a text-based user interface? My wine version is "Wine release 20010305". Any help appreciated. Regards Lothar -- Lothar Birk -- Institute of Naval Architecture and Ocean Engineering E-mail L.Birk@ism.TU-Berlin.DE S-Mail TU Berlin Phone +49 (0)30 314 26010 (direct line) or
1998 Dec 08
1
WIN 98 - Plain passwd?
i'm looking for an answer to the problem WIN98/samba-connection. It shows the same failure as shown by WinNT unless the change of Registry to EnablePlainPasswd. Is there an answer where the entry "EnablePlainPasswd" should be by WIN98? Enable encryoptedPasswd in smb.conf brought no solution. Thanks an many greetings Lothar M?hlbauer Lothar.Muehlbauer@iiv.de
2004 Feb 01
3
Several logon script bat files?
I simply wonder if I can have several different logon script bat files for MS Win users that validates through my Samba PDC? Let's say that group "users" should have logon batch users.bat and the members of the group "sales" should have both users.bat and sales.bat executed at logon? Or can I in some way use ONE script with parameters that knows about what groups the user