similar to: Job Script

Displaying 20 results from an estimated 30000 matches similar to: "Job Script"

2006 Sep 07
3
Sudo(ers) distrobution system/script
Just wondering if anyone out there is using sudo across a bunch of machines and has a system/script for painlessly distributing a master sudoers file? is it as easy as a daily cronjob running wget/scp/rsync?
2001 Apr 05
1
No subject
R-helpers, Beginner in R language, I have a problem to install a package (multiv) in R for Windows 98 (R-Gui) First I have got the multiv.zip file from the CRAN precompiled contributed packages for Windows and put this file in C:/Program Files/rw1022. in R-Gui I tried to install it as following > install.packages("C:/Program Files/rw1022/multiv.zip") I received the following
2013 Dec 21
2
error con install_github() del paquete devtools
Gracias Oscar. Funciona perfectamente. Ya investigaré más adelante porque no funciona install_github Saludos y feliza navidad.. El 20/12/13 23:05, Oscar Perpiñan escribió: > tmp <- paste0(tempdir(), '/likert.zip') > download.file('https://github.com/jbryer/likert/archive/master.zip', > destfile=tmp, method='wget') > unzip(tmp,
2006 Jul 31
4
question about dataframe ("sensory") in PLS package
Dear all, I am trying to my dataframe for the PLS analysis using the PLS package. However I have some trouble generating the correct dataframe. The main problem is how to use one name to represent several columns in the dataframe. The example dataframe in PLS package is called "sensory". I cannot directly read the data file since it's a binary file. If I use
2018 Jul 04
1
unexpected behavior of unzip with list=T and unzip=/usr/bin/unzip
Hello, I encountered some unexpected behavior of unzip when using info-zip's unzip instead of R's internal program. Specifically, unzip("file.zip", list=TRUE, unzip=/usr/bin/unzip) produces incorrect output if the zip archive has filenames with spaces, and results in an error if the zip archive includes an archive comment or file comments. Here is some code to reproduce along
2009 Mar 25
2
no internal function "int.unzip" in R 2.9 on Windows
Dear list, Using R 2.9, I have the following error on Windows when I try using .Internal(int.unzip(...)): > .Internal(int.unzip("test.zip",NULL, ".")) Error in .Internal(int.unzip("test.zip", NULL, ".")) : no internal function "int.unzip" The same error also happens with R 2.10 but not on R 2.8. And it does not happen with R 2.9 on Mac or
2006 Sep 19
1
odfWeave help
Hi R users I haven't run odfWeave example, R give me: Setting wd to C:\DOCUME~1\MARIOM~1\CONFIG~1\Temp\Rtmph2Nzqb/odfWeave19070343633 Copying C:/ARCHIV~1/R/R-23~1.1/library/odfWeave/examples/simple.odt Decompressing ODF file using unzip -o "simple.odt" Erro en odfWeave(demoFile, outputFile) : Error unzipping file Adem?s: Warning message: unzip no encontrado I have installed
2004 Oct 05
4
Archiving live streams broken down by time.
With all of your help, I've got Ices & Icecast producing live streams for the internet. Is there a way that I can save an archive file by a time span; for example we have two radio shows that we want to have daily archives on the website, one that is from 7:30am to 8:00am and one that is from 3:00pm to 3:30pm. Is there a way that they could be saved with a different filename each day.
2016 Oct 07
1
unzip does not like a / at the end of path.
dir("inst/extdata/") dir("./inst/extdata/") dir("inst/extdata") works all fine, listing the directory content. but: unzip(tmp[1],exdir = "inst/extdata/") Error in unzip(tmp[1], exdir = "inst/extdata/") : 'exdir' does not exist unzip(tmp[1],exdir = "./inst/extdata/") Error in unzip(tmp[1], exdir = "inst/extdata/") :
2010 Aug 31
1
odfWeave
Dear -r-helpers, I'm trying to get my students to use odfWeave. Windows users are having trouble. I would appreciate advice. Comment 1: Hello I have spent a while today trying to get odfWeave to be successful I installed the unzip and zip program but it has not changed the error message.I have copied the error message below but I am sure it is the one others have experienced. >
2009 Dec 14
5
Cron job? or something else? help..
Hello, i have a certain issue at hand that i'm trying to solve. there's a certain command that i need to execute 10 minutes after boot. how can i set that? im not very expert with cron jobs but can it be done that way? i know that cronjob works on specified time but how can i set it to run with '10 min after startup" as a condition ?
2004 Aug 06
3
test load for icecast2 ?
hello everyone! first of all, thanks to all software authors and documentation writers for a great piece of work ! i'm test-driving an icecast2 relay on a rather crappy network connection. to hammer on it, i was listening to the stream with xmms while doing a couple of parallel wget -O - http://..mystream 2&>1 >/dev/null from another machine. however, as few as 5 parallel
2011 Jul 11
2
How unzip all files?
Hi I'm starting to use R in windows. I need unzip some files. Each of them are in different folders and subfolders. Names of folders have the same beginning of the name. [example:( ~ / M_ /P_ (...)/ (...)R(...)/*.zip)] I do not know the expression (character) necessary to call this direction and to unzip files are in each subfolder. Thank you. -- View this message in context:
2012 Sep 12
1
unzipping with ff
I've noticed that ff uses the unzip utility available on it's host OS to load datasets via ffload. It seems to work fine in linux, but when I try to use the package in Windows (hence dling Windows unzip utils) I get 2 errors, one telling me that the options aren't being passed to unzip correctly and another indicating that my filename is incorrect. First, does anyone know of an unzip
2004 Aug 06
1
test load for icecast2 ?
On Wed, 5 Mar 2003, Michael Smith wrote: > On Wednesday 05 March 2003 19:13, Joern Nettingsmeier wrote: > > i'm test-driving an icecast2 relay on a rather crappy network > > connection. to hammer on it, i was listening to the stream with xmms > > while doing a couple of parallel wget -O - http://..mystream 2&>1 > > > > >/dev/null from another
2003 Jan 12
1
Memdisk & tomsrtbt
tom & peter Hi Guys, I have a little problem I'm hoping you can help me with. When I try to boot toms image, memdisk states a "fractional end sector" while loading the image. It continues with the process until I get a "Booting..." prompt and then freezes. Here's the whole story: A while back I acquired version tomsrtbt 2.0.103, to make a multi-image boot cd as
2007 Nov 17
1
odf and unzip: unzip not found
hi list members I am trying to use odfWeave with R 2.5.1 on Windows XP. however when running e.g. odfWeave(demoFile, outputFile) I get: Error in odfWeave(demoFile, outputFile) : Error unzipping file In addition: Warning message: unzip not found in: system(zipCmd[2], invisible = TRUE) presumably my zip and unzip are not set up correctly but I dont know how to do that. I installed zip and
2007 Sep 28
3
[LLVMdev] Bugs in Getting Started Guide
On Thursday 27 September 2007 22:51, Tanya M. Lattner wrote: > The getting started quickly instructions say that you "cd > where-you-want-the-C-front-end-to-live" and the unzip the > front-end, followed by "cd where-you-want-llvm-to-live". Maybe this adds to the confusion: that he has to make decisions ("Where do I want the c-front end to live?") --- and at
2010 Mar 13
3
How can I access a ZIP file that's over 2Gb?
I have a zip file. It is over 2Gb in size: -rw-r--r-- 1 sweh sweh 2383956582 Mar 13 13:44 test.zip The standard "unzip" program barfs: % unzip -l test.zip Archive: test.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment
2009 Mar 11
1
trying to run odfWeave()
Hi there ! I'm working with windows and R GUI and I'm trying to generate an automatic repport using odfWeave. I have taken the basic template available on line at : http://www.biostat.uzh.ch/services/templates.html which is SampleOdf.odt I've imported the package "odfWeave" and the corresponding library. And then I run : > file.in="E:/Tex/SampleOdf.odt"