Displaying 20 results from an estimated 8000 matches similar to: "Pipe /shell - R does not wait"
2010 Jan 24
3
system vs shell wait command
Dear All,
I try to invoke a second program (called "gencont") within a R script.
However this second program needs some time to finish. After finishing the
output should be read into R and used for further calculation.
Under windows, it perfectly works:
result<-shell("gencont < yn.txt",intern=TRUE,wait=TRUE)
# R waits untill the program finishes (apporx 3 min) and
2010 Mar 29
1
xyplot second y-xis and legend
Dear list,
I try to set a secondary y-axis in a lattice xyplot. This works. However, I
am unable to set a proper legend/key together with the 2nd y-axis under
general xyplot procedures. See example below.
The combination of the par.settings with simpleTheme and other settings
seems to go wrong.
I couldn't find a solution from previous topics. Any suggestions? thanks in
advance!
Robbert
2010 Oct 29
1
Underline only colnames in grid.table
Dear all,
I would like to underline only the colnames in a table as e.g.
grid.draw(tableGrob(head(iris, 10), name="test"))
I can imagine you should use grid.edit or so, bu I can't figure out how...
Does anyone have a suggestion?
Thanks Robbert
windows xp
R 2.10.1
--
View this message in context:
2009 Apr 28
2
Change font type PNG device with Lattice xyplot
Dear All,
I have some problems with changing the default font (Arial) in a xyplot
which is printed using the PNG-device. Although some things have been
mentioned about this in the forum, I still couldn't figure it out. Can
someone help me out?n Thanks in advance!
I want to print the plot for pasting in Microsoft Word
OS: Windows XP
see example:
a<-data.frame(x=c(1:5),y=c(2,2,3,3,4))
2017 Jan 20
2
SSSD cache case-sensitivity
Dear all,
I'm running CentOS 7.3 with SSSD. I'm using sssd-ad to talk to an AD
backend. Group names in the AD contain capitals.
When sssd-ad is working normally, group names returned are all
lowercase. However, when the AD backend goes offline, group names
returned from the SSSD cache contain capitals.
The change in case breaks stuff (sshd's AllowGroups, for one).
Has anybody
2001 Sep 21
0
[website] nbfw homepage has changed
Hi,
on the website (download.html) there's a link to nbfw, but the location of nbfw has changed.
could you please change it, so the link points to http://nbfw.sourceforge.net.
thx in advance
Robbert Muller
PS sorry for the bad english
--
Robbert Muller | Never let a luser on your console.
mjrider@enschede dot com | Because that means they're in your room.
uin:
2017 Jan 20
2
SSSD cache case-sensitivity
Hi John,
Thanks for pointing me to case_sensitive, that indeed is the cause:
the default for "case_sensitive" is "True", but for the AD provider
"True" is invalid(??), so it defaults to "False"(???)!
Good news is that with both "case_sensitive = False" and "case_sensitive
= Preserving" the results from AD and cache are identical
2009 Jan 16
2
Predictions with GAM
Dear,
I am trying to get a prediction of my GAM on a response type. So that I
eventually get plots with the correct values on my ylab.
I have been able to get some of my GAM's working with the example shown
below:
*
model1<-gam(nsdall ~ s(jdaylitr2), data=datansd)
newd1 <- data.frame(jdaylitr2=(244:304))
pred1 <- predict.gam(model1,newd1,type="response")*
The problem I am
2016 Nov 25
2
Recent updates for CentOS7?
Hi,
I noticed there have not been any new updates for CentOS 7 for four
weeks now (at least not under
http://mirror.centos.org/centos/7/updates/x86_64/). For Centos 6 updates
have been released more recently (i.e. the Firefox-45.5.0 update).
I was not able to find any information about this "pause". Is this
planned, and when will new updates be released?
Thanks!
--
Robbert
2006 May 30
2
Bug#369603: logcheck-database: new rule for dhcpd
Package: logcheck-database
Version: 1.2.44
Severity: minor
Tags: patch
Hi,
This patch changes one rule for dhcpd. It adds support for log lines of the following format:
May 30 19:36:57 server dhcpd: DHCPACK to 10.10.10.10 (aa:bb:cc:dd:ee:ff) via eth1
Regards,
Robbert
--- /root/dhcp 2006-05-30 21:50:24.000000000 +0200
+++ dhcp 2006-05-30 23:27:06.000000000 +0200
@@ -18,7 +18,7 @@
2016 Nov 25
2
Recent updates for CentOS7?
> -----Original Message-----
> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Alice Wonder
> Sent: Friday, November 25, 2016 6:59 AM
> To: centos at centos.org
> Subject: Re: [CentOS] Recent updates for CentOS7?
>
> On 11/25/2016 03:49 AM, Robbert Eggermont wrote:
> > Hi,
> >
> > I noticed there have not been any new updates for CentOS 7 for
2010 Sep 10
11
Large directory performance
We have been struggling with our Lustre performance for some time now especially with large directories. I recently did some informal benchmarking (on a live system so I know results are not scientifically valid) and noticed a huge drop in performance of reads(stat operations) past 20k files in a single directory. I''m using bonnie++, disabling IO testing (-s 0) and just creating, reading,
2010 Oct 09
2
gluster and rocks?
Is anyone using Gluster with the Rocks cluster system? If so, do you
know if there is a Roll for Gluster? Or, do you have any advice about
things to do and things to avoid doing?
We're considering using Gluster with Infiniband on our cluster and
trying to learn whether other people have done this so we can perhaps
learn from their experience.
Thanks.
.. Lana (lana.deere at gmail.com)
1999 Oct 27
0
[R] par(uin)
Thank you Bendix,
{I hope it's okay if I CC my answer to your private mail to R-devel ..}
>>>>> On Wed, 27 Oct 1999 08:55:28 +0200, BXC@novo.dk (Bendix Carstensen) said:
>> -----Original Message-----
>> From: Martin Maechler [mailto:maechler@stat.math.ethz.ch]
>> Sent: 25. oktober 1999 14:58 To:Gregory R. Warnes
>> Cc:
2010 Oct 29
1
How to clean/reset glusterfs config?
Hello,
I'm trying to set up an experimental gluster storage cluster using virtual
machines (VMs) on Xen. I want to be able to instruct the VMs to "forget"
any previous gluster configuration (i.e. the server to forget about all
previously configured peers, the peers to forget what storage volumes they
are providing, etc). The use case is that the VMs will can be attached to
2010 Jul 19
5
par("uin") ?
I inherited a function written either for an older version of R or SPlus
to draw a brace, "{", in a graph. It uses par("uin") to determine the
scaling of the
quarter circles that make up segments of the brace, but that setting
doesn't
exist in current R.
I'm guessing that, in the function below, ux, uy can be defined from
par("usr") and
2002 Dec 22
1
LDAP, SASL, Invalid credentials???
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm sorry for this but it's driving me craaaaaaaazzyyyyyy....
My setup:
samba: 2.2.7
openldap: 2.0.25
sasl: 1.5.27
I've configured my LDAP server (for testing purposes only) with
SASL/DIGEST-MD5 auth.
In slapd.conf
rootdn uin=root@bensa.ar
sasl-realm bensa.ar
# saslpasswd -u bensa.ar -c root
(I've set 'admin' as the
1999 Oct 22
1
par(uin)
Hi,
I've been trying to use several plotting routings that make use of
S's par("uin"), the number of user units per inch. For the moment I've
substituted all of the occurences of this with
par.uin _ function()
(par("fin") / c( diff(par("xaxp")[1:2]),diff(par("yaxp")[1:2])))
This seems to work fine for my needs.
-Greg
1998 Oct 13
0
2.0.0-prealpha*: Only 8.3 filenames with NT 3.51?
Hi all,
We've been using the 2.0.0 prealpha's with some success, but
now I have run into a problem which I can't seem to solve.
The client, an NT 3.51 workstation logged in to an NT 3.51 PDC,
can't create long file names on a 2.0.0 prealpha Samba server.
For example, when renaming a file from 'readme.doc' to 'readme.pqrst',
'readme.pqr' is created. In
2017 May 05
6
tabs ignored in here document
I thought this worked. Many web pages tell you it works. But bash is
ignoring tabs in my here docs. Worst, where there are two tabs, it is
functioning as a command expand in bash, where all files in the current
directory are listed to complete the command.
The following is the here doc I am using. Most likely the tabs will be
converted to spaces in this email. But the bottom line is,