Displaying 20 results from an estimated 70 matches for "makeindex".
2007 Jul 23
1
Error using Rd2dvi on OSX
...Rd
man/K3p.Rd
man/Kb.Rd
man/Kf.Rd
man/Kh.Rd
man/Ks.Rd
man/Kspa.Rd
man/Kspc.Rd
man/Kw.Rd
man/bor.Rd
man/carb.Rd
man/phinsi.Rd
man/rho.Rd
man/seacarb_test.Rd
ENCS is
Creating pdf output from LaTeX ...
/Library/Frameworks/R.framework/Resources/bin/Rd2dvi: line 333:
pdflatex: command not found
lstat(./makeindex) failed ...
./makeindex: No such file or directory
Couldn't find input index file Rd2 nor Rd2.idx.
Usage: makeindex [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0
idx1 ...]
/Library/Frameworks/R.framework/Resources/bin/Rd2dvi: line 335:
pdflatex: command not found
/Library/Frameworks/R...
2001 Nov 27
3
Equations as arguments to functions
...t; C
[1] 20
> d
[1] 21.10551
> a[.5*length(a)]
[1] 0.1055086
Everything looks good - (BTW seems like a really powerful feature of R)
Now on to my code of interest, which doesn't work (shown below).
rm(list=ls())
load("datasets/citycodes")
increments _ seq(5000,100000,by=5000)
makeindex <- function(Y,eq) {
losers _ 0; levels_0
index _ 0; location _ 0; cutoff _0; totalapt_0; houses_0
for (C in city[1:2]) {
counter _ 0
if (file.exists(paste("datasets/2000income/",C,sep=""))) {
load(paste("datasets/2000income/",C,sep=""))
counte...
2009 Jul 31
1
Install R on Cygwin (correction)
.... /usr/bin/install -c
checking for sed... /usr/bin/sed
checking for less... /usr/bin/less
checking for perl... /usr/bin/perl
checking whether perl version is at least 5.8.0... yes
checking for dvips... /usr/bin/dvips
checking for tex... /usr/bin/tex
checking for latex... /usr/bin/latex
checking for makeindex... /usr/bin/makeindex
checking for pdftex... /usr/bin/pdftex
checking for pdflatex... /usr/bin/pdflatex
checking for makeinfo... /usr/bin/makeinfo
checking whether makeinfo version is at least 4.7... yes
checking for texi2dvi... /usr/bin/texi2dvi
checking for unzip... /cygdrive/c/Program Files (x86...
2000 Jun 19
1
Trying to compile R on Unix
...ison... bison -y
checking for ar... ar
checking whether echo can suppress newlines... yes
checking for nroff... false
checking for tbl... false
checking for perl... /usr/sbin/perl
checking whether perl version is at least 5... yes
checking for dvips... false
checking for latex... false
checking for makeindex... false
checking for pdflatex... false
checking for makeinfo... no
configure: warning: you cannot build info versions of the R manuals
checking for unzip... no
checking for zip... no
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc ) works... no
configure: error: i...
1999 Jan 12
0
installation problem on R-0.63.2
...install...
/usr/local/bin/ginstall -c
checking whether ln -s works... yes checking for ranlib... ranlib checking
for bison... bison -y checking for ar... ar checking for ratfor... ratfor
checking for latex... /usr/local/teTeX/bin/latex
checking for dvips.../usr/local/teTeX/bin/dvips
checking for makeindex... /usr/local/teTeX/bin/makeindex
checking for perl... /usr/bin/perl
checking whether perl is perl 5... yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes...
1998 Nov 19
1
configure on Solaris 2.6 for R-0.63
...cking for a BSD compatible install... aux/install-sh -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for bison... bison -y
checking for ar... ar
checking for ratfor... no
checking for latex... /psoft/TeX/bin/latex
checking for dvips... /psoft/TeX/bin/dvips
checking for makeindex... /psoft/TeX/bin/makeindex
checking for perl... /usr/local/bin/perl
checking whether perl is perl 5... yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
check...
1998 Nov 19
1
configure on Solaris 2.6 for R-0.63
...cking for a BSD compatible install... aux/install-sh -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for bison... bison -y
checking for ar... ar
checking for ratfor... no
checking for latex... /psoft/TeX/bin/latex
checking for dvips... /psoft/TeX/bin/dvips
checking for makeindex... /psoft/TeX/bin/makeindex
checking for perl... /usr/local/bin/perl
checking whether perl is perl 5... yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
check...
2009 Sep 08
1
makefile for sweave
...Rnw (Sweave) files
%.R: %.Rnw
echo "library(utils); Stangle('$<')" | ${R_PRG} --no-save --vanilla
%.bib:
TEXINPUTS=${TPUTS} pdflatex $<
bibtex $<
%.aux:
TEXINPUTS=${TPUTS} pdflatex $<
bibtex $<
%.idx:
TEXINPUTS=${TPUTS} pdflatex $<
makeindex $<
cheers!
[[alternative HTML version deleted]]
2002 Apr 01
1
R compile on Solaris 8 fails (PR#1428)
...sh -c
checking for javac... /usr/bin/javac
checking for less... /usr/bin/less
checking for perl... /usr/bin/perl
checking whether perl version is at least 5.004... yes
checking for dvips... /usr/ucc/bin/dvips
checking for tex... /usr/ucc/bin/tex
checking for latex... /usr/ucc/bin/latex
checking for makeindex... /usr/ucc/bin/makeindex
checking for pdftex... no
checking for pdflatex... no
configure: warning: you cannot build PDF versions of the R manuals
checking for makeinfo... /usr/ucc/bin/makeinfo
checking for unzip... /usr/bin/unzip
checking for zip... /usr/bin/zip
checking for Cygwin environment......
2009 Jul 31
0
Install R on Cygwin
.... /usr/bin/install -c
checking for sed... /usr/bin/sed
checking for less... /usr/bin/less
checking for perl... /usr/bin/perl
checking whether perl version is at least 5.8.0... yes
checking for dvips... /usr/bin/dvips
checking for tex... /usr/bin/tex
checking for latex... /usr/bin/latex
checking for makeindex... /usr/bin/makeindex
checking for pdftex... /usr/bin/pdftex
checking for pdflatex... /usr/bin/pdflatex
checking for makeinfo... /usr/bin/makeinfo
checking whether makeinfo version is at least 4.7... yes
checking for texi2dvi... /usr/bin/texi2dvi
checking for unzip... /cygdrive/c/Program Files (x86...
2009 May 11
0
Unable to install R package
...ll... /usr/bin/install -c
checking for sed... /bin/sed
checking for less... /usr/bin/less
checking for perl... /usr/bin/perl
checking whether perl version is at least 5.8.0... yes
checking for dvips... /usr/bin/dvips
checking for tex... /usr/bin/tex
checking for latex... /usr/bin/latex
checking for makeindex... /usr/bin/makeindex
checking for pdftex... /usr/bin/pdftex
checking for pdflatex... /usr/bin/pdflatex
checking for makeinfo... /usr/bin/makeinfo
checking whether makeinfo version is at least 4.7... yes
checking for texi2dvi... no
checking for unzip... /usr/bin/unzip
checking for zip... /usr/bin/z...
2007 Sep 14
3
problems for ./configure on Ralpha: gcc related
...ll... /usr/bin/install -c
checking for sed... /bin/sed
checking for less... /usr/bin/less
checking for perl... /usr/bin/perl
checking whether perl version is at least 5.8.0... yes
checking for dvips... /usr/bin/dvips
checking for tex... /usr/bin/tex
checking for latex... /usr/bin/latex
checking for makeindex... /usr/bin/makeindex
checking for pdftex... /usr/bin/pdftex
checking for pdflatex... /usr/bin/pdflatex
checking for makeinfo... /usr/bin/makeinfo
checking whether makeinfo version is at least 4.7... yes
checking for texi2dvi... /usr/bin/texi2dvi
checking for unzip... /usr/bin/unzip
checking for zi...
2006 Feb 08
3
problem to install R on linux
...ll... /usr/bin/install -c
checking for sed... /bin/sed
checking for less... /usr/bin/less
checking for perl... /usr/bin/perl
checking whether perl version is at least 5.004... yes
checking for dvips... /usr/bin/dvips
checking for tex... /usr/bin/tex
checking for latex... /usr/bin/latex
checking for makeindex... /usr/bin/makeindex
checking for pdftex... /usr/bin/pdftex
checking for pdflatex... /usr/bin/pdflatex
checking for makeinfo... /usr/bin/makeinfo
checking for unzip... /usr/bin/unzip
checking for zip... /usr/bin/zip
checking for gzip... /bin/gzip
checking for firefox... no
checking for mozilla......
1999 Jul 07
1
Almost succesfull build on AIX
...-fPIC
F2C =
F2CFLAGS =
GNOMEUI_LIBS =
GNOME_LIBDIR =
GNOME_INCLUDEDIR =
INSTALL = /tmp/fl/R/tools/install-sh -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DIR = ${INSTALL} -d
LATEX = /usr/local/bin/latex
LDCMD = f77
LDFLAGS =
LIBS = -ldl -ltermcap -lm
LN_S = ln -s
MAKEINDEX = /usr/local/bin/makeindex
MKINSTALLDIRS = $(top_srcdir)/tools/mkinstalldirs
R_XTRA_CFLAGS =
R_XTRA_CPPFLAGS = -I. -I../include -I$(top_srcdir)/src/include
R_XTRA_FFLAGS =
R_XTRA_LIBS =
RANLIB = ranlib
SHELL = /bin/sh
SHLIBEXT = so
SHLIBLD = f77
SHLIBLDFLAGS = -bM:SRE -H512 -T512 -bnoentry -bexp...
2007 May 04
1
Help Installing R
...ll... /usr/bin/install -c
checking for sed... /bin/sed
checking for less... /usr/bin/less
checking for perl... /usr/bin/perl
checking whether perl version is at least 5.004... yes
checking for dvips... /usr/bin/dvips
checking for tex... /usr/bin/tex
checking for latex... /usr/bin/latex
checking for makeindex... /usr/bin/makeindex
checking for pdftex... /usr/bin/pdftex
checking for pdflatex... /usr/bin/pdflatex
checking for makeinfo... /usr/bin/makeinfo
checking whether makeinfo version is at least 4.7... yes
checking for unzip... /usr/bin/unzip
checking for zip... /usr/bin/zip
checking for gzip... /bin...
2013 Feb 02
1
Choice of text for intermediate level R programming course
...they would
recommend. I
read 24 books some ielementary some advance not many intermediate, and I
have two I
like but for quite difference reasons. I won't name them so as not to
prejudice anybody.
It needs to be English language and I greatly prefer a good index like
\LaTeX\ produces
by the makeindex() prograrm.
Regards,
William Grove
--
William M. Grove, Ph.D.
Psychology Department
University of Minnesota
My public encryption key.is:
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.2.2 (MingW32)
mQGiBE+tS9ERBACCTYW1uclqHbUvBvP92rUN8zOlMWe2zr3NfRp6ELNyYa60H5PK
+Xx/vbHGWF0MXhGLLVFMiRN...
2002 Jan 22
4
make check : problems?
...l/Tk support: no
R profiling support: yes
R as a shared library: no
configure: warning: you cannot build DVI versions of the R manuals
configure: warning: you cannot build PDF versions of the R manuals
The warnings are because:
checking for dvips...no
(same for tex,latex,makeindex,pdftex,pdflatex)
but this is not a concern now. I can do it later
Instead, I don't get gnome support despite the --with-gnome flag
And, worst, this is what I get from make check:
linux:/usr/local/R-1.4.0 # make check FORCE=FORCE
make[1]: Entering directory `/usr/local/R-1.4.0/tests'
make...
2000 Feb 22
1
R-0.99 installation on UNIX
...=
GNOMEUI_LIBS =
GNOME_LIBDIR =
GNOME_INCLUDEDIR =
INSTALL = $(top_srcdir)/tools/install-sh
-c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM =
${INSTALL}
INSTALL_DIR = ${INSTALL} -d
LATEX = false
LDCMD = gcc
LDFLAGS =
LIBGLADE_CFLAGS =
LIBGLADE_LIBS =
LIBS = -lz -ldl -ltermcap -lm
LN_S =
ln -s
MAKEINDEX = /usr/local/bin/makeindex
MKINSTALLDIRS =
$(top_srcdir)/tools/mkinstalldirs
R_PKGS = base ctest eda lqs modreg mva
nls splines stepfun ts
R_XTRA_CFLAGS =
R_XTRA_CPPFLAGS = -I. -I../include
-I$(top_srcdir)/src/include -I$(top_srcdir)/src/include/R_ext
R_XTRA_FFLAGS
=
R_XTRA_LIBS =
RANLIB = ranlib
S...
2009 Dec 09
2
Recent TeX changes and R/package manuals
...(i) hyperref is having problems with markup in \section titles, which
'methods' and 'distrMod' had. I've added a warning to the R-exts
manual.
(ii) there have been intermittent problems with (LaTeX) special
characters in indices. But (hyperref 6.79d)
Full support of makeindex?s encap feature (e.g.
\index{alpha|textbf}). \hyperpage and the formatting command are
cascaded via \hyperindexformat. Internally \index{alpha|textbf} is
transferred to \index{alpha|hyperindexformat{\textbf}}.
\hyperindexformat calls the formatting command in its first argument
with...
2007 Jan 10
1
Compiling R-devel under Windows
...pt written on refman.log.
make[2]: *** [refman.pdf] Error 1
make[1]: *** [manuals] Error 2
make[1]: Leaving directory `/home/andyj/R-devel/src/gnuwin32'
make: *** [distribution] Error 2
It looks like the first version of refman.pdf gets generated fine and
something happens when it needs to run makeindex. I tried to look at the
Makefile.win in doc/manuals but I cannot see anything obvious there. In
any case, the makefiles are quite elabortae and interlinekd, so I probably
would not know how to fix them.
I am on Win2000. I compile R using the Cygwin environment, but I have
MinGW installed and it...