Displaying 20 results from an estimated 3000 matches similar to: "how to call R from fortran?"
2004 Feb 11
7
large fonts on plots
Hi all,
I need to enlarge te fonts used oo R-plots (plots, histograms, ...) in
labels and titles etc.
I seem to be unable to figure out how to do it. The problem is that the
titles of the plots are simply unreadable when I insert them into my LaTeX
text, since they are relatively small compared to the entire plot.
I am sure it is pretty simple, can anybody give me a hint ?
Please reply
2002 Oct 29
1
samba compiling error
Hello,
I have error on compiling time
I tried on HP-UX 11.00 system with gcc version 3.1 to compile samba source
Samba latest version source was dowloaded from www.us1.samba.org/samba/ftp
I attached log file with this error
thank you.
begin 600 samba_make.log.doc
M(R!M86ME#0HO=7-R+VQO8V%L+W-A;6)A+V)I;B(@+410241$25(](B]U<W(O
M;&]C86PO<V%M8F$O=F%R+VQO8VMS(B
2008 Jun 16
1
left-aligned title?
Hi,
I am trying to insert a letter in a plot corner outside the plotting
area. Thus, "legend" and "text" don't seem to work. "title" does the
trick, but I cannot find a way of moving it from the center to the
left corner... I already tried with a few parameters from par, but
title does not take them.
Would anyone have an idea on how to pull this one off?
2010 Apr 12
2
Prevent smbpasswd lan manager field change
Dear all,
We recently upgraded an old samba 3.0.10 to 3.4.6 due to broken quota when
moving from Veritas to NFS mounts from a Cellera EMC.
Anyway,
Our samba passwd backend is a smbpasswd file.
This file is generated from a database.
Recently we see that some PC clients manage to change the LANMAN field in
the smbpasswd file.
e.g.
2004 Jul 18
2
a problem: factors, names, tables ..
Hi all,
I am *completely* lost in trying to solve a relatively simple task.
I want to compute the relative number of occurences of an event, the data
of which sits in a large table (read from file).
I have the occurences of the events in a table 'tt'
0 2 10 11 13 14 15
15 6 1 3 8 15 10
.. meaning that event of type '0' occurs 15 times, type '2' occurs 6 times
2009 Aug 07
1
mounting volumes : pammount vs gvfs
Hi list.
First sorry for my poor english, so not easy for me to explain exactly
my problem.
My problem is that files/ directories created in my mounted volumes
don't have the rights I expect.
Here is my smb.conf :
[...]
[Docs]
comment = Docs
path = /home/Docs
browseable = yes
writeable = yes
force group = docs
create mask = 0770
directory mask = 0770
force create
2012 Jul 02
7
puppetmasterd continuously consuming high CPU, with many interrupts
So, I have a server at home that has four VMs running inside it.
All are managed via puppet. The physical host runs puppetmasterd.
I don''t recall noticing this before, but puppetmasterd has decided
to be kind of crazy. Here''s the physical host with no puppetmasterd
running:
top - 11:36:15 up 271 days, 15:16, 1 user, load average: 5.68, 5.50, 6.45
Tasks: 129 total, 1
2013 Nov 20
1
Samba 4 distro and kernel choice
Hi,
We want to setup a Samba4.
What is the best distribution to start from CentOS 6.4 or Ubuntu
12.04LTS?
I would choose CentOS because it is an enterprise OS. But the kernel of
CentOS is a version 2.x and Ubuntu server 12.04 kernel is 3.x. Are there
any down sides on the older kernel version for Samba4 / smb / nfs.
Thanks for your answer.
Kr,
Joeri
VGP wins Pro Carton/ECMA Award of the Year
2008 Jan 04
1
John Rosatti, Excavators, 3D, NASA and Why Should I care?
John Rosatti, Excavators, 3D, NASA and Why Should I care?
Well, because! There are two definitions for excavator; one is any person
engaging in excavation is called an excavator. The second definition of
excavator is, of course, the vehicles called excavators, which are sometimes
called diggers, trackhoes, fronthoes, and 360-degree excavators or just
360. This is not to be confused with
2020 Jan 09
0
mean
Jean-Luc,
Please keep the communications on the list, for the benefit of others, now and in the future, via the list archive. I am adding r-devel back here.
I can't speak to the rationale in some of these cases. As I noted, it may be (is likely) due to differing authors over time, and there may have been relevant use cases at the time that the code was written, resulting in the various
2015 Mar 24
1
Samba server with NFSV4/kerberos
Hello Luc,
thanks for your answer. If I understand you correctly than you are using
samba4 as windows domaincontroller and you do not have another Windows
DC? So after all you have exactly one Kerberos Server that is part of
the samba4 server?
Thanks
Rainer
Am 24.03.2015 um 12:41 schrieb Luc Lalonde:
> Guten tag Rainer,
>
> We use our Samba4/Win2k8 AD domain to authenticate all our
2004 Mar 11
1
tics and grids
Hi,
Whats the easiest way to set a desired interval for tics on axes in R ?
And will the 'grid' command put gridlines on all tics automatically ?
I tend to get stuck with graphs with ranges 0-1 with only 2 tics and 2
gridlines in the 0-1 range, while I would like 10 tics (or every 0.1)
tnx,
Piet
please reply to pvremortNOSPAM at vub.ac.be
2020 Jan 09
1
mean
I think median() behaves as designed: As long as the argument can be ordered, the "middle observation" makes sense, except when the middle falls between two categories, and you can't define and average of the two candidates for a median.
The "sick man" would seem to be var(). Notice that it is also inconsistent with cov():
>
1998 May 20
2
libraries; Fortran / -lf2c / Slackware woes
Jim,
you should ask questions like these on R-devel.
There are more proficient Linux gurus on there than me [that's why I CC:].
>>>>> "Jim" == Jim Lindsey <jlindsey@luc.ac.be> writes:
Jim> Martin, Here is an additional problem with my libraries: the
Jim> Kalman filtering, written in Fortran, uses complex arithmetic.
Jim> On my Red Hat 5,
2011 Mar 15
1
Problem with nls.lm function of minpack.lm package.
Dear R useRs,
I have a problem with nls.lm function of minpackl.lm package.
I need to fit the Van Genuchten Model to a set of data of Theta and hydraulic conductivity with nls.lm function of minpack.lm package.
For the first fit, the parameter estimates keep changing even after 1000 iterations (Th)
and
I have a following error message for fit of hydraulic conductivity (k);
Reason for
2017 Apr 28
0
Unable to add a particular member to group (Samba 4.6.3)
Hello Rowland,
Is this what you mean?
[root at roquefort ~]# echo $LANG
fr_CA.utf8
Cheers, Luc.
Le 2017-04-28 à 10:04, Rowland Penny a écrit :
> On Fri, 28 Apr 2017 09:41:31 -0400
> Luc Lalonde <Luc.Lalonde at polymtl.ca> wrote:
>
>> Hello Rowland,
>>
>> Have you tried deleting a user, re-creating the same user and then
>> try to add him to a group?
2013 Mar 26
1
Samba 4 LDAP NTLM password nightly injection
Hello Andrew,
I'm finally diving into this project...
First off, my sysadmin stuff is mostly in Perl. So my Python is rudimentary at best.
Here we go anyway... I've looked at the 'upgrade.py' but I can't seem to figure out how to connect to the Samba4 passwd database.
In the script I see these lines:
#######################################################
# Connect to
2018 Feb 05
0
Using Samba AD for NFSV4 Kerberos servers and clients
I found one of my problems was that on the client, in the /etc/krb5.conf
file, the domain name was in lower case. The one on the server was upper
case. Upper case'ing the client one fixed my nfs4 mount issue, but now I
have another one.
The nfs4 krb5 export mounts on the remote client, but doesn't seem to
recognize permissions. The mount directory is shown as owned by root and
the
2005 Oct 10
1
Re: Bug#332939: nut-usb: Needs an udev rule for udev >= 0.070-3
salut Jean-Luc,
2005/10/9, Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>:
>
> Package: nut-usb
> Version: 2.0.2-1
> Severity: normal
>
> Hi,
>
> The latest version of udev: 0.070-3 conficts with hotplug.
> This means that while the new udev includes the hotplug functionalities,
> the rules in /etc/hotplug/usb/libhidups and /etc/hotplug/usb/libhid.usermap
2016 Sep 19
0
Windows 10 anniversary update (1607) causing profile sync errors
Hello,
Strangely, the profile sync error is gone now on that machine.
But just to be safe, we're rejecting the 1607 updates with our WSUS.
It will give me more time to investigate the problem. We'll probably
sticking with 1511 in our teaching labs until summer 2017.
Sorry I can't help more...
Cheers, Luc.
Le 2016-09-19 16:30, Bob of Donelson Trophy via samba a écrit :
> On