similar to: New version of batchfiles 0.2-9

Displaying 20 results from an estimated 40000 matches similar to: "New version of batchfiles 0.2-9"

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 change all .bat and .hta files now have no dependencies except possibly for R. -
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 change all .bat and .hta files now have no dependencies except possibly for R. -
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 contained. To install just place all or just any that you wish to use anywhere on your
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 contained. To install just place all or just any that you wish to use anywhere on your
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 when a new version of R is installed its not necessary to update them all - Rcmd.bat,
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 when a new version of R is installed its not necessary to update them all - Rcmd.bat,
2006 Oct 13
3
No exit codes from RTerm (Windows) (PR#9296)
Full_Name: Russell V. Lenth Version: 2.3.1 OS: Windows XP Pro Submission from: (NULL) (128.255.132.188) I wrote a simple .BAT file to run the Sweave function on a file (via RTerm), then run pdflatex on the result (after RTerm exits). The issue is that if an error condition occurs in RTerm, it is prudent to not do the pdflatex processing afterward. Here are the relevant statements in the BAT
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.bat utility is configured by manually changing the Windows batch
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.bat utility is configured by manually changing the Windows batch
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);
2013 Feb 04
1
Error building R from SVN - unable to run 'pdflatex' on 'example-1.tex'
G'day, I'm trying to build R using the code from SVN. I am able to successfully build the source from here: http://cran.r-project.org/src/base/R-2/R-2.15.2.tar.gz However, when building the code checked out from SVN (either from 2.15.2 tag, or the trunk) I get the following error: Error: running Sweave on vignette
2008 Apr 12
1
2.7.0 beta (rev 45263) failing 'make vignettes'
Dear list, On Fedora 8 I downloaded the beta version of R via svn. make and make check-all worked fine, but make vignettes is failing with: make[1]: Entering directory `/home/gavin/R/2-7-patched/build/src/library' building/updating vignettes for package 'grid' ... processing 'displaylist.Snw' /usr/bin/texi2dvi: pdflatex exited with bad status, quitting. Error in
2009 Sep 08
1
makefile for sweave
Hello, I have the following makefile. The problem is that the bibliography doesn t work. Any help would be appreciated! I really don t don t what to do..:-( # The sources of the report (tex, Rnw and other files (e.g. bib, idx)) TEX_CMPS = Report problem RNW_CMPS = prop1 prop2 ExeExps OTHER = Report.bib # The name of the report to produce all: Report.pdf code: $(RNW_CMPS:=.R) clean: rm
2012 Nov 05
2
Problem compiling Rnw file
Dear R list, I'm using R 2.15.2 with TeX Live 2009 and ESS 12.09 . I have a R project in the '/home/r/Documents/myproj/', which is my working directory (where I have the .Rnw file). Inside the document I have several "setwd()" to collect the datasets I use. After I compile from the terminal using "R CMD Sweave myproj.Rnw", I receive the error: Error in
2011 Oct 22
0
patch to add cairo support to Sweave (Re: Sweave, cairo_pdf, CJK, ghostscript)
It was as easy as I thought it was half a day ago - here is a patch against R trunk to add cairo support to the Sweave driver, an example Sweave input, and the resulting output. A few more notes: - obviously the documentation needs to be updated... a bit more work to do. - some check to make sure "cairo" and "pdf" are not both set would be nice, as well as checking
2006 Oct 13
2
cygwin script for Sweave
below is a very simple bash script to run Sweave from a cygwin terminal, run pdflatex on the generated .tex file, and then view the resulting .pdf output. i usually use cygwin when i am (forced to be on) Windoze, but i found a few issues with paths that this script works around. pdfview, used in the script, is simply:
2003 Jul 30
0
Sweave
Many of you are using Sweave for making statistical reports. I thought it might be helpful to some to see an example of the setup I use (in Linux). For those of you who have not yet discovered the power and productivity gains from using Fritz Leisch's wonderful package, I encourage you to give Sweave a try. %File: model.nw %Usage: % Put library(Hmisc;Design;tools} in .First % Sweave model
2009 Dec 17
2
Sweave Makefile issue
Dear R-specialists, I am trying to create a Makefile that will first convert all my .Rnw files into .tex files and then, that will run the LaTeX compiler to produce a pdf document. This issue has been discussed before. Hence, I've basically adapted a Makefile I found at http://n4.nabble.com/R-Sweave-R-and-complex-latex-projects-td810020.html#a810023 to make it compatible with a Windows
2009 Jul 30
5
PDF Compression
Hi, I am generating a large number of graphs with pdf() and incorporating them in pdf document using pdflatex. According to the pdf() help: 'pdf' writes uncompressed PDF. It is primarily intended for producing PDF graphics for inclusion in other documents, and PDF-includers such as 'pdftex' are usually able to handle .compression. But pdflatex incorporates the R
2005 Jan 21
2
* creating vignettes ... ERROR
Dear R developers, I had some problem when building package: for exemple when building the package e1071 available from CRAN, I get the following message error: * checking for file 'e1071/DESCRIPTION' ... OK * preparing 'e1071': * cleaning src * running cleanup * creating vignettes ... ERROR /usr/lib/R/bin/texi2dvi: pdflatex exited with bad status, quitting.