similar to: Minor documentation change for assign

Displaying 20 results from an estimated 300 matches similar to: "Minor documentation change for assign"

2014 Aug 10
1
How to redefine `require' to generate a warning and delegate work to the original require?
Good afternoon, My goal is to warn the user any time that they use the `require' function. The reason is that they probably wanted to use `library' instead. There is a case where they should use the former though, so I just want to issue a warning. My approach was to: ? Re-bind `require' to `original.require' ? Re-implement `require' to ? Warn the user ? Delegate the real
2014 Aug 10
1
"Fastest" way to merge 300+ .5MB dataframes?
Good afternoon, Today I was working on a practice problem. It was simple, and perhaps even realistic. It looked like this: ? Get a list of all the data files in a directory ? Load each file into a dataframe ? Merge them into a single data frame Because all of the columns were the same, the simplest solution in my mind was to `Reduce' the vector of dataframes with a call to `merge'. That
2014 Aug 05
2
Is it a good idea or even possible to redefine attach?
Hi, Today I got curious about whether or not I /could/ remove `attach' from my system so: - Backed it up - Implemented a new one - Like this ,---- | attach.old <<- attach | attach <<- function(...) {stop("NEVER USE ATTACH")} `---- I got the error: ,---- | Error: cannot change value of locked binding for 'attach' `---- If I unlock `attach' I assume that I
2014 Jan 06
1
Dovecot LMTP does not pass envelope recipient +detail to sieve
I found this[1] thread that describes the same problem with dovecot-LDA, but the solution (add X-Original-To: header) has no effect with LMTP. My sendmail LMTP configuration: FEATURE(`local_lmtp',`[IPC]',`FILE /var/run/dovecot/lmtp') Sendmail's address test indicates that sendmail is providing user+detail to LMTP (see below). Except for this problem, dovecot, LMTP, and sieve
2015 Mar 01
0
dsync panic
As per <http://wiki2.dovecot.org/Migration/Dsync>, I'm running the following command on a local dovecot server to replicate email for a single user from a remote IMAP server: doveadm -D \ -o imapc_host=remote.imap.server \ -o imapc_user=gcr \ -o imapc_password=XXXXXXXX \ -o imapc_list_prefix=IMAP \ -o imapc_features="rfc822.size fetch-headers" \ -o
2008 Mar 20
0
[RFC/PATCH 07/15] kvm-s390: interrupt subsystem, cpu timer, waitpsw
From: Carsten Otte <cotte at de.ibm.com> This patch contains the s390 interrupt subsystem (similar to in kernel apic) including timer interrupts (similar to in-kernel-pit) and enabled wait (similar to in kernel hlt). In order to achieve that, this patch also introduces intercept handling for instruction intercepts, and it implements load control instructions. This patch introduces an
2014 Sep 18
1
help.start() web page contains a bad link
Hi, At my work, the web page opened with the R command help.start() has a link "User Manuals". Activating it gives this response: Error in vignettes[i, "PDF"] : subscript out of bounds > sessionInfo() R version 3.1.1 (2014-07-10) Platform: x86_64-unknown-linux-gnu (64-bit) locale: [1] C attached base packages: [1] stats graphics grDevices utils datasets methods
2014 Sep 30
1
R's internal tar ignores files in sub-directories
E.g. I am seeing: dir <- file.path(tempdir(), "test-tar") dir.create(dir) setwd(dir) dir.create("foo", showWarnings = FALSE) file.create("foo/bar.R") tar("test.tar", files = "foo/bar.R") dir.create("untarred") untar("test.tar", exdir = "untarred")
2008 Mar 20
1
[RFC/PATCH 05/15] kvm-s390: s390 arch backend for the kvm kernel module
From: Carsten Otte <cotte at de.ibm.com> From: Christian Borntraeger <borntraeger at de.ibm.com> From: Heiko Carstens <heiko.carstens at de.ibm.com> This patch contains the port of Qumranet's kvm kernel module to IBM zSeries (aka s390x, mainframe) architecture. It uses the mainframe's virtualization instruction SIE to run virtual machines with up to 64 virtual CPUs
2008 Mar 20
1
[RFC/PATCH 05/15] kvm-s390: s390 arch backend for the kvm kernel module
From: Carsten Otte <cotte at de.ibm.com> From: Christian Borntraeger <borntraeger at de.ibm.com> From: Heiko Carstens <heiko.carstens at de.ibm.com> This patch contains the port of Qumranet's kvm kernel module to IBM zSeries (aka s390x, mainframe) architecture. It uses the mainframe's virtualization instruction SIE to run virtual machines with up to 64 virtual CPUs
2009 Sep 30
1
xyplot key
Hi, I'm having trouble matching the symbols/color of the key to match those specifiec in the plot. Here is the code I used: xyplot(GCR+GCT ~ FRAC, data=RWF, type=c("g","p"),cex=1.2,pch=c(22,21), xlab=expression(italic("f")),ylab=expression(italic("S")), key=list(points=list(pch=c(22,21),cex=1.2), text=list(c("Targeted Deletion","Random
2016 Nov 23
3
Updated my Dovecot certificate for the first time
On Wed, 23 Nov 2016 16:04:22 -0600 (CST) Greg Rivers <gcr+dovecot at tharned.org> wrote: > On Wed, 23 Nov 2016, Steve Litt wrote: > > [snip] > > > > Alpine still gives me a bad cert warning, saying I should either > > fix it or disable checking. I haven't yet found a way to get Alpine > > to discriminate between a valid self-signed cert and a bad one.
2012 Jul 11
2
How to connect .mdb file
Hi, I'm currently having some problem connect .mdb file into R. I've installed the RODBC packages and I do the code this way: channel <- odbcConnectAccess("C:/Users/Documents/XYZ") channel and it gave me this : RODBC Connection 3 Details: case=nochange DBQ=C:\USers\JieYi\Documents\NYP\IPP\GCR Driver={Microsoft Access Driver (*.mdb)} DriverId=25 FIL=MS Access
2011 Feb 17
3
some think there are no unemployed OSS folks
On Wed, Feb 16, 2011 at 3:46 PM, John R. Dennison <jrd at gerdesas.com> wrote: > ? ? ? ?issue? ?I don't get it. ?You seem to think that money is the end > ? ? ? ?all be all for OSS. ?I would suggest that's a mindset you may > ? ? ? ?wish to change as money doesn't drive OSS. Are you saying there are no OSS folks who have lost their houses, their cars and their Internet
2011 Dec 26
4
Other ways to lm() regression? (non-loop?)
Hi, I'm quite new to R (1 month full time use so far). I have to run loop regressions VERY often in my work, so I would appreciate some new methodology that I'm not considering. #--------------------------------------------------------------------------------------------- y<-matrix(rnorm(100),ncol=10,nrow=10) x<-matrix(rnorm(50),ncol=5,nrow=10) #Suppose I want to run the
2016 Nov 24
4
Updated my Dovecot certificate for the first time
On Thu, 24 Nov 2016 07:52:51 +0100 (CET) Steffen Kaiser <skdovecot at smail.inf.fh-brs.de> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Wed, 23 Nov 2016, Steve Litt wrote: > > >On Wed, 23 Nov 2016 16:04:22 -0600 (CST) Greg Rivers > ><gcr+dovecot at tharned.org> wrote: > >> $ strings $(whence alpine) | grep '^/.*certs$'
2015 May 10
1
FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh
Greg Rivers <gcr+dovecot at tharned.org> wrote: > On Saturday, May 09, 2015 22:25:48 Michael Grimm wrote: >>> or just try if it works if you change it to /bin/sh and use whatever >>> FreeBSD has that pointing to. >> That fails because /bin/sh equals /bin/csh at FBSD. > I don't know if it fails or not, but if it does this is not the reason. > /bin/sh
2016 Nov 24
0
Updated my Dovecot certificate for the first time
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 23 Nov 2016, Steve Litt wrote: >On Wed, 23 Nov 2016 16:04:22 -0600 (CST) Greg Rivers <gcr+dovecot at tharned.org> wrote: >> $ strings $(whence alpine) | grep '^/.*certs$' >> /etc/ssl/certs > > The directory or the certs isn't the problem. Alpine sees the > self-signed cert I just made, but complains
2003 Jan 15
1
Printer not accessible! Plea
Martin, There is a great deal more that needs to be done other then the creation of a smb.conf file for setting up a PDC for any Windows workstations. Unfortunately, I only have experience with setting up a PDC for a mixed bag of Windows 9x, Windows NT 4.0 and Win2K systems. The only WinXP machine we utilize is one laptop, which is rarely ever attached to the corporate network. So,
2010 Nov 16
2
Debugging segfault in foreach
Hi, I'm using R-2.12 on a linux 64bit machine. When I run a chunk of code inside a foreach() %do% { ...} or %dopar% {...} (with doMC backend) I keep getting a segfault. Running the *same* code within lapply(something, function(x) ... ) doesn't result in any segfaults. I'll paste the output below, but I'm not sure it would be helpful. I'm more curious how to go about smoking