Displaying 20 results from an estimated 300 matches similar to: "eMail results out of R"
2007 Oct 17
2
Problems with paste and blank
Hi there,
I've got the following problem under Windows XP, R 2.5.1:
When I'm pasting some objects:
Stadtwerksname<-"Mannheim"
Laufwerk<-"C:\\"
paste(Laufwerk,Stadtwerksname,".csv")
I get the result:
[1] "C:\\ Mannheim .csv"
The problem's are the superfluous gaps/blanks between the three parts.
Is there a way to get rid off this
2007 Sep 03
2
The quadprog package
Hi everybody,
I'm using Windows XP Prof, R 2.5.1 and a Pentium 4 Processor.
Now, I want to solve a quadratic optimization program (Portfolio Selection) with the quadprog package
I want to minimize (\omega'%*%\Sigma%*%\omega)
Subject to
(1) \iota' %*% \omega = 1 (full investment)
(2) R'%*%\omega = \mu (predefined expectation value)
(3) \omega \ge 0 (no short sales).
Where
2010 Feb 15
3
Adressing multiple cores (CPUs)
Dear all,
I'm sitting here just in front of my new PC@work and wonder about the following question:
* How can I adress multiple CPUs (cores) out of R to speed up the simulations I run?
* What are the prerequisites to do so?
Maybe anyone could give me a hint where to start reading?
Regards,
Thomas
P.S.: I searched the R-archive to find an answer but did find none.
2007 Jul 14
3
Send SMS out of R?
Hi everyone,
Now I read the posting guidelines again; COMPLETELY! ;-)
I use Windows XP Professional, R 2.5.1 and I have Blat to send eMails out of
R. Works perfect! Thank you for your help!
Now I want to send an SMS out of R! Any idea how it could work? Could I send
an eMail to a mobile phone number?
Thank you
Thomas
[[alternative HTML version deleted]]
2007 Oct 17
0
curly bracket in plot (reply)
I used the wrong address. This was meant as a reply to another post.
On 10/17/07 10:55, thomas.schwander at mvv.de wrote:
> Hi Jonathan,
>
> I read your post in the R-Help. Did you get rid off the problem? I'm standing inf
> ront of the same problem... If you've got an answer to me to drae a curly bracket,
> could you please be so kind to tell me who you did?
I missed
2008 Mar 11
1
Jpeg and pixel
Hi guys,
I've got tthe following question:
Why do my fonts look a bit grubby when I use the jpeg() function? I see
the pixels of the font. The quality is set to 100%.
If this is normal with jpeg(), which function would you propose me to
use instead?
Kind regards,
Thomas
________________________________
I'm using R 2.6.2 on Windows XP, SP2
[[alternative HTML version deleted]]
2005 May 10
6
Does R have a command for sending emails?
Is there a way to have an R program send an email?
Something like this:
address <- 'abc at d.com'
text <- 'This is the email body'
send.email(address, text)
Thanks.
FS
2005 Apr 11
4
How to suppress the printing of warnings (Windows)?
Dear all,
I'm a newbie in R. I am running simulations using a fixed bandwidth in nonparametric regressions, sending all the output to a file myoutput.txt using sink("myoutput.txt"), & R is printing all warnings by the end of the simulation on the file. I know the source of the problem & can take care of it. However, finding a 50 MB file (where all the output is printed, e.g.
2009 Jan 09
4
Extracting File Basename without Extension
Dear all,
The basename() function returns the extension also:
> myfile <- "path1/path2/myoutput.txt"
> basename(myfile)
[1] "myoutput.txt"
Is there any other function where it just returns
plain base:
"myoutput"
i.e. without 'txt'
- Gundala Viswanath
Jakarta - Indonesia
2006 Jan 23
8
OT: Problem rotating logs with lighttpd
Hi everybody,
this is a little OT. We are using Lighttpd as a webserver for Rails.
Our problem is that when we rotate the logs everyday at the end of the
process, lighttpd stops writing the logs. To solve this we have to
restart the server manually each time.
We use a common Debian, lighttpd-1.4.7, Rails 1.0 and fcgi-2.4.0.
I have tracked the lighttpd bugs, and I haven''t found
2008 Feb 05
1
SAS ODBC
All,
I'm trying to connect to a remote SAS server using SAS's 9.1 ODBC driver
and the RODBC package. I'm running R-2.6.1 on Win XP. I can successfully
connect to the database, but no matter which table I query, I get back
an empty table with only the column headers. For example:
> sqlQuery(con, "select * from PRICES.DB_PRICES")
[1] COMMOD_CURVE START_DATE
2001 Aug 22
3
bat files
Just a question, should it be possible to run bat files with wine.
Basically the application is java, I know the java will run under windows.
I also know that java will run under linux natively, but I am curious if
this is possible to start under wine.
I get wine: can't exec 'blue.bat': invalid exe file.
2008 Nov 25
6
bioinformatics repository?
Hi all, I'm new to Centos, just moved here from Gentoo Linux.
I have to install a server for bioinformatics purposes and I see that
default yum repositories do not include any bioinformatics software
(i.e. ncbi-toolkit, blat, and others). I'm googling a bit but I can't
find a valuable solution: which is (or which are) the best repository
I should add to have a satisfying list
2006 Nov 24
1
Error in Calling C++ function from R!!!
Hello,
I tried to call an external function of R from the following code in C++:
void prodgdot(double *x, double *y, int *n, double *output)
{
int i;
*output=0;
for (i=0;i<*n;i++)
{
*output+=x[i]*y[i];
}
}
I compiled it using from my working directory in linux terminal and I think
it's ok:
giba at giba-desktop:~/mysrc/meus_testes_iniciais$ R CMD SHLIB
2007 Jul 05
1
R Logging Package
Does anyone know how to print out the current function name and line
number (similar to how warning(call.=TRUE) operates). I'd like this for
a logging package I'm working on, but I can't seem to find a way.
Thanks for your help,
John Scillieri
>>> This e-mail and any attachments are confidential, may contain legal, professional or other privileged information, and are
2007 Nov 05
5
Sending E-Mail from R
Hi,
Has anyone used R to send out an email via an SMTP server? I run R from a
script and would like to be able to send out an email from there also. I
could shell out to an email program, but was hoping maybe someone had a
package for R or a smooth way to do it.
Thanks,
Josh
[[alternative HTML version deleted]]
2006 Mar 14
2
R CMD BATCH w/o inputs?
dear R wizards---I must be standing on the line (German
translation---this must be obvious). This is probably embarrassingly
obvious to anyone, except to me right now. maybe it is late.
I would like to run my R code in batch, but not see the R compilations
and my R source code---I just want to see the same output that I would
see if I ran source("i.R"), but direct it to a file. I can
2008 Jan 04
1
redirect plot device automatically
Dear all,
Every time that I need to generate I plot output as figure I use something like
png("myoutput.png")
plot(rnorm(100)*1.0,col=4)
points(rnorm(100)*0.5,col=2,pch=0)
dev.off()
But now I need to generate a lot of outputs and it could not be done in a for looping where I can change the names. So I would like to know if is there a way of I automatically redirect the output from my
2007 Oct 13
2
the use of the .C function
Dear All,
could someone please shed some light on the use of the .C or .Fortran function:
I am trying load and running on R the following function
// psi.cpp -- psi function for real arguments.
// Algorithms and coefficient values from "Computation of Special
// Functions", Zhang and Jin, John Wiley and Sons, 1996.
//
// (C) 2003, C. Bond. All rights reserved.
//
//
2013 Jun 10
1
Sending Email with Attachment
Hi,
I am trying to send an email through gmail or outlook from my Windows PC and
finding trouble to send the email.
The code which I am using is given below:
Code :
library("sendmailR")
from <- "abcd@outlook.com"
to <- <mailto:efgh@gmail.com> efgh@gmail.com
subject <- "Run at"
mailControl = list(smtpServer="blu-m.hotmail.com")