On 10 April 2014 at 10:16, Witold E Wolski wrote:
| R version 3.1.0 beta (2014-03-28 r65330) -- "Spring Dance"
| 
| When running R CMD check mypackage.
| 
| the check fails with :
| 
| ! LaTeX Error: File `zi4.sty' not found.

You failed to state which OS you're on, so barring contradictory information
I'll just assume it is similar to mine:

  edd@max:~$ locate zi4.sty
  /usr/share/texlive/texmf-dist/tex/latex/inconsolata/zi4.sty
  edd@max:~$ 

and

  edd@max:~$ dpkg -S `locate zi4.sty`
  texlive-fonts-extra: 
/usr/share/texlive/texmf-dist/tex/latex/inconsolata/zi4.sty
  edd@max:~$ 

As most (La)TeX installations these derive from TeXLive, you probably want to
make sure you have current enough and complete enough installation of it.  On
the Linux distros and releases I use, I never had an issue. (But then I also
do not use the very old and stable "Debian stable" or "Ubuntu LTS" variants.)

Dirk

-- 
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to