search for: r_texi2dvicmd

Displaying 8 results from an estimated 8 matches for "r_texi2dvicmd".

2016 Feb 22
1
Avoid texinfo 6.1
There are problems with the texi2dvi in the recently released texinfo 6.1. (The bug has been reported.) Avoid 6.1 if you can, but if not setting the environment variable R_TEXI2DVICMD=emulation will enable R to build, including NEWS.pdf and all the vignettes. We are working on a more complete workaround for R-devel and 3.2.4. -- Brian D. Ripley, ripley at stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford
2017 Apr 06
3
failure of make check-all
...quot; "R_PDFVIEWER" < [61] "R_PLATFORM" "R_PRINTCMD" < [63] "R_PROFILE" "R_PROFILE_USER" < [65] "R_RD4PDF" "R_SESSION_TMPDIR" < [67] "R_SHARE_DIR" "R_SYSTEM_ABI" < [69] "R_TEXI2DVICMD" "R_UNZIPCMD" < [71] "R_VERSION" "R_ZIPCMD" < [73] "SED" "SESSION" < [77] "SHELL" "SHLVL" < [79] "SSH_AGENT_PID" "SSH_AUTH_SOCK" < [81] "TAR" "TERM"...
2017 Apr 06
0
failure of make check-all
...DFVIEWER" > < [61] "R_PLATFORM" "R_PRINTCMD" > < [63] "R_PROFILE" "R_PROFILE_USER" > < [65] "R_RD4PDF" "R_SESSION_TMPDIR" > < [67] "R_SHARE_DIR" "R_SYSTEM_ABI" > < [69] "R_TEXI2DVICMD" "R_UNZIPCMD" > < [71] "R_VERSION" "R_ZIPCMD" > < [73] "SED" "SESSION" > < [77] "SHELL" "SHLVL" > < [79] "SSH_AGENT_PID" "SSH_AUTH_SOCK" > < [81] "TAR" &q...
2024 Jan 10
1
Sys.which() caching path to `which`
Hello R-devel, Currently on Unix-like systems, Sys.which incorporates the absolute path to the `which` executable, obtained at the configure stage: > ## hopefully configure found [/usr]/bin/which > which <- "@WHICH@" > if (!nzchar(which)) { > warning("'which' was not found on this platform") This poses a problem for the Spack package
2015 Oct 19
1
R 3.2.2 - make check and install package hang
...IEWER /usr/bin/xdg-open R_PLATFORM x86_64-unknown-linux-gnu R_PRINTCMD lpr R_RD4PDF times,hyper R_SESSION_TMPDIR /tmp/Rtmphn5m15 R_SHARE_DIR /cm/shared/apps/R/3.2.1/lib64/R/share R_SYSTEM_ABI linux,gcc,gxx,gfortran,? R_TEXI2DVICMD /usr/bin/texi2dvi R_UNZIPCMD /usr/bin/unzip R_ZIPCMD /usr/bin/zip SED /bin/sed SGE_ROOT /cm/shared/apps/uge/8.2.1 SHELL /bin/bash SHLVL 1 SSH_ASKPASS /usr/libexec/openssh/gnome-s...
2015 Oct 17
3
R 3.2.2 - make check and install package hang
Hello Everyone, After trying several ways to compile R 3.2.2 without luck, I?m reaching out for help. The ?make check? does not hanges for some reason and when trying to install a package it cannot list the download sites (see below). What could be the problem? ./configure --enable-R-shlib --enable-BLAS-shlib hostname = test uname -m = x86_64 uname -r = 2.6.32-573.7.1.el6.x86_64 uname -s =
2009 Apr 17
0
R 2.9.0 is released
.... o New function rtags() in package 'utils' that provides etags-like indexing capabilities for R code files. New front-end script R CMD rtags provides an interface to the rtags() function (see R CMD rtags --help for details). o New environment variable R_TEXI2DVICMD to hold the path (if any) to 'texi2dvi' found at configure time: this now provides the default to option("texi2dvi"). o massage-Examples.pl has been replaced by the R function tools:::massageExamples(). o R CMD REMOVE now uses remove.packages(...
2009 Apr 17
0
R 2.9.0 is released
.... o New function rtags() in package 'utils' that provides etags-like indexing capabilities for R code files. New front-end script R CMD rtags provides an interface to the rtags() function (see R CMD rtags --help for details). o New environment variable R_TEXI2DVICMD to hold the path (if any) to 'texi2dvi' found at configure time: this now provides the default to option("texi2dvi"). o massage-Examples.pl has been replaced by the R function tools:::massageExamples(). o R CMD REMOVE now uses remove.packages(...