Hi, Lately my Latex engine used for checking packages stop working, and I can not figure out how to fix it. When creating my package (caMassClass) I get the * checking caMassClass-manual.tex ... ERROR LaTeX errors when creating DVI version. This typically indicates Rd problems. message. I look in caMassClass-manual.log file and find ! LaTeX Error: File `Rd.sty' not found. message. So I went to "R Installation and Administration" manual which recommended "http://www.murdoch-sutherland.com/Rtools/miktex.html <http://www.murdoch-sutherland.com/Rtools/miktex.html> " website to fix this exact problem. This page suggested "findtexmf Rd.sty" command to "check whether it is finding Rd.sty in the right place". When I try that I get: C:\>findtexmf Rd.sty C:\programs\R\rw2010\share\texmf\Rd.sty Which is the correct place where the file lives. I also tried workarounds 1 and 4, but it did not help. Any ideas of other thinks I can do? My setup is: - Windows XP - R 2.1.0 - Mitex 2.4.1461 The Mitex was working fine on my machine before but since I went from Windows 2K to XP and upgraded from R 2.0.1 to R 2.1.0. Thanks Jarek =====================================\==== Jarek Tuszynski, PhD. o / \ Science Applications International Corporation <\__,| (703) 676-4192 "> \ Jaroslaw.W.Tuszynski@saic.com ` \ [[alternative HTML version deleted]]
On 5/6/05, Tuszynski, Jaroslaw W. <JAROSLAW.W.TUSZYNSKI at saic.com> wrote:> Hi, > > Lately my Latex engine used for checking packages stop working, and I can > not figure out how to fix it. > When creating my package (caMassClass) I get the > > * checking caMassClass-manual.tex ... ERROR > LaTeX errors when creating DVI version. > This typically indicates Rd problems. > > message. I look in caMassClass-manual.log file and find > > ! LaTeX Error: File `Rd.sty' not found. > > message. > > So I went to "R Installation and Administration" manual which recommended > "http://www.murdoch-sutherland.com/Rtools/miktex.html > <http://www.murdoch-sutherland.com/Rtools/miktex.html> " website to fix this > exact problem. This page suggested "findtexmf Rd.sty" command to "check > whether it is finding Rd.sty in the right place". When I try that I get: > > C:\>findtexmf Rd.sty > C:\programs\R\rw2010\share\texmf\Rd.sty > > Which is the correct place where the file lives. I also tried workarounds 1 > and 4, but it did not help.The findtexmf command was part of the Workaround #4 recommendation for which the correct answer to findtexmf Rd.sty should be: C:\localtexmf\tex\Rd.sty
Seemingly Similar Threads
- Problem with "R CMD Rd2dvi": Rd.sty not found
- Question about package's DESCRIPTION/Depends field
- Release of new version of caMassClass package and new package caT ools
- Release of new version of caMassClass package and new package caT ools
- finding peaks in a simple dataset with R