Displaying 20 results from an estimated 2000 matches similar to: "need help for eval()"
2002 Nov 26
2
clipboard with R
Hi,
how can we copy numeric and/or text data to
the clipboard ? (under windows2000)
It works fine with graphics and I need to do it with text data .
thanks,
regards
Vincent Demolombe
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2002 Sep 10
1
adding a method to a class
Hello,
I don't see how to add a method to a class.
I can add "slots" (and retreive them by : myObject at slot1)
but not methods, for example accessor for these slots
and others functions.
I've read the "methods" library documentation but I can't figure out how to
do this.
Thanks for any help/tips
Vincent
2015 Sep 07
2
Dovecot and IPA
Kanwar Ranbir Sandhu skrev den 2015-09-07 19:29:
> I tried it for shits and giggles: no change. :( I'm still seeing the
> same problem.
dovecot is buildt with security in mind...
using namebased gid or uid is not secure
it might just still works, but its not secure
2008 Jul 19
3
PolarProTrainer
Program for heartrate registration devices and training programs made by www.Polar.fi
Only to be used in Windows.
But . . .
The program delivered on the Polar product CD is outdated.
Wine 1.0 in Ubuntu8.04 is able to open it
But . . .
The buildt in updatedevice over the internet do not funksjon.
All I get is red cross over a logo appearing a short time on the bottom line.
The Wine 1.1.1 may
2013 Dec 18
1
Symlinks when building R on windows
I think this is more suited for the devel mailing list than the help one.
I'm trying to build R on windows, With Rtools installed, and configure/make
in R-3.0.2 sources folder from a cygwin console.
I am stuck at the moment, because the build process tries create symlinks,
and gcc build fails because the opened files containe the metadata of the
not working symlink, and not the linked file.
2002 Jun 27
1
winbind problem on solaris (samba head)
Hello,
I just buildt via cvs samba head. I used just the option --with-winbind (no
pam). The first problem is that sessionid.tdb is missing after the build.
I don't know how to make it make a new one (can I copy one from another
server or is there something in it that would make that a bad idea?). The
other problem is that wbinfo -t says secret is good, wbinfo -g/u return the
correct
2003 Nov 06
3
import data troubles
HI R lovers,
I have been facing a petty trouble with datas' import :
I have a plain txt file (see attached file or the copy below) that I cannot
read either with scan or read.table
> scan(file="F:/Alt/HDG/Stoliaroff/Data/test.txt")
Error in scan(file = "F:/Alt/HDG/Stoliaroff/Data/test.txt") :
"scan" expected a real, got "??6"
>
2010 Mar 26
2
memdisk and ghost floppy image
I search for long time to make works ghost floppy image "out of the box" with
syslinux without success.
The only solution i found is to modify the the file generated by ghost boot wizard.
the ghost boot wizard generate a "file.sys"
i made (with the help of irc helper) a script to modify this file :
you have to put the file.sys without extension as parameter
#!/bin/bash
2020 Feb 06
3
How the program spoolss works ?
Hello,
I test samba 4.9.5 in my debian buster . Almost everything works. My
last problem concerns the printers.
I? could need some help explaining my logs .I have this :
/usr/sbin/smbd: reloading printcap cache
/usr/sbin/smbd: reload status: ok
/usr/sbin/smbd: pid_to_procid: messaging_dgm_get_unique failed: Aucun fichier ou dossier de ce type
/usr/sbin/smbd: send_all_fn: messaging_send_buf
2002 Nov 08
1
Memory R and Windows2000
Hello,
when using: rm(list=ls(all=TRUE)) and gc() command , and looking at the
memory
used by Rgui.exe in window2000 there is no change.
this is strange .
Actually I need to be sure that memory is given back to the system
because the users of the application I wrote under R are opening and closing
big files of data;
can I rely on the gc() function under win2k?
Vincent Demolombe
2002 Nov 28
1
function writeClipboard()
Hello,
I am looking for the function writeClipboard() in order to
compile and use it but can't find it neither into R-devel directory
nor in other R directories.
Is this function present or do I search on the wrong place?
Vincent Demolombe
Inra - spo - Montpellier
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2005 Oct 20
3
problème d'import de fichier
hello!
je veux importer un fichier de donnees excel que j'ai au prealable
converti en fichier txt avec separateurs tab, fichier de la forme entree
simple (suite de colonnes contenant des variables).
Voila ma ligne de commande :
> poussins <- read.table("poussins.txt", header=T, sep="\t")
et sa reponse
Erreur dans scan(file = file, what = what, sep = sep, quote =
2003 Nov 20
2
ADSI Hold
Is there any way to program a soft key in ADSI to put a caller on hold.
Then able to retreive that caller.
Example -
Softkey Hold
Softkey Retreive Call
Softkey End Call
-gcc
2003 Jun 19
3
sciViews
Bonjour,
J'ai t?l?charg? SciViews Insider que je trouve tr?s convivial.
Par contre, je n'arrive pas ? comprendre comment enregistrer un script R en type de fichier R justement.
Mes programmes fonctionnent tr?s bien, mais SciViews me propose uniquement de les enregistrer au format txt sous un type de fichier "bloc notes".
Comment les enregistrer avec l'extension .R comme le
2009 Mar 17
2
DAHDI or Zaptel doesn't compile against 1.4.24
Hi,
We installed the latest 1.4.24 on a test machine and can't get zaptel
nor dahdi compile. It's a Linux Debian Etch. Errors we have:
keewi:/usr/src/dahdi-linux-2.1.0.4# make
make -C /lib/modules/2.6.18-custom.2/build ARCH=i386
SUBDIRS=/usr/src/dahdi-linux-2.1.0.4/drivers/dahdi
DAHDI_INCLUDE=/usr/src/dahdi-linux-2.1.0.4/include DAHDI_MODULES_EXTRA="
" HOTPLUG_FIRMWARE=yes
2019 May 13
4
debian 10: errors with my server samba-ad
Hello,
Sorry for my english and for this very long email.
I want to create samba-ad server with the package debian buster.
I have follow the url :
https://github.com/thctlo/samba4/blob/master/howtos/stretch-base-2.0-samba-minimal-ad.txt
I have generated mon samba ad with the following command :
samba-tool domain provision --use-rfc2307 --interactive
Realm [LENZSPITZE2.CALAIS.FR]:
Domain
2007 Jun 12
4
fichier wxruby2
Bonjour, je voulais savoir si il est possible d''installer les fichiers wxruby2 ailleurs que dans les dossiers habituel et sans se servir de rubygems?
car j''aimerais pouvoir les déplacés.
Merci
Sebastien
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2004 Jul 11
6
feature - VM gain adjust?
I'm toying with adding a feature request to provide some sort of
gain setting for voicemail when accessed from "certain" interfaces.
Maybe something like voicemail=6.0 (db) within a specific channel
section of zapata.conf corresponding to a pstn line.
Situation:
1. Someone calls into asterisk and leaves a voicemail. The sound
is recorded at some volume well below 0 db, and is
2007 Apr 12
9
taille de caractère
en fait je vous renvoi ce message car maintenant la taille de la police change au bout de 500 lignes environ, alors que j''avais reussi à garder la taille jusqu''à environ 5000 lignes.
Je ne comprend pas. Est-ce que c''est instable?
le bout de code que vous m''avez envoyer ne marche pas.
merci
Sebastien
_______________________________________________
wxruby-users
2009 Jul 06
2
Trouble running 'alsamixer' as normal user on headless box with minimal system
Hi,
I just transformed an old Pentium III 500 into a headless jukebox. It's
installed in the basement, near the stereo. There's only a base CentOS
system on it (GNOME unchecked, package customization checked and then
everything unchecked). From there on, I just installed the ALSA utils,
and vorbis-tools. The machine is only supposed to do one thing (and to
do it well, UNIX philosophy