Displaying 20 results from an estimated 900 matches similar to: "Schedule R script using cron"
2004 Jun 11
2
running R UNIX in a mac computer
Hi to you all
My question is:
there is a package written in UNIX for which there is no Mac version.
I would like to know if it's possible to install the R UNIX version on the
MacOSX and run that UNIX package on my Mac (through this UNIX R Vresion on
a Mac)
I have seen a porfile for r version 1.8.1 on darwin:
http://r.darwinports.com/
is that it?
aother question related to that
if it's
2005 Nov 15
1
prototype.js mousewheel event patch
Hi All.
I made mousewheel event patch for prototype.js .
http://rails2u.com/tmp/wheel_demo.html
This wheelevent works WinIE & Firefox.
If it is good, Would you adapt the patch I made?
-gorou
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2008 Apr 23
3
profiles migrate
Hy , my english is bad,bad sorry
I need change a server pdc samba , and change too the domain name, so i
can't export users and sid .
Exist some tool to export and covert the old porfile to the new domain?
thanks
Maximo Monsalvo
2005 Sep 19
1
PSDRV_FindPrinterInfo Error, trying to use kprinter
I am running wine 20050725 under KDE/Debain/testing with binaries from
deb http://wine.sourceforge.net/apt/ binary/ on the client in question.
I am trying to print from QuickBooks 6 to a printer server (Brother HL1240)
running cups 1.1.18. The client is accessing the printer from kprinter and
printing from the native Linux applications with no problem.
When I try to print from QuickBooks I
2010 Jan 05
7
setup schedule cron job every other week?
We have CENTOS 5 on DELL server. I tried to setup schedule cron job to run every other week on Saturday (NOT first and third week ).
Does ayone has ideal how to do it?
Thanks.
___________________________________________________
??????? ? ????????????????
http://messenger.yahoo.com.tw/
2005 Dec 13
1
R_PROFILE on Windows
Dear R-devel,
There seems to be a bug in the Startup section, regarding the
R_PROFILE environment variable in Windows. If not a bug in the Startup
itself, perhaps a bug in the documentation.
According to ?Startup:
Then R searches for the site-wide startup profile unless the
command line option '--no-site-file' was given. The name of this
file is
2004 Jun 16
1
start-up problems
Hi,
After some reading and experimentation I found that I cannot solve this
problem:
1.
I am starting R and check:
> system("pwd")
/home/woodstock/hoffmacw/R/test
> system("echo $HOME")
/home/woodstock/hoffmacw
> system("echo $R_PROFILE")
/home/woodstock/hoffmacw/R
> system("ls $R_PROFILE/.Rprofile")
/home/woodstock/hoffmacw/R/.Rprofile
2008 Jan 16
3
Rprofile.site not executed?
It seems that my Rprofile.site file is not executed when I start R. To
test this I included the following code in that file:
.First <- function(){
cat("\nWelcome at", date(), "\n")
flush.console()
}
When I start R the message above is not displayed.
I am running R 2.6.1 (rgui.exe) under Vista Home Premium. The
Rprofile.site is in the etc folder and the R_PROFILE
2004 Aug 08
1
Use of R_PROFILE.R / install.R
According to R-exts:
The second purpose for @file{install.R} is to hold code that needs to be
executed each time the package is attached, after the image is
loaded. Few packages have a need for such code so @file{install.R} is
normally an empty file.
The optional file @file{R_PROFILE.R} is executed before the code in the
@file{R} subdirectory and should be used to set up an
2009 Mar 19
2
How to set R_PROFILE conditional on batch or interactive mode
I am running R 2.8.1 on SUSE Linux. I would like to be able to set
R_PROFILE to two different possibilities. One when R is called by R CMD
BATCH and another any other time. Is this possible?
Mark Lyman, Statistician
Engineering Systems & Integration, ATK
2007 Sep 03
1
Snow on Windows Cluster
Hello,
the package snow is not working on a windows cluster with MPICH2 and
Rmpi. There is an error in makeCluster:
launch failed: CreateProcess(/usr/bin/env
"RPROG="C:\Programme\R\R-2.5.1\bin\R" "OUT=/dev/null" "R_LIBS="
C:/Programme/R/R-2.5.1/library/snow/RMPInode.sh) on 'cl1' failed, error
3 - Das System kann den angegbenen Pfad nicht finden.
I
2003 Oct 01
1
installing DBI_0.1-6.tar.gz
Dear,
I tried to install the DBI package in R-1.7.1, but this gave the
following error:
/volume1/scratch/jallemee/R/lib/R/bin/INSTALL: line 1: 1856
Done ( echo
"options(save.image.defaults=${save_image_defaults})"; if test
-s R_PROFILE.R; then
cat R_PROFILE.R;
fi; echo
2007 Sep 22
1
Runing a script under cron. Append stdout and stderr to a log file, propagate stderr back to cron for email reporting
Dear List,
I want to run a rsync-ing script in cron, generating a very verbose
-vv rsync log in a log file. The log file should combine both stderr
and stdin, which is easy:
backup.sh >>/var/log/backup.log 2>&1
However, I would like to propagate only stderr to cron - in case there
has been an error, cron will mail me the assembled stderr output.
I tried the following:
$
2007 Sep 23
0
Runing a script under cron. Append stdout and, stderr to a log file, propagate stderr back to cron for email, reporting
"Alexander Georgiev" <alexander.georgiev at gmail.com> wrote:
> I want to run a rsync-ing script in cron, generating a very verbose
> -vv rsync log in a log file. The log file should combine both stderr
> and stdin, which is easy:
>
> backup.sh >>/var/log/backup.log 2>&1
>
> However, I would like to propagate only stderr to cron - in case
2003 Jan 03
1
[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail
http://bugzilla.mindrot.org/show_bug.cgi?id=125
------- Additional Comments From jrj at purdue.edu 2003-01-04 06:29 -------
The following attachment updates the suggested patch to 3.5p1.
The attachment is a gzip'd tar file. Once you download it, ungzip it and then
untar it into a temp directory (or use the 'z' option of GNU tar). Then look at
the README for more information.
2002 Nov 15
0
[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail
http://bugzilla.mindrot.org/show_bug.cgi?id=125
------- Additional Comments From Brian.King at xwave.com 2002-11-16 07:20 -------
One of the suggested work-a-rounds was to set "UseLogin yes" in sshd_config.
This does not work 100% of the time. SSH clients used in non-interactive modes
still exhibit the problem.
e.g.:
ssh {hostname} "crontab -l >crontmp ; crontab
2002 Jul 14
3
[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail
http://bugzilla.mindrot.org/show_bug.cgi?id=125
------- Additional Comments From jrj at purdue.edu 2002-07-14 13:31 -------
Created an attachment (id=131)
Update of bug #2 patch to 3.4p1
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Mar 25
0
[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail
http://bugzilla.mindrot.org/show_bug.cgi?id=125
dleach at securenet.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dleach at securenet.com.au
------- You are receiving this mail because: -------
You are the assignee for the bug, or are
2003 Jul 09
1
[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail
http://bugzilla.mindrot.org/show_bug.cgi?id=125
------- Additional Comments From jrj at purdue.edu 2003-07-10 08:23 -------
Created an attachment (id=355)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=355&action=view)
Gzip'd tar file with 3.6p1 (and later) patch
This version of the patch applies against 3.6p1 (and later).
In addition to being an update to a new release,
2003 Nov 15
0
[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail
http://bugzilla.mindrot.org/show_bug.cgi?id=125
jrj at purdue.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #438 is|0 |1
obsolete| |
------- Additional Comments From jrj at purdue.edu 2003-11-15 16:00 -------
Created an