similar to: Data.frames : difference between x$a and x[, "a"] ? - How set new values on x$a with a as variable ?

Displaying 20 results from an estimated 3000 matches similar to: "Data.frames : difference between x$a and x[, "a"] ? - How set new values on x$a with a as variable ?"

2010 Oct 21
1
Different time between date() and Sys.date()
Hi, I got two different times between these functions : > date() [1] "Thu Oct 21 12:11:37 2010" > Sys.time() [1] "2010-10-21 10:11:40 GMT" > I know that its because I did Sys.setenv(TZ="GMT"). Even if my system is set by default at CEST. I think that the difference between date() and Sys.time() is equal to the difference between CEST and GMT. I would like
2010 Nov 22
1
RCurl : All connection are used ?
     Hi everybody, I got a problem with the ftpUpload function from the RCurl package. My goal is to Upload a lot of files from a local directory to a web server. 1st try : for (i in 1:length(file)){       ftpUpload(what=files[i],to=files[i]) } At i=11 I get : (my server has only 10 available open connections available) : Erreur dans curlPerform(url = to, upload = TRUE, readfunction =
2010 Sep 02
1
Using library and lib.loc
Hi, I didn't find any post on this subject so I ll ask you some advices. Let's say that I have two library trees. Number 1 is the default R library tree on path1 Number 2 is another library tree on a server with all packages on path2. When I set library(aaMI,lib.loc=paths2) it loads the package even if its not on default R library When I set library(fOptions,lib.loc=paths2) it
2013 Sep 04
1
[LLVMdev] opengl es 2
Hello, Can LLVM execute OpenGL ES 2.0 programs safely? As I tried a simple code, and I get some crashes while using lli example LLVM ERROR: Program used external function '__dso_handle' which could not be resolved! Thanks in advance Sara Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ? Je crée ma boîte mail www.laposte.net -------------- next part
2012 Apr 04
1
(no subject)
Hi Moray, ? Thanks for your answer. It could help but only partially. ? The script name logon%u.cmd was a bad example. Actually, a user can log on from WinXP , or Win 7 workstations, and I'like to run different logon scripts depending on the OS . So having logon script = logon%a.cmd in the smb.conf generally works thanks to variable substitution. ? But for user accounts that have been
2011 Jan 12
0
flexmix: predictions on new data from flexmix object
Dear R Users, R Core Team, I currently wonder how to predict the probability of an event with new data resulting from a finite mixture. I read the documentation of the flexmix package and the examples of applications provided on CRAN but I could not find how to predict (except "manually" but I am looking for a simpler solution) the final probability of the mixture (for each individual)
2013 Oct 09
0
[LLVMdev] Implementing a new feature in LVVM
Hello everyone, I'm relatively new to LLVM and I would like to implement a feature, so I want your advice on its feasibility and difficulty. I want the code generator to support such code : %1 = ; <4 x float> vector %2 = ; <4 x float> vector %3 = fcmp ogt <4 x float> %1, %2 %4 = bitcast <4 x i1> %3 to i4 %5 = zext i4 %4 to i32 and generate a movmskps instruction
2012 Aug 24
4
Network with xen 4.2
Hallo Mailinglist:), i used xen 4.1 with xend xm a while. I compiled the unstable 4.2 today and most thinks run fine :). I have only one big problem, the network for my guestsystems. It don't want to work. Hopefully somebody can help me. In Xen 4.1 i only wrote the following line in my questconfig: vif = [ "bridge=eth0,script=vif-bridge" ] And everything works fine. This does not
2010 Jul 01
0
Cholmod warning when fitting a poisson GLMM
Hi, I am getting a warning message when I am fitting a generalized mixed model (mod_2) and I don't understand why because when I add just an interaction factor the model works perfectly (mod_1). Does anyone know what it happpens ? Thanks, Aïda   > mod_1<-lmer(sur15~soeviv15_4plus+frviv15_4plus+frat_15death+dad_class_new+soeviv15_4plus:dad_class_new +frviv15_4plus:dad_class_new+
2013 Jan 26
1
[LLVMdev] lli problem with a simple OpenGL
 Hello, I wrote a very simple openGL application, as below #include #include int main(int argc, char **argv) {   glutInit(&argc, argv);   glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH);   glutCreateWindow("red 3D lighted cube");   printf("GL_VERSION = %s\n",glGetString(GL_VERSION) );   return 0; } Compiling it with Clang and adding -lglut option worked
2012 Apr 24
3
Synchronizing multiple samba servers
Hi. I have two servers located in two different time zones. I want to know if there is a way to keep the shares synchronized. Right now what i thought is to run rsync from Server A to Server B . However the issue is say Server B has a new version of the file in server A and that should not be overwritten but should be copied back to server A. How to go about this? Regards Janantha
2012 Apr 03
1
macro characters with pdbedit ?
Hi, I would like to change the Logon script name attributes of a samba user account to something like logon%u.cmd using pdbedit with the --script option. It does not work because the string logon%u.cmd is litteraly taken as the value, loosing the variable substitution at evaluation time. pdbedit -v output gives "Logon Script : logon%u.cmd" .? When creating a user account without
2011 May 16
0
winbind net join password
> Message du 16/05/11 08:19 > De : "sergio.conrad" > A : sergio.conrad at laposte.net > Copie ? : > Objet : > > Hello everybody... > > I am using winbind for joining Linux machine to Windows Active Directory (version Fedora 14) > I use authconfig for generating configuration's files > > Everything is working perfectly > > For joining
2010 Jul 07
0
ssh client and privileged ports
Hello, The ssh client checks for privileged ports when a local forward is about to be set. This is done in readconf.c's function "add_local_forward": ??? if (newfwd->listen_port < IPPORT_RESERVED && original_real_uid != 0) ??? ??? fatal("Privileged ports can only be forwarded by root."); The constant IPPORT_RESERVED is system wide and fixed at make time.
2010 Jul 20
3
Cannot browse domain user list with 3.5.4
Hi, I am using Samba as a Domain Controler without AD nor LDAP. Everything works fine for a long time with samba 3.3.2. I am trying to upgrade to the latest samba release 3.5.4 . Here is the procedure I followed : - download, configure , and make samba 3.5.4 - stop the samba daemon (3.3.2 ) - bakup the /usr/local/samba tree where samba 3.3.2 is installed - make install , (in the same location
2017 Feb 12
2
Maildirsize not updated
I am using dovecot lmtp root at messagerie[10.10.10.19] ~ # grep virtual_transport /etc/postfix/main.cf # transport_maps = hash:/var/lib/mailman/data/transport-mailman, proxy:mysql:/etc/postfix/mysql-virtual_transports.cf # virtual_transport = maildrop virtual_transport = lmtp:unix:private/dovecot-lmtp root at messagerie[10.10.10.19] ~ # On Thursday, February 9, 2017 7:54 PM, WJCarpenter
2011 Nov 10
5
Problem with kerberos method attribut
Hi; ? I would like to use a samba configuration with : ? dedicated keytab file = /etc/krb5.keytab kerberos method = system keytab security = ADS ? But when I test the configuration (testparm) I have the following error msg : ? Load smb config files from /etc/samba/smb.conf Unknown parameter encountered: "dedicated keytab file" Ignoring unknown parameter "dedicated keytab file"
2016 May 11
2
How do I share folders ?
Hello dovecot, First poster here. What I want : give a.chaouche at algerian-radio.dz list and read permissions on a.chaouche at backup.algerian-radio.dz. Let's just discuss sharing the inbox then I can do the same for subfolders, in any. a.chaouche at algerian-radio.dz and a.chaouche at backup.algerian-radio.dz are two different users. Details about the domains aren't relevant here I
2016 Jun 15
2
quota rules for mail users
Dear All, Is it possible to make quota rules under $HOME/Maildir/* mailboxes with a specific command such as 'edquota' when the first email arrives at the $HOME/Maildir/{new,cur,tmp} of a user. In the below example, the <UserB> is the one who gets an email for the first time. edquota -p <UserA> <UserB> ---man edquot--- -p, --prototype=protoname Duplicate the
2017 Feb 09
2
Maildirsize not updated
Hello dovecot Problem : maildirsize and dovecot quota get have different values dovecot version : 2.2.13 happens with : some mailboxes This issue happens only to some mailboxes and only for a specific period of time until maildirsize gets updated by something (not me). I can't reproduce this now because it happened this morning and now its 2 PM and the problem is gone