search for: sendemail

Displaying 20 results from an estimated 78 matches for "sendemail".

2013 Feb 01
29
cumulative sum by group and under some criteria
Thank you very much for your reply. Your code work well with this example. I modified a little to fit my real data, I got an error massage. Error in split.default(x = seq_len(nrow(x)), f = f, drop = drop, ...) : Group length is 0 but data length > 0 On Thu, Jan 31, 2013 at 12:21 PM, arun kirshna [via R] < ml-node+s789695n4657196h87@n4.nabble.com> wrote: > Hi, > Try this: >
2011 Nov 16
4
Pairwise correlation
Dear All, I am not familiar with R yet I want to use it to perform some task, hence my posting here. I hope someone can help. I have a set of data, genes (rows) and samples (columns). I want to do a Pearson correlation on all the possible pairwise combinations of all the genes (2000). Does anyone have an idea of how to execute this in R? Thanks in advance. -- View this message in context:
2015 Feb 02
1
error code 1 from Lapack routine 'dsyevr'
On 2 February 2015 at 10:07, William Dunlap <wdunlap at tibco.com> wrote: <snip> > > If all goes well then > eigen(lastEigenX) > will cause the same error and you or someone on this list can see what > is odd about that matrix (e.g., by looking at its singular values). Preferably *not* this list as this doesn't really seem to be about developing R or with/for
2017 Aug 26
1
Fwd: Find maxima of a function
...gives me the local maxima, now I am struck with the problem of how to get the global maxima On Sat, Aug 26, 2017 at 3:12 PM, Ismail SEZEN [via R] < ml+s789695n4744993h60 at n4.nabble.com> wrote: > > > On 26 Aug 2017, at 14:18, Ulrik Stervbo <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=4744993&i=0>> wrote: > > > > Please keep the list in cc. > > > > Sorry, it didn't work as expected. Maybe someone else have an > appropriate > > solution. > > > > Best, > > Ulrik > > > > On Sa., 26....
2011 Aug 03
9
Live VM migration
I have two hosts as Xen Server named host A and host B in the same network. A VM is created on Host A. Host A and B have a shared storage using NFS. While doing migration from host A to host B, how can I see the memory pages being migrated. If I run a small continuous program on the VM residing on host A, will the migration complete first or the sript running will complete first? How can I see
2003 Jul 29
5
Sending emails from R under Windows
Hi Does anyone know of any R routines to send emails from R, under Windows? I thought about writing such a facility using the R(D)COM package to drive e.g. MS Outlook, but I don't want to reinvent the wheel. I have found a function Sys.mail in the library syskern, but this only works under Unix by shelling out a mail command. Thanks, David
2003 Jul 29
5
Sending emails from R under Windows
Hi Does anyone know of any R routines to send emails from R, under Windows? I thought about writing such a facility using the R(D)COM package to drive e.g. MS Outlook, but I don't want to reinvent the wheel. I have found a function Sys.mail in the library syskern, but this only works under Unix by shelling out a mail command. Thanks, David
2010 Jun 22
1
which model suits for these kind of data
Hi , please help me which model is helpful for forecasting giving following inputs (inputs are not linear) sales date shopnuber total 20%profit 10%profit 2009-10-03 1 41891 2863 39028 2009-10-04 1 49152 7588 41564 2009-10-05 1 45804 23543 22261 2009-10-06 1 48395 48371 24 2009-10-07 1 48906 20204 28702 2009-10-08 1 47003 19442 27561 2009-10-09 1 46296 21635 24661 2009-10-10 1
2012 May 13
2
Help with V function in igraph
I am using the code below to output some network measures: central_social <- data.frame(V(s641_social)$name, indegree_social, outdegree_social, incloseness_social, outcloseness_social, betweenness_social, eigen_social) and I get the following error: Error in Re(z) : non-numeric argument to function I know this has to do with V but I cannot figure out what is wrong. s641-social is a graph
2010 Mar 24
5
help!
hello, i've just wrote the following : more ./*.csv | grep -i XXX | echo "Dear XXX, This email is for informative purposes. Your total number of hours for the week of `date` is: `cut? -d, -f2` hours? Kindly note that the average weekly working hours is : 40." | /usr/sbin/sendEmail -t mail at domain.com -u Test email- disregard it? -f othermail at subdomain.com -s smtp.domain.com:25 this looks in a csv file that exists in the same directory for XX and outputs the field right next to it as you notice from : `cut? -d, -f2` It's working pretty fine for just one user, but...
2013 Jul 21
8
When no MTA is installed, How to send an email with a cronjob?
Hi, When no MTA is installed, How to send an email with a cronjob? I have below entrty in my cronjob? my /etc/cron.d/backup file looks like this. MAILTO=myemail at example.com 15 11 * * * root /root/scripts/backup.sh Can I send this email via SMTP server? Hope to hear from you. -- Thank you Indunil Jayasooriya http://www.theravadanet.net/
2010 Mar 29
2
Reshaping a data frame with a series of factors and 23 repeated measures
I have a data frame that I created using read.table on a csv spreadsheet. The data look like the following: Steer.ID stocker.trt Finish.trt Date Days Wt ...... Steer.Id, stocker.trt, Finish.trt are factors------ Date, Days, Wt are data that are repeated 23 times (wide format). I want to reshape the data such that I have the correct Steer.ID, stocker.trt, Finish.trt identifying all of
2007 Mar 13
3
showResponse() Callback not being called in Firefox
...m data to a PHP page. In IE, I am able to get a call back thru the showResponse(); However, in Firefox, the callback never gets executed. Here is my code: function showResponse() { alert(''Thank You. Your information has been sent''); } function processForm() { var url = "sendEmail.php"; var name = $F(''name''); var email = $F(''email''); var phone = $F(''phone''); var comments = $F(''comments''); var pars = ''name=''+ name + ''&email='' + email + ''&...
2011 Feb 01
2
Regression type 2, x measured with error
I wanna to do a Regression type 2 or Regression with X measured with error....anybody knows how can i make it in R?? thanks! -- View this message in context: http://r.789695.n4.nabble.com/Regression-type-2-x-measured-with-error-tp3251875p3251875.html Sent from the R help mailing list archive at Nabble.com.
2013 Jul 15
0
[LLVMdev] Fwd: Regarding scope information for variable declaration.
...line information should be derived as is not obvious). Collecting information this way allowed me to get correct scope information, and hence I was able to map the variable declaration to the scope. It worked for me this way. Regards, Pankaj *From:* eric.lew <[hidden email]<http://user/SendEmail.jtp?type=node&node=59345&i=0> > *To:* [hidden email] <http://user/SendEmail.jtp?type=node&node=59345&i=1> *Sent:* Friday, July 12, 2013 8:30 AM *Subject:* Re: [LLVMdev] Regarding scope information for variable declaration. I have the same demand. Have you resolved this...
2012 Jun 12
3
[LLVMdev] DFAPacketizer with StateTrans != 0 Assertion
...: > http://llvm.1065342.n5.nabble.com/DFAPacketizer-with-StateTrans-0-Assertion-tp46105.html > > Sent from the LLVM - Dev mailing list archive at Nabble.com. > > _______________________________________________ > > LLVM Developers mailing list > > [hidden email] </user/SendEmail.jtp?type=node&node=46108&i=0> > http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > _______________________________________________ > LLVM Developers mailing list > [hidden email] </user/SendEmail.jtp?type=node&node=46108&i=1>...
2010 Jun 05
2
R2HTML problem
Im developing an application with R and Gtk+. It's just a simple GUI which helps new users to interactuate with R. Thing is, when you do a statistical analysis, I also want to provide a HTML report, but HTMLStart doesnt work propperly when executing from TinnR. It does create the file but not empty, I've tried some examples from different websites, and it's always the same.. it works
2013 Jul 15
2
[LLVMdev] Regarding scope information for variable declaration.
Hi Eric,  I was considering machine instructions to get scope information. And variable declaration does not correspond to machine instruction, hence the problem i.e. no scope associated with it. If 'i' is initialized in the 'if-scope' then we get 'variable i' mapped to correct scope as corresponding machine instruction is generated for this. This is not a problem as we
2009 Apr 09
1
Mailing error in Rails 2.3.2
..._email'' def sample_mail() to_addr = ''login-omLZJFyqO6s4Q++5jOxPmw@public.gmane.org'' subject = ''Mail Testing'' body = ''This is a mail to test the mails.'' hsh={:to=> to_addr, :subject=> subject, :body=> body} SendEMail.send_email(hsh) end end s = SampleMail.new s.sample_mail() -------------------------------------------- send_email.rb -> #!/usr/bin/env ruby require ''rubygems'' gem ''actionmailer'' require ''action_mailer'' require ''openssl'...
2013 Aug 24
1
Divide the data into sub data on a particular condition
Hi, Use ?split() #dat1 is the dataset: lst1<- split(dat1,dat1$BaseProd) lst1 #$`2231` ?# BaseProd? CF OSA #1???? 2231 0.5 0.7 #2???? 2231 0.8 0.6 #3???? 2231 0.4 0.8 # #$`2232` ?# BaseProd CF OSA #4???? 2232? 1?? 2 #5???? 2232? 3?? 1 # #$`2233` ?# BaseProd? CF OSA #6???? 2233 0.9 0.5 #7???? 2233 0.7 0.5 #8???? 2233 4.0 5.0 #9???? 2233 5.0 7.0 lst1[[1]] #? BaseProd? CF OSA #1???? 2231 0.5 0.7