search for: texinput

Displaying 20 results from an estimated 44 matches for "texinput".

Did you mean: texinputs
2010 Sep 16
1
Lack of consistent cross-platform behaviour of tools:::buildVignettes()
...nment when R is started. I noticed that, on Unix, this mechanism is not used when R is started normally at the command line but only when it's started using the 'R CMD' syntax. One problem with this is some lack of consistent cross-platform behaviour. For example: On Linux: $ echo $TEXINPUTS $ echo "Sys.getenv('TEXINPUTS')" | R --slave TEXINPUTS "" But on Windows: E:\tmp>echo %TEXINPUTS% %TEXINPUTS% E:\tmp>echo Sys.getenv("TEXINPUTS") | R\bin\R.exe --slave TEXINPUTS...
2009 Sep 28
1
Sweave, TEXINPUTS problem
Hi, I'm trying to use Sweave in my .tex-documents using \usepackage{Sweave} notation. I have this line in my .bash_profile export TEXINPUT=.:/Users/jrara/Library/Frameworks/R.framework/Resources/share/texmf:$TEXINPUTS When trying to typeset this .tex document, I get an error message saying ERROR: LaTeX Error: File `Sweave.sty' not found. I tried to google this problem but could not find a solution. -Johannes > sessionInfo(...
2009 Sep 08
1
makefile for sweave
...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 -f *.log *.dvi *~ # On what does the report depends? Report.pdf: $(TEX_CMPS:=.tex) $(RNW_CMPS:=.tex) ${OTHER} makefile TEXINPUTS=${TPUTS} pdflatex $< TEXINPUTS=${TPUTS} pdflatex $< rm *.log # mv *.aux $(dir $<) # How to build the tex files from the Rnw (Sweave) files %.tex: %.Rnw echo "library(utils); options(width=60); Sweave('$<')" | ${R_PRG} --no-save --vanilla mv $(no...
2013 Apr 18
1
texi2pdf texinputs arguments
Dear All I am trying to specify the output directory and the directory for the log files (the same) for texi2dvi. The default for my windows computer is C:\Users\...\Documents which I do not want. The help guide: texinputs NULL or a character vector of paths to add to the LaTeX and bibtex input search paths. is a little cryptic for me this morning I have tried texi2dvi(file = "d:/Cic/Sweave/Figs/Sheep3/FS/14/sFSheepFS14.tex", pdf=TRUE,clean=F, texinputs = "--include-directory=d:/Cic/Sweave/Figs...
2005 Feb 10
2
Problem with "R CMD Rd2dvi": Rd.sty not found
...have a Rd.sty file in R_HOME/share/texm directory. I looked through newsgroups for any related discussions and found Arnab Mukherji reporting the same problem on Dec 23 2003 (Subject: "[R] Rd.sty not found -"). In reply Prof. Brian Ripley suggested the following: It should be looking in TEXINPUTS, as is the point of the following in the check script $ENV{'TEXINPUTS'} = env_path(&file_path($R::Vars::R_HOME, "share", "texmf"), $ENV{'TEXINPUTS'}); So you could try adding to TEXINPUTS yourself, and you should certainly check the current setting of the...
2010 Jun 09
2
Question on trying to build R 2.11.1 on Tru64(aka OSF1)
...o the perl library path. if test -n "${PERL5LIB}"; then PERL5LIB="${R_SHARE_DIR}/perl:${PERL5LIB}" export PERL5LIB else PERLLIB="${R_SHARE_DIR}/perl:${PERLLIB}" export PERLLIB fi ## Append 'share/texmf' to TeX's input search path. if test -z "$TEXINPUTS}"; then TEXINPUTS=".:${R_SHARE_DIR}/texmf:" else TEXINPUTS=".:${TEXINPUTS}:${R_SHARE_DIR}/texmf:" fi export TEXINPUTS . "${R_HOME}/etc${R_ARCH}/Renviron" export `sed 's/^ *#.*//; s/^\(.*\)=.*/\1/' "${R_HOME}/etc${R_ARCH}/Renviron"` extra=...
2007 Jun 20
1
Help With Sweave:
.../usr/local/noweb/lib/pipedocs make[1]: Leaving directory `/home/mdj/downloads/noweb-2.11b/src/lib' mkdir /usr/local/noweb/man /usr/local/noweb/man/man1 /usr/local/noweb/ man/man7 2>/dev/null make: [install-man] Error 1 (ignored) sed -e "s@|LIBDIR|@/usr/local/noweb/lib@" -e "s@|TEXINPUTS|@/usr/local/ tex/inputs@" xdoc/cpif.1 > /usr/local/noweb/man/man1/cpif.1 sed -e "s@|LIBDIR|@/usr/local/noweb/lib@" -e "s@|TEXINPUTS|@/usr/local/ tex/inputs@" xdoc/nodefs.1 > /usr/local/noweb/man/man1/nodefs.1 sed -e "s@|LIBDIR|@/usr/local/noweb/lib@" -e &qu...
2011 Mar 23
0
Passing tex parameter via texi2dvi
...n the way, and extra is there, but not really used. extra <- "" #### ??? --version does not like tex-options ver <- system(paste(shQuote(texi2dvi), "--version"), intern = TRUE) if (length(grep("MiKTeX", ver[1L]))) { texinputs <- c(texinputs0, Rtexinputs, Rbstinputs) texinputs <- gsub("\\", "/", texinputs, fixed = TRUE) paths <- paste("-I", shQuote(texinputs)) extra <- paste(extra, paste(paths, collapse = " ")) } Is ther...
2008 Apr 07
1
R_SHARE_DIR not defined for use in tests/Makefile running under Windows
...ld propagate to to be available in a Makefile.) int rcmdfn (int cmdarg, int argc, char **argv) { /* tasks: find R_HOME, set as env variable set R_SHARE_DIR as env variable set PATH to include R_HOME\bin set PERL5LIB to %R_SHARE_DIR%/perl;%Perl5LIB% set TEXINPUTS to %R_SHARE_DIR%/texmf;%TEXINPUTS% set HOME if unset launch %R_HOME%\bin\$* */ -- Tony Plate
2008 Jun 23
1
r-base build: failure to convert R-FAQ to pdf
...received an email in Ubuntu alerting us that something strange was going on during the r-base 2.7.1 rc build (see [1]). It seems that there is an error during the convertion of R-FAQ.texi to pdf. The following excerpt, taken from [2], shows the problem: /bin/sh: line 0: test: too many arguments TEXINPUTS=".:$TEXINPUTS" /usr/bin/texi2dvi --texinfo="@set UseExternalXrefs " --pdf R-FAQ.texi /usr/bin/texi2dvi: Running pdfetex --file-line-error '/build/buildd/r-base-2.7.1~20080621/doc/manual/R-FAQ.t2d/pdf/xtr/R-FAQ.texi' ... This is pdfTeXk, Version 3.141592-1.40.3 (Web2C...
2003 Dec 23
1
Rd.sty not found -
Hi I am still trying to wrap up a package using Rcmd (in windows 2000 professional with R 1.8.1). I have made some progress - and now at least Rcmd check works - it still giving me an error message when it creates latex help files though. Thus I get: c:\rpack> Rcmd check test * checking for working latex ... OK * using log directory 'C:/rpacks/test.Rcheck' * checking for file
2004 Feb 01
1
error in building R-1.9.0 sources under Win32
...tex so I put txi-en.tex in path_to_tex/texmf/tex/texinfo where I believe it should be (the full installation of fpTeX did not come with this file). 'make distribution' also fails with the same error message. Any thoughts on what is going wrong here? Jamie Jarabek #################### TEXINPUTS="../../share/texmf;$TEXINPUTS" pdftex R-admin.texi This is pdfTeXk, Version 3.141592-1.11b (Web2c 7.5.2) %&-line parsing enabled. (g:/fpTeX/texmf/web2c/cp8bit.tcx) (./R-admin.texi{g:/fpTeX/texmf-var/pdftex/config/pdftex.cfg} Babel <v3.7o> and hyphenation patterns for english...
2010 Mar 17
2
Sweave and kile
Dear R-users, I want to give a try to Sweave and Latex but I am having some problems compiling my .Rnw files within Kile. I have followed the recommendations given in http://tolstoy.newcastle.edu.au/R/e5/help/08/10/4277, but they do not seem to address my particular problem. I am using R 2.11.0 and Kile v 2.0.83 on an OpenSUSE11.2 installation (KDE 4.3 environment). According to the log (see
2006 Oct 14
2
Sweave, R and complex latex projects
Hello all, I've been able to use R very successfully to run simple statistics and generate the plots I require. I've been evaluating Sweave, and have hit upon a small problem that I don't seem to be able to workaround. Sweave runs very well for single file latex documents, but I have a complex thesis made up of several parts and chapters. These are arranged with a master latex file
2003 May 17
1
problem building dvi and pdf documentation on Darwin 10.2.6
...nstallation (mine is teTeX 2.0.2 built via fink), or some (other) Darwin-related problem. If someone with a better understanding of these things can point me in the right direction, I'd appreciate it. Thanks, Mark Perkins perkinsm at bway.net --------------------------- Output from make: TEXINPUTS=".:$TEXINPUTS" ../../bin/texi2dvi --texinfo="@set UseExternalXrefs" R-FAQ.texi This is TeX, Version 3.14159 (Web2C 7.4.5) (/tmp/t2d10777/xtr/R-FAQ.texi (./texinfo.tex Loading texinfo [version 2002-03-26.08]: Basics, pdf, fonts, page headings, tables, conditionals, indexing, sec...
2004 Jul 14
1
RCMD fails in Windows XP
I have setup R 1.9.1 on my Dell laptop running windows XP. I have installed it to C:\R\rw1091. Rgui runs fine, but Rcmd fails if run with parameters (i.e. install). The windows dialog box cheerfully says "R for Windows front-end has encountered a problem and needs to close. We are sorry for the inconvenience." Running the visual C++ debugger informs me that there is an unhandled
2011 Dec 07
1
running texi2dvi without running bibtex
...vidually. The files are simple one page files with no citations, so need no biblio. If I switch to one of the folders containing a table and a latex file and run texi2dvi("onepager", pdf = TRUE, clean = FALSE, quiet = FALSE, texi2dvi = getOption("texi2dvi"), texinputs = NULL, index = TRUE) I get running command '"C:\PROGRA~1\MIKTEX~1.9\miktex\bin\texi2dvi.exe" --pdf "onepager" -I "C:/PROGRA~1/R/R-213~1.0/share/texmf/tex/latex" -I "C:/PROGRA~1/R/R-213~1.0/share/texmf/bibtex/bst"' had status 1 and no pdf produced....
2010 Jun 08
3
Question on trying to build R 2.11.1 on Tru64(aka OSF1) system
Hello, I am trying to build the R-2.11.1 software for university faculty to use in research projects on a DEC/Compaq/HP AlphaServer model GS160 16CPU/64GB memory running Tru64Unix aka OSF1 version 5.1B-5. Is it known whether it is possible to build the R-2.11.1 software on the platform I am using? In my attempts to build the R-2.11.1 software, I first used the native C and Fortran 77/90/95
2008 Apr 07
2
problem with Rmpi 0.5-5 and openmpi
...bin:/usr/X11R6/bin:/bin:/u sr/games:/opt/gnome/bin:/opt/kde3/bin:/opt/pathscale/bin CPU=x86_64 JAVA_BINDIR=/usr/lib/jvm/java/bin INPUTRC=/etc/inputrc PWD=/home/pearman JAVA_HOME=/usr/lib/jvm/java LANG=en_US.UTF-8 PYTHONSTARTUP=/etc/pythonstart SGE_ROOT=/opt/sge SDK_HOME=/usr/lib/jvm/java C3_RSH=ssh TEXINPUTS=:/home/pearman/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX JDK_HOME=/usr/lib/jvm/java SHLVL=1 HOME=/home/pearman LESS_ADVANCED_PREPROCESSOR=no OSTYPE=linux LS_OPTIONS=-N --color=tty -T 0 XCURSOR_THEME=crystalwhite WINDOWMANAGER=/usr/X11R6/bin/kde GTK_PATH=/usr/local/lib/gtk-2.0:/opt/gnome/lib/gtk-2.0:/...
2017 Apr 06
3
failure of make check-all
...CMD" < [71] "R_VERSION" "R_ZIPCMD" < [73] "SED" "SESSION" < [77] "SHELL" "SHLVL" < [79] "SSH_AGENT_PID" "SSH_AUTH_SOCK" < [81] "TAR" "TERM" < [83] "TEXINPUTS" "UPSTART_EVENTS" < [85] "UPSTART_INSTANCE" "UPSTART_JOB" < [87] "UPSTART_SESSION" "USER" < [89] "WINDOWID" "XAUTHORITY" < [91] "XDG_CONFIG_DIRS" "XDG_CURRENT_DESKTOP" <...