Displaying 20 results from an estimated 1000 matches similar to: "Sending carbon copy mails from R"
2010 Aug 23
3
sendmailR-package-valid code needed
## Not run:
from <- sprintf("<sendmailR@
to <- "<olafm at datensplitter.net>"
subject <- "Hello from R"
msg <- "It works!"
sendmail(from, to, subject, msg,
control=list(smtpServer="ASPMX.L.GOOGLE.COM"))
## End(Not run)
the above commands are provided in this document ie
http://cran.r-project.org/web/packages/sendmailR/sendmailR.pdf
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")
2013 Feb 20
1
Sending Email from R
Hi R experts,
I know how to send simple plain text message in body and how to send with attachments. This is thanks to stackoverflow reference below.
But I don't know how to send dput() output in the body of the email (or attachment) using sendmailR. I more interested in figuring out how to include it as part of the body of the email.
Does anybody have experience on how to do this?
2013 Jun 05
1
Send Mail R and Socket Connections
Good Afternoon All,
I am attempting to use the SendMailR function, I have checked with our I.T.
department that I am using the correct server and I have the right
permissions to connect and they have sent emails via this server but not
through R and I have also checked that the port should be 25.
The code:
/
# E-Mail #
library(sendmailR)
from <- "david at work.com"
to
2009 Jul 22
4
Cómo enviar e-mails desde R?
Hola a todos,
Sólo por curiosidad, sabe alguien cómo enviar correos electrónicos desde R?
Estoy haciendo algunas simulaciones en diferentes computadores y me
gustaría tener la posibilidad de enviar un mensaje a mi correo electrónico
cuando cada una termine.
En R-help hubo una pregunta similar pero requiere el uso de Outlook y operar
"manualmente" algunas cosas, lo cual no es
2012 Jul 30
1
why querying Sybase IQ using RODBC returns error ?
Hello,
I am not able to query Sybase IQ database from R using RODBC package.
Check the below code
R> sybaseiq.query <- function (sql, ..., as.is = FALSE)
{
connstr <- "Driver={Sybase
IQ};UID=ajadhav2;PWD=*****;ServerName=PSGSESHR01A_IQ;CommLinks=SharedMemory,TCPIP{host=psgseshr01_iq.sg.csfb.com;port=3051}"
chan <- odbcDriverConnect(connstr)
2013 Nov 18
3
Sending a matrix in an email
I have a matrix which has colnames and I would like to send this matrix using sendmailR. How can I convert this simple matrix to a format which can be used as the body variable in sendmailR? I see how I can create a file attachment using mime_part but I would like to send the matrix in the body of the email.
The matrix looks like:
ABD DEF GHI JKL MNO TOT
[1,] 0.44 0.81 1.67 0.37
2012 Feb 21
1
sqlite create new unique id
Hi everyone,
I am trying to insert a row in sqlite table with my own unique id. I want
to create unique id using sqlite internal function
last_insert_rowid() which returns the next max rowid of the table which is
always unique. I tested this using sqlite and it works fine but when i run
the same query using RSQlite from r prompt, my query doesn't create new
unique id.
last_insert_rowid()
2010 Aug 17
3
R Send an Email
Just out of curiosity, has anyone ever written a function that sends an email to you when an R process has finished? For instance, I often work with very large data sets and certain tasks (e.g., merging records, lmer runs) can take a long time and I find myself constantly looking over to see if R is done.
But, it would just be neat if there was a way R could send me an email alerting me that a
2003 Sep 25
3
configuring TE410P for four E1 PRI lines
hi,
I'm trying to configure my newly acquired TE410P card to work as 4
E1 spans. This is
supposed to be a drop-in replacement to the earlier E100P card. However,
on loading the
zaptel module it gets configured as T1 spans basically doing a 'cat' on
/proc/zaptel/1 thru 4,
it shows 24 channels per span. After this ztcfg fails saying
'ZT_CHANCONFIG failed for channel 97'.
2003 Dec 24
4
coding logic and syntax in R
Hello,
I am a beginner in R programming and recently heard about this mailing list.
Currently, I am trapped into a simple problem for which I just can't find a
solution. I have a huge dataset (~81,000 observations) that has been
analyzed and the final result is in the form of 0 and 1(one column).
I need to write a code to process this column in a little complicated way.
These 81,000
2013 Jul 12
3
Xen Balloon Driver on PVHVM CentOS6
Hi List,
I'm trying to work out the balloon driver on CentOS6 HVM but it seems to be
not working with default 2.6.32 or newer 3.4 kernel.
Does balloon driver work on HVM linux guests with Linux Kernel 3.4 from
centos repo ?
PV is fine and is able to balloon.
My host is Xen 4.1.2 with dom0 as 3.4.46-8.el6.centos.alt.x86_64
My guest is CentOS6.4 with kernel 3.4.46-8.el6.centos.alt.x86_64
2013 Jul 11
4
Xen Balloon Driver on PVHVM
Hi List,
I''m trying to work out the balloon driver on CentOS6 HVM but it seems to be
not working with default 2.6.32 or newer 3.4 kernel.
Does balloon driver work on HVM linux guests with Linux Kernel 3.4 from
centos repo ?
PV is fine and is able to balloon.
Thanks.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
2013 Jul 11
4
Xen Balloon Driver on PVHVM
Hi List,
I''m trying to work out the balloon driver on CentOS6 HVM but it seems to be
not working with default 2.6.32 or newer 3.4 kernel.
Does balloon driver work on HVM linux guests with Linux Kernel 3.4 from
centos repo ?
PV is fine and is able to balloon.
Thanks.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
2008 Mar 12
1
Help in estimating HURST parameter
Hi,
Can u please tell me which all packages do i need to install to
estimate the hurst parameter in R. I have tried installing all the possible
options but still it doesnt work.
basically i want to use 9 functions to estimate hurst parameter like
aggvarfit, rsfit, etc.
i will be very thankful if u could be of some help.
--
Regards,
Deepak Jadhav.
[[alternative HTML version
2011 Aug 20
2
hetlp_type text doen't work on Ubuntu
Hi,
I' using Ubuntu 10.10/11.04 and on both of the systems help doesn't
work unless I set options(help_type="html"). I hate to change context
and help_type='html' distracts me. I want text based help inside
console. Where should I look to fix this problem?
--
Amol
2005 Dec 20
4
help with sapply, plot, lines
Hi,
I am trying to plot multiple lines on a graph.
The function is particularly simple:
sigma<-function(lambda) atm-2*rr*(lambda-0.5)+16*str*(lambda-0.5)^2
which uses the variables atm, rr and str...
I define these as such:
atm<-0.4
rr<-0.2
str<-0.1
and this plots fine:
plot(seq(0.01,0.99,0.01),sigma(seq(0.01,0.99,0.01)),ylim=c(0,1))
Now, I want to plot the same function for
2007 Jan 31
7
Report usage...
Hi,
I''ve setup my systems to do reporting as explained in https://
reductivelabs.com/cgi-bin/puppet.cgi/wiki/ReportsAndReporting, with
tagmail defined as one of the report types - but I do not recieve any
mail at all.
I''ve configured a tagmail.conf file like this:
all: root@localhost
But the documentation mentions three options, namely sendmail,
reportfrom,
2010 Apr 30
5
Using classes from extnode to define config files?
Hi all,
I''m using cobbler as our external node manager and it''s working really
well (including deployment of ActiveMQ from RI''s RPMS and Mcollective -
blog post coming soon!) however I''ve run into a problem with exim
configuration files.
We use exim in a number of different configurations depending on the
role of the server (webserver/antivirus/outbound
2005 Jul 15
2
rmpi in windows
Hi Folks,
Has anyone been able to get rmpi to work under windows ?
Thanks,
Tolga
Please follow the attached hyperlink to an important disclaimer
<http://www.csfb.com/legal_terms/disclaimer_europe.shtml>
==============================================================================
Please access the attached hyperlink for an important electronic communications disclaimer: