similar to: How to Run R Programs in a Scheduled Way

Displaying 20 results from an estimated 2000 matches similar to: "How to Run R Programs in a Scheduled Way"

2008 May 28
4
Help on Calculating day differences
Hello R Freaks, I calculate the difference in days between two events with the following litte R expresseion: T1a <- strptime(T1,"%m/%d/%y %H:%M:%S"); T2a <- strptime(T2,"%m/%d/%y %H:%M:%S"); T1b <- as.Date(T1a); T2b <- as.Date(T2a); days <- T2b-T1b; time <- T2a - T1a; In the project I would like to calculate only working day. I the a possibility to count
2007 Dec 03
1
help on qcc
Hello R Experts, I started to work with the qcc package and it wprks quite nicely. Heres My Code: n <- c(55,5,94,25,10,15,15,40,44,34,90,114,204,37,30,28,12,68,64,29,24,14,31,16,62,45,55,20,24,14,9,19,76,57,55,42,6, 54,32,117,19,32,9,11,13,31,27,33,44,28) x <- c(6,0,30,5,2,1,4,5,2,9,12,24,64,3,9,21,9,48,15,4,3,0,1,0,6, 7,2,0,3,2,0,5,1,2,6,9,1,6,2,0,1,4,8,0,1,1,3,0,0,0)
2009 Feb 13
2
copy directory command
Hi, I was trying to copy a directory from one location to another. Is there a command to do this (similar to the file.copy command)? thanks! [[alternative HTML version deleted]]
2008 Oct 01
1
changing 'https' to 'http' when using download.file(), any side effects or just use RCurl?
Dear R-Help, >From reading the help file, it is my understanding the the download.file() function does not support HTTPS connections. So therefore, understandably, the follow produces an error: ### R Code > url <- "https://stat.ethz.ch/pipermail/r-help/2008-October/thread.html" > destfile <- "//PFO-SBS001/Redirected/tonyb/Desktop/R_web_test/tmp.txt" >
2006 Sep 13
9
R-question
Hello Colleagues, I programmed in SAS for 3 years and would like to switch to a not so costly software product. Hence I started to evaluate R, and my first test look promising. However I have some question: 1. Is it possible to query R files by SQL internally on data frames (not on a database) and how is the syntax (I have the RODBC package installed). I would like to extract year, Quarter,
2006 Nov 07
3
Reformat a data frame
Hello Experts, how do I reformat a data frame in the way described below: df1: ID desc resist thick temp 1 4711 100 5 20 2 4712 101 4 21 3 4711 99 3 19 4 4712 98 7 22 TO df2: id desc Param Value 1 4711 resist 100 1 4711 Thick 5 1 4711 temp 20 2 4712 resist 101 2 4712 Thick 4 2 4712 temp 21 3
2009 Jan 12
2
problems with download.file() from ftp?
Dear list, I am trying to download a text file from an ftp site using download.file(). I used the following code: url <- "ftp://ftp.wcc.nrcs.usda.gov/data/snow/snow_course/table/history/idaho/13e19.txt" dest <- "c:/test/downloadtest.txt" download.file(url, dest) I get this error message, indicating that R is unable to open the connection: trying URL
2006 Oct 05
2
Variables in RODBC environment
Hello Experts, how can I use variables in the RODBC environment. Example which does not work: Thanks for your help. Thorsten pn <- '39R5238'; library(RODBC); odbcobj <- odbcConnect("SQUIT21C",uid="muehge",pwd="xxx"); sql <- "select u.unitid, from test where part in ('pn') "; parameter <- sqlQuery(odbcobj,sql);
2009 Jan 26
2
RCurl unable to download a particular web page -- what is so special about this web page?
Dear R-help, There seems to be a web page I am unable to download using RCurl. I don't understand why it won't download: > library(RCurl) > my.url <- "http://www.nytimes.com/2009/01/07/technology/business-computing/07program.html?_r=2" > getURL(my.url) [1] "" Other web pages are ok to download but this is the first time I have been unable to download a
2003 Oct 03
0
Re: LARTC digest, Vol 1 #1392 - 4 msgs
Здравствуйте lartc-request, Friday, October 03, 2003, 8:44:37 AM, you wrote: lrmdn> Send LARTC mailing list submissions to lrmdn> lartc@mailman.ds9a.nl lrmdn> To subscribe or unsubscribe via the World Wide Web, visit lrmdn> http://mailman.ds9a.nl/mailman/listinfo/lartc lrmdn> or, via email, send a message with subject or body ''help'' to lrmdn>
2006 Nov 07
1
OBS in Column 1
Hello R Freaks, is there a way to omit the counts in the first column of a data.frame. Thanks a lot for your help Thorsten
2003 Sep 28
0
Re: LARTC digest, Vol 1 #1385 - 4 msgs
Здравствуйте lartc-request, Sunday, September 28, 2003, 8:45:03 AM, you wrote: lrmdn> Send LARTC mailing list submissions to lrmdn> lartc@mailman.ds9a.nl lrmdn> To subscribe or unsubscribe via the World Wide Web, visit lrmdn> http://mailman.ds9a.nl/mailman/listinfo/lartc lrmdn> or, via email, send a message with subject or body ''help'' to
2017 Aug 30
2
Segmentation fault with doveadm search
Hi, We have a Ubuntu 14.04 server with dovecot 2.2.9 If I try to run /usr/bin/doveadm search -u email at exmaple.com mailbox Junk savedbefore 30d It will dump a core file. We have a similar config on an other server and there is no problem there. Any ideas how to prevent the core dump? root at triws2:~# gdb --args doveadm search -u email at example.com mailbox Junk savedbefore 30d Reading
2016 Aug 30
2
Automatic purging of old email in all mailboxes
Forgive me, I'm a novice. Consider that today I have already set up a working postfix + Dovecot server with userdb using the static driver and passdb using a password file (in the format <username>:{hashing algorithm}<password hash>). The Dovecot server has several mailboxes which are already in use today. I understand that I'll need to change over to using the passwd-file
2017 Aug 30
2
Segmentation fault with doveadm search
> 2017. aug. 30. d?tummal, 12:02 id?pontban Aki Tuomi <aki.tuomi at dovecot.fi> ?rta: > > Something goes wrong when opening "Junk" mailbox. Are you sure it exists? Can you doveadm with > > doveadm -Dv search -u email at example.com mailbox Junk savedbefore 30d There is public namespace defined. Maybe that is the problem? doveadm(root): Debug: Loading modules from
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
So, returning from the LDAP userdb does not change situation. As I said, I would to set folder names dynamicaly, without setting up a mailbox in advance. Here the problem is discussed http://www.dovecot.org/list/dovecot/2013-August/092023.html but no solution is found apart from defining the namespace in the static config, see here http://www.dovecot.org/list/dovecot/2013-August/092053.html As
2018 Jan 24
2
Quota plugin creates IMAP folder
Well, I have to scrub most data from the output, but it is what I would have expected # doveadm user <user> field value ... home /path/to/home mail maildir:~/Maildir ... On Wed, Jan 24, 2018 at 12:30 PM, Sami Ketola <sami.ketola at dovecot.fi> wrote: > > > > On 24 Jan 2018, at 13.21, Thorsten Hater <thorsten.hater at gmail.com> > wrote: > > >
2011 Oct 19
2
R-help Digest, Vol 104, Issue 19
Okt?ber 19-t?l 21-ig irod?n k?v?l vagyok, ?s az emailjeimet nem ?rem el. S?rg?s esetben k?rem forduljon K?rp?ti Edithez (karpati.edit at gyemszi.hu). ?dv?zlettel, Mihalicza P?ter I will be out of the office from 19 till 21 October with no access to my emails. In urgent cases please contact Ms. Edit K?rp?ti (karpati.edit at gyemszi.hu). With regards, Peter Mihalicza
2008 Nov 03
4
Install Configuring and run.
Hello,. i installed dovecot with virtual user and domains. but i dont get thru "dovecot-antispam" config. is there any HOWTO, for gentoo , how to setup and configure dovecot-antispam ? with examples for the config files ? maybe i have dspam self totally wrong configured. thanks marko
2004 May 08
3
asterisk with german SIPGATE ?
hi anybody running with german SIPGATE? my configuration don't works :-( regards thorsten@gehrig.de