Displaying 20 results from an estimated 10000 matches similar to: "(no subject)"
2003 Apr 17
2
BATCH and tcltk
Hi R-hackers
I try to write a batch (in Windows, i have to use!) with
Rcmd BATCH D:\Test.R D:\Test.Rout and
Rterm.exe --no-restore --no-save < D:\Test.R > D:\Test.Rout.
In my file Test.R are any tk-codelines (like: Window1 <- tktoplevel(); ... tkbutton...).
It works not interactifly, what is written in Rcmd BATCH --help.
Exist there a way to do it all the same?
Please help...
2006 Feb 09
0
(no subject)
Hi,
Can you help me please.
I must developp an application with the logiciel R.
It 's an application for pricing. So I see it uses the langage C and I see on the net taht it 's possible in c++.
Use C++ it 's better than C , we know it.
However It says to use c++ with R , we must :
"
You need to do two things:
(a) Write a wrapper to export the symbols you
2015 Feb 02
3
Can't create users with RSAT - "An error occurred. Contact you system administrator"
Am Montag, 2. Februar 2015, 17:44:53 schrieb Marc Muehlfeld:
> Hello Andreas,
>
> Am 02.02.2015 um 13:00 schrieb Andreas Hauffe:
> > I set up a new AD with the Sernet Samba 4.1 packages. I did the
> > provisioning with "samba-tool domain provision --use-rfc2307
> > --interactive". I checked the dc, ldap, kerberos and dns services under
> > linux.
2007 Oct 19
0
MailMarshal Message Digest
Virus Folder Summary Digest for r-help at stat.math.ethz.ch sent on Friday, October 19, 2007
The emails listed below have been placed by MailMarshal in your Virus Folder. They will be automatically deleted after 7 days.
To view your quarantine mails go to http://mail5.smarthome.com/SpamConsole
From: postmaster at mail2.Smarthome.com
Subject: Delivery Status Notification (Failure)
Date: 19
2004 Mar 22
5
Your email message was blocked
MailMarshal (an automated content monitoring gateway) has
not delivered the following message:
Message: B0000c89bd.00000001.mml
From: samba@samba.org
To: lianaj@balgrammar.vic.edu.au
Subject: Question
This is due to automatic rules that have determined that the
intended recipient is not authorized to receive messages with
certain potentially dangerous filetypes attached.
2003 May 06
1
C++ - R - example
Hi,
Does anybody has a simple example (a for loop, or so) how to use a C-function
In R?
If it's possible, a *.cpp-file and what I need (wrapper or what ever).
I'm absolutly not a C++-hacker!
I try several ways, was reading the "writing R extension" and the windows-FAQ, but failed.
I try to programm a matrix inversion in a for-loop in C, which needs much time in R and want to
2018 Jan 19
1
idmap limit?
Hi,
yes, there are some things. But I have not found a nice complete
documentation.
One main point is the domain name as prefix of the username of the
parent domain, e.g. "DOM\user1", you have to use. I was not able to get
rid of it, as the client is member of the subdomain which is the
default. So you can't use the "default domain" option in smb.conf. The
backslash
2010 Apr 20
1
multiple plots problem
hello,
i try to plot 3 graphs which have the same x.axis underneath each other. i'd
like the plots to be aligned without margings between the boxes and draw a
single x axis beneath the lowest plot.
i managed to get the alignment by setting par(mar), but the middle box is
stretched
and i cant't figure out how to get around this. par(pin) was my guess, but
this doesn't do the job
2010 May 26
1
More efficient way to use ifelse()? - A follow up
# Thanks again to everyone who provided suggestions.
# I was curious about which approaches would be the fastest... so a
little benchmarking
# My approach was by far the worst :)
# The approach suggested by Duncan Murdoch and Peter Langfelder, based
on indexing , was by far the fastest (~ 66times faster than using
nested ifelse() ). All the details can be found below for those who
are
2004 May 17
0
PRNGD 0.9.28 released
Hi!
I have just uploaded version 0.9.28 of prngd. It does fix a hang in an
endless loop under certain conditions. I have never seen this myself on
HP-UX but I have received some reports, more or less all from Solaris 8
users, one of which finally lead to the correct analysis.
Problem: after calling waitpid(), errno is evaluated for the case of
waidpid()=0 even though errno is not set in this
2000 Mar 15
3
scp problem
On the box moni, I have
rpm -q openssh
openssh-1.2.1pre25-1us
on the box karadi, I have
rpm -q openssh
openssh-1.2.3pre2-2
On moni, I do/get:
scp "wierdlm at karadi:11Lecture/lecture.tex" .
wierdlm at karadi.msci.memphis.edu's password:
bash: scp: command not found
What can be wrong? Do I have to specify the remote path to scp? (It
is in $PATH for wierdlm at
2009 May 07
3
[PATCH] ocfs2_cluster_lock: code cleanup for redundant assignment
In fs/ocfs2/dlmglue.c:ocfs2_cluster_lock(), after label 'out:' the code is:
1373 if (wait && arg_flags & OCFS2_LOCK_NONBLOCK &&
1374 mw.mw_mask & (OCFS2_LOCK_BUSY|OCFS2_LOCK_BLOCKED)) {
1375 wait = 0;
1376 if (lockres_remove_mask_waiter(lockres, &mw))
1377 ret = -EAGAIN;
1378
2004 Jan 28
0
A Message you sent has not been delivered
MailMarshal (an automated content monitoring gateway) has
not delivered the following message:
Message: B000184f79.00000001.mml
From: r-devel@r-project.org
To: dominic.lowndes@telecomfinance.com
Subject: Jay
This is due to automatic rules that have determined that the
intended recipient is not authorised to receive messages with
Executable file(s) attached.
If you believe
2009 Aug 04
0
FW: matrix
My apologies, to elaborate
I carried out a correlation analysis and I want to plot the data (similar to the graphs available in the corrplot package. However, the results are as follows (I have many more combinations):
AB 0.102
AC -0.002
BA -0.102
BC 0.270
CA 0.002
CB -0.270
I now want to create a matrix that uses the names from the
2009 Nov 18
0
Optimal parameters for Savitzky-Golay smoothing filter (loop)
Hi
I am running a Savitzky-Golay smoothing filter
(http://tolstoy.newcastle.edu.au/R/help/04/02/0385.html) for variables
in my dataset, dim (272:90). I managed to run the code for individual
variables in the dataset and then combine the results into a single
dataset. My novice attempt at this task is shown below
csg<-NULL
for (i in 1:ncol(data.all)) {
2005 Jan 21
1
Why does nobody answere??? WG: username map - same problem
regards
Mathias Wohlfarth EDV-Beratung
Thomas-Mann-Str.1
53111 Bonn
Tel. +49 172 / 53 45 591
+49 1801 / 777 555 33 01
Fax +49 228 / 9469181
Email mathias.wohlfarth@mw-eb.de
----- Weitergeleitet von Mathias am 21.01.2005 10:40 -----
Mathias.Wohlfarth@mw-eb.de
Gesendet von: samba-bounces+mathias.wohlfarth=mw-eb.de@lists.samba.org
19.01.2005 17:35
An: Bj?rn-Sverre N?ttum
2012 Feb 19
2
barplot with more than 1 variable
Dear R listers,
I am trying to produce a simple (for a stata user) barplot with 4
countries on the x axis, each country observed in 2 subsequent years
and 3 variables.
Basically, I should have three bars for each year for each country. I
am attaching the chart I made in Stata, but I am not sure you'll
manage to see it!
I did the following:
#here I create the data-set TUSE2. The vectors mw, st
2004 Sep 10
1
FLAC 1.0.5 beta1 released
Just an FYI...
On my RH8 Duron 800MHz box, after running
./configure --enable-3dnow && make && make check && make install
I received the following errors:
===================
2 of 8 tests failed
===================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/home/mw/flac-1.0.5_beta1/test'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory
2003 May 13
3
Delete files from R
Hi,
I have a file: d:\foo.txt and want to delete this.
I tried:
system("del d:/foo.txt") works not
system("notepad d:/foo.txt") works
Is it possible that I can't delete files or do I have misunderstood something?
(del is a DOS-command. The "string works" under DOS "\")
Thanks a lot
Thomas
-----
Windows XP
R 1.6.2 (update!, I know)
2012 Sep 04
1
cenboxplot(): Reporting Limit Twice Correct Concentration
I've gone over the data and do not see my error; the dput() output of the
data frame and the pdf output of cenboxplot() are attached.
The command used:
cenboxplot(sb.t$quant, sb.t$ceneq1, range=1.5, main='Total Recoverable
Antimony', xlab='Pre-Mining Era', ylab='Concentration (log mg/L)')
(on a single line in emacs).
The RL on the plot is drawn at 0.01 rather