search for: batchfil

Displaying 20 results from an estimated 427 matches for "batchfil".

Did you mean: batchfile
2009 Jun 02
1
Problem downloading webpages using batchfiles and RCurl from command line in Vista Basic - couldn't connect to host
Dear all, I am having a problem downloading webpages through R when i run it in the DOS window under Windows Vista Basic. I have downloaded the batchfiles from http://code.google.com/p/batchfiles/ and have successfully set the PATH. I open up 'Command Prompt' in Vista and type (after the C:\...> stuff): ### START ### C:\Users\Karen>Rscript -e "library(RCurl); getURL('http:// www.google.com')" Loading required packa...
2006 Oct 19
0
New version of batchfiles 0.2-9
There is a new version, 0.2-9, of the Windows XP batchfiles distribution. It is a zip file containing a set of Windows XP batch scripts useful in conjunction with R. The latest release adds sweave.bat which will 1. run sweave, 2. run pdflatex and then 3. view the pdf in sequence. If sweave or pdflatex terminates in an error or if either fails to produc...
2006 Oct 19
0
New version of batchfiles 0.2-9
There is a new version, 0.2-9, of the Windows XP batchfiles distribution. It is a zip file containing a set of Windows XP batch scripts useful in conjunction with R. The latest release adds sweave.bat which will 1. run sweave, 2. run pdflatex and then 3. view the pdf in sequence. If sweave or pdflatex terminates in an error or if either fails to produc...
2009 May 22
1
Strange install key for R
One user of my batchfiles http://batchfiles.googlecode.com found they did not find the R registry key because it mysteriously was at hklm\software\wow6432Node. The system was a 64 bit system. I've always seen the key at hklm\software\R-core\R which is what the batchfiles assume. Has there been some change in where t...
2010 Dec 13
0
batchfiles 0.6-0
batchfiles is a set of batch, javascript and HTML Application files that are useful for running R and associated programs on Windows. Version 0.6-0 updates them for the new architecture specific directory structure in R 2.12.0 . A few of the lesser used utilities have been dropped. Each batchfile is self...
2010 Dec 13
0
batchfiles 0.6-0
batchfiles is a set of batch, javascript and HTML Application files that are useful for running R and associated programs on Windows. Version 0.6-0 updates them for the new architecture specific directory structure in R 2.12.0 . A few of the lesser used utilities have been dropped. Each batchfile is self...
2013 Mar 19
0
Windows batchfiles 0.7-1
A new version of the Windows batchfiles is available. CHANGES The key change is the new R.bat utility. R.bat has a new interface and extended functionality covering many of the other prior utilities. (These older utilities are no longer needed and have been removed.) Unlike R.bat which requires no configuration the new Rpathset.ba...
2013 Mar 19
0
Windows batchfiles 0.7-1
A new version of the Windows batchfiles is available. CHANGES The key change is the new R.bat utility. R.bat has a new interface and extended functionality covering many of the other prior utilities. (These older utilities are no longer needed and have been removed.) Unlike R.bat which requires no configuration the new Rpathset.ba...
2008 May 05
0
batchfiles 0-4.1
batchfiles 0.4-1 consists of a set of Windows Vista .bat and other scripts used as front ends to R CMD ... and for other purposes. Whereas Version 0.4-0 of batchfiles eliminated the need to set any paths when running R, version 0.4-1 now eliminates the need to set any paths when building and installing R p...
2008 May 05
0
batchfiles 0-4.1
batchfiles 0.4-1 consists of a set of Windows Vista .bat and other scripts used as front ends to R CMD ... and for other purposes. Whereas Version 0.4-0 of batchfiles eliminated the need to set any paths when running R, version 0.4-1 now eliminates the need to set any paths when building and installing R p...
2003 Sep 08
8
Can I execute a shell script from Wine ?
I need to be able to trigger a Linux procedure (shell script, or PERL for example) from Wine. Is it possible to do ? Please help ! Thanks. Boris Kirshteyn K-B Toys, Software Architect (413) 496-3249 bkirshte@kbtoys.com
2005 Jun 03
3
plots from batchfile on windows
Hi, On windows I'd like to run a batchfile that leaves me a plot. As a test I have the scriptfile "test.r" which only contains: x <- 1:10; y <- sample( 10 ) plot( x, y ) Now I tried the following (but nothing worked): a) "R --vanilla < test.r" in the cmd window, => that doesn't give me a p...
2005 Jul 05
0
batchfiles for Windows
batchfiles, available on CRAN at http://cran.r-project.org/contrib/extra/batchfiles/ consists of a set of Windows XP batch files (they may run on NT/2000 too but that has not been tested) which facilitate: 1. starting R, automatically locating it in the registry each time they are run, so that whe...
2005 Jul 05
0
batchfiles for Windows
batchfiles, available on CRAN at http://cran.r-project.org/contrib/extra/batchfiles/ consists of a set of Windows XP batch files (they may run on NT/2000 too but that has not been tested) which facilitate: 1. starting R, automatically locating it in the registry each time they are run, so that whe...
2008 Jan 19
0
batchfiles 0.4-0
batchfiles 0.4-0 consists of a set of Windows Vista .bat, .hta and .pl files. More information is available on the home page: http://batchfiles.googlecode.com CHANGES - now tested with Vista exclusively (use 0.3-2 instead on XP) - sweave.bat now has no dependencies on the other batch files. With this...
2008 Jan 19
0
batchfiles 0.4-0
batchfiles 0.4-0 consists of a set of Windows Vista .bat, .hta and .pl files. More information is available on the home page: http://batchfiles.googlecode.com CHANGES - now tested with Vista exclusively (use 0.3-2 instead on XP) - sweave.bat now has no dependencies on the other batch files. With this...
2006 Apr 26
3
copying previously installed libraries to R 2.3.0
hi all, is there a new mechanism in R 2.3.0 for copying libraries from, say, R 2.2.1 to R 2.3.0? i ask because gabor grothendieck comments in his copydir.bat (from gabor's batchfiles at: http://cran.r-project.org/contrib/extra/batchfiles/batchfiles_0.2-5.zip ): ``:: I personally upgraded my 2.1.0 to 2.2.0 this way so it seems ok until :: R replaces this with something better which is expected for 2.3.0. ''' see also the posting below. cheers, thomas....
2010 Feb 25
1
sftp Batchmode command level error suppression does not work?
...H sftp (on solaris) >From man page Termination on error can be suppressed on a command by command basis by prefixing the command with a `-' character (for example, -rm /tmp/blah* ). This does not seem to work - instead the server seems to fail to recognize the command from the batchfile. Consider this batchfile mkdir tmp cd tmp put rpt.list bye We want to make sure we have a ./tmp dir - if it exists that's ok We want the ftp to fail if it can't cd tmp Run as is (second round) sftp> mkdir tmp Couldn't create directory: Failure (which is expected - directory exis...
2011 May 03
4
Wishlist: write R's bin path to the PATH variable and remove the version string in the installation dir under Windows
...tring will often lead to many (unnecessary) copies of R in the system and brings difficulty to the first issue (several possible bin directories); I'm aware of some existing efforts in overcoming the difficulty of calling R under Windows like the R batch files project (http://code.google.com/p/batchfiles/), but I believe this is better to be solved in R directly. Thanks! Regards, Yihui -- Yihui Xie <xieyihui at gmail.com> Phone: 515-294-2465 Web: http://yihui.name Department of Statistics, Iowa State University 2215 Snedecor Hall, Ames, IA
2013 Feb 24
2
Issues with TMPDIR/TEMP/TMP? Failure of R CMD check under Windows 7
Dear helpeRs, on my Windows 7 laptop, I have problems getting R CMD check to work. I believe it did work completely before, but I am not sure. Yesterday it almost worked, except for the tests: These were aborted because of a complaint that the temporary directory wasn't available. I played with windows environment variables for the temporary directory, but that didn't solve it.