Displaying 20 results from an estimated 10000 matches similar to: "Stuck with include/exclude options"
2003 Aug 03
3
Include-from ?
Hello -
I just finished doing a search of the archives and couldn't seem to get
this answered.
Example, I have a root directory containing the following directories:
/Test1
/Test2
/Test3
I want to rsync only /Test2 and all subdirs under. So my include-from
file looks like:
+ Test2/*
- /*
This doesn't work as nothing is synced, and if I do a -vv it tells me
that nothing is being
2020 Mar 10
4
R CMD INSTALL cannot recognize full path on Windows
Oops, I think both of us forget to cite the r-devel channel.
Best,
Jiefei
On Tue, Mar 10, 2020 at 5:13 AM Wang Jiefei <szwjf08 at gmail.com> wrote:
> Thanks for your quick response, Tomas.
>
> Yes, this is a path issue, I think the problem is related to R, not the
> Rtools make. I built an example package for reproducing the problem:
> https://github.com/Jiefei-Wang/example
2007 Sep 14
2
Problems with quota dict in 1.1.alpha4
Hello,
there are problems with quota dict when multiple dovecot deliver processes are
launched in parallel. It can be reproduced by sending a mail with multiple
different recipients - the mail is delivered OK to all recipients, but the
quota are not updated correctly in sql. I looked at the code and it seems
that the problem is somewhere in dict cache.
If I configure in Postfix max number of
2011 Dec 05
1
Subsetting a data frame
Hi R users,
I really need help with subsetting data frames:
I have a large database of medical records and I want to be able to match
patterns from a list of search terms .
I've used this simplified data frame in a previous example:
db <- structure(list(ind = c("ind1", "ind2", "ind3", "ind4"), test1 = c(1,
2, 1.3, 3), test2 = c(56L, 27L, 58L,
2007 May 15
2
Anova Test
Hi,
I am very new to R. I am trying to perform an Anova Test and see if it
differs or not.
Basically, i have 4 tests and 1 control.
Tester
Test1 Test2 Test3 Test4 Control
20 25 15 10 17
The inference is at alpha=0.05. they are all independent. I am trying to
find if they differ or the same.
> test1<-c(20)
> test2<-c(25)
> test3<-c(15)
>
2009 Aug 27
1
select one function from two of them in another function
Hi all, I have two functions called test1() and test2(). Now how do I
select one of them in test3()??
Say
test3<-function(func="test1"){
if (func=="test1"){
now.func<-test1()
}
else now.func<-test2()
}
I know this function I wrote does not right. Do anyone can tell me how to do
that for real?
Thanks a million
S.H.
--
2004 Aug 25
2
asterisk & chan_sccp
ive got asterisk running with chan_sccp and three cisco phones (2 7910's and 1
7960). lots of bugs. when i press the speed dial button on either 7910,
asterisk dies. also, if i dial from the 7910 to 7910, everything works fine.
i can dial from or to the 7960 once, and then one of the 10's and the 60 die
and try to reregister.
if i take the 7960 out of the mix and remove its
2014 Oct 31
3
ScalarLogical and setAttrib
Is it expected that attributes set on a LGLSXP created by
ScalarLogical will apply to all future objects created by
ScalarLogical as well? For example: the 'test1' function below returns
FALSE and 'test2' returns FALSE with an attribute:
library(inline)
test1 <- cfunction(body = 'return ScalarLogical(0);')
test2 <- cfunction(body = '
SEXP success =
2009 Jun 22
2
Dovecot v1.2rc6 deliver to shared folder fails
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
out of curiosity I tested to deliver into a shared folder of another
owner using Sieve. (Not that I intend to do so, but well ... )
Conf is attached.
== Script
require ["fileinto"];
fileinto "shared.testusr.test1.test2.test3";
==
Dovecot logs:
Jun 22 15:36:22 ux-2s11standby dovecot: deliver(user): acl vfile: file
2015 Jun 02
2
preallocation=full Vs preallocation=metadata
Hi All
I was reading through this:
http://kashyapc.com/2011/12/02/little-more-disk-io-perf-improvement-with-fallocateing-a-qcow2-disk/
I was basically searching for pointers on improving disk I/O.
I wanted to know the purpose of preallocation=full &
preallocation=metadata , What is the difference between them ? and which
one would yield a better disk I/O speed ?
Appreciate your
2020 Mar 11
1
R CMD INSTALL cannot recognize full path on Windows
Jiefei,
you did not commit all files into the example package - your example has things like RcppExports.cpp as well as additional flags which are not in your GH project. I suspect the issue is with the extra flags you're adding - those don't come from R. Please make sure you can replicate the issue with the GH package you created.
Cheers,
Simon
* installing *source* package
2012 Jun 01
2
how to add a 'label' column
Hello R users,
I'd like to ask a question about how to add a new column. So, below is my
situation.
In order to perform the repeated ANOVA, I first imported the following
table.
score=read.csv("patients_tests.csv");
subject test1 test2 test3 test4 test5 test6
test7
1 ab 0.17687 0.16715 0.17009 0.16480 0.16116 0.24502 0.17975
2 cl
2009 May 07
1
paste with apply, spaces and NA
Hello everyone,
I've come up with a problem with using paste() inside apply() that I
can't seem to solve.
Briefly, if I'm using paste to collapse the rows of a data frame, AND
the data frame
contains strings with spaces, AND there are NA values in subsequent
columns, then
paste() introduces spaces. This only happens with that particular combination of
data values and commands. I have
2009 Aug 27
1
select one function from two of them
Hi all, I have two functions called test1() and test2(). Now how do I
select one of them in test3()??
Say
test3<-function(func="test1"){
if (func=="test1"){
now.func<-test1()
}
else now.func<-test2()
}
I know this function I wrote does not right. Do anyone can tell me how to do
that for real?
Thanks a million
S.H.
--
2008 Apr 25
1
samba and openldap authentication issues!
Alight, I've been working on this for too many hours straight. Any
help would be much appreciated!
(I posted this online to linux questions, it could be easier to read
on there... http://www.linuxquestions.org/questions/linux-server-73/samba-and-openldap-authentication-issues-637647/)
The problem is users created in smbldap-useradd can not login, unless
they also are a local user. for
2006 Mar 31
4
javascript help
Hi list,
I have a list of tags. I want to be able to click on a tag and have that tag
name populate an input field. I think delicious used to allow you to click
on existing links to tag your bookmark similar to this (moving instead to
auto_complete).
My guess is the code looks something like this....
<form>
<input type="text" name="all" id="discover"
2014 Jul 25
3
Samba 4.1.9 - Security tab not showing
Hi,
Im install Samba 4.1.9 (compiled from sources) with bind_dlz on Centos 6.5.
Everything works fine.
The problem is when I try to manage samba shares from windows, I don't
see the security tab.
Samba is run as root.
To share sysvol and netlogon can enter and manage the security tab.
Everything is ok.
I've added a test test2 test3 shares
When I want to get to share test test1 test2
2014 Nov 21
2
Re: [PATCH 4/6] btrfs: add optional parameter `qgroupid' to btrfs_subvolume_create
On Friday 21 November 2014 13:17:58 Hu Tao wrote:
> Parameter `qgroupid' is for adding the created subvolume to a qgroup.
>
> Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
> ---
> daemon/btrfs.c | 10 +++++++++-
> generator/actions.ml | 15 ++++++++-------
> 2 files changed, 17 insertions(+), 8 deletions(-)
>
> diff --git a/daemon/btrfs.c
2006 Aug 07
4
ZFS/UFS/TMPFS and extended attributes inconsistent behaviour
As part of looking into a minor issue with the group listed when using
runat(1) on a UFS filesystem for Johannes (my Google Summer of Code
student work on new basic file privs), I discovered an even bigger issue
with UFS and extended attributes.
I''ve cc''d ZFS discuss because I used ZFS as the comparison and I believe
that ZFS is acting correctly but even then it might not be
2013 Jul 10
2
Have an issue with catch-all - Dovecot-lda andPostfix
Hi,
I run dovecot version 2.1.7 and postfix 2.9.6.
I'm using dovecot-lda as local delivery.
I use virtual users and need to use catch-all for some of my domains.
My problem when using catch-all is that I got a separate email for each recipient.
As an example: If I send mail to: test1 at test.org, test2, test3 at test.org, test4 at test.org and have a catch-all which will send this mail to