similar to: latest Rtools missing "inconsolita.sty"

Displaying 20 results from an estimated 1000 matches similar to: "latest Rtools missing "inconsolita.sty""

2013 Jul 12
3
While using R CMD check: LaTex error: File `inconsolata.sty' not found
Hi, While using R CMD check I get the following Latex error message which occurs when creating PDF version of manual: LaTex error: File `inconsolata.sty' not found I am using Windows 7 (64-bit) and R 3.0.1. I have MikTex 2.9. I see that the incosolata.sty is present under \doc\fonts folder. How can I eliminate this problem? Thanks, Ravi [[alternative HTML version deleted]]
2013 Aug 06
1
Error in building pdf manual with Rtools
Dear list, I am trying to produce a pdf manual using Rtools (version 3.1.0.1936) on Windows 8 (64-bit). I am also aware of the inconsolata issue posted in the forum (https://stat.ethz.ch/pipermail/r-devel/2013-June/066850.html), and then I have installed the patched version of R-3.0.1. However I still have some errors with the following message: R CMD Rd2pdf mypack Hmm ... looks like a package
2011 Nov 03
2
Problem with R CMD check and the inconsolata font business.
I have just installed R version 2.14.0 and tried to re-build and re-check some of the packages that I maintain. I'm getting a warning (in the process of running R CMD check on my "deldir" package): > * checking PDF version of manual ... WARNING > LaTeX errors when creating PDF version. > This typically indicates Rd problems. > LaTeX errors found: > ! Font
2011 Nov 15
2
Problem creating reference manuals from latex
R Community, I often am in need of viewing the reference manuals of packages and do not have Internet access. I have used the code: path <- find.package('tm') system(paste(shQuote(file.path(R.home("bin"), "R")),"CMD", "Rd2pdf",shQuote(path))) someone kindly provided from this help list to generate the manuals from the latex files. This
2013 Jun 24
1
renaming of miktex package broke R package building
the inconsolata miktex package (inconsolata-zi4 in CTAN) which contains the font of the same name was recently updated. It now contains the file zi4.sty instead of inconsolata.sty. When I was building an R package, the help(or vignette) file pdf couldn't built , because R couldn't find inconsolata.sty. Any suggestions for a workaround? Could someone file a bug report, if appropriate? ( I
2014 Apr 10
1
! LaTeX Error: File `zi4.sty' not found.
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. a search for this error forwards to similar errors but with an inconsolata.sty file. -- Witold Eryk Wolski
2013 Jan 11
3
Problem with inconsolata font (again) --- on Fedora 17 this time.
Some while ago I posted a problem on this list concerning a failure of R CMD check on one of my packages that resulted from LaTeX being unable to find the "inconsolata" font. This was under the Ubuntu OS. This was solved, thanks to advice I got from this list, basically by doing sudo apt-get install texlive-fonts-extra I am now (for reasons which I won't go into) running
2013 Jun 20
0
inconsolata.sty is liable to disappear, texinfo 5.1
We use the inconsolata LaTeX package by default for monospaced text in R PDF manuals, including package reference manuals (so needed to R CMD check). You might find inconsolata.sty suddenly disappearing from your system: it happened to me with a MiKTeX update earlier this week. OTOH, TeXLive 2013 and MacTeX 2013, released on Tuesday, still have it. But I suspect a TeXLive update may change
2014 Jun 04
1
Package keyval Error: noupquote undefined
Hi, Due to a change in Rd.sty a few days ago (https://github.com/wch/r-source/commit/620eb9a#diff-3bf3d821c6faae50cd6ec931f6f63296L272), the default installation of TeXLive 2009 or 2012 no longer works when building Rd to PDF. The error log is like this: =============== Converting Rd files to LaTeX ..... Creating pdf output from LaTeX ... Error in texi2dvi(file = file, pdf = TRUE, clean = clean,
2014 May 23
2
Latex errors (build on windows)
I build a R package, however,when I run the" check("/home/conan/R/chinaWeather") ", it show me that : * checking PDF version of manual ... WARNING LaTeX errors when creating PDF version. This typically indicates Rd problems. LaTeX errors found: ! LaTeX Error: File `inconsolata.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default
2012 Mar 14
1
issue with Rd2pdf and \Sexpr in Rd files
Hi, The following command: R CMD Rd2pdf --no-preview --output=./tmp.pdf --title=test genefu-package.Rd run against this file: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/genefu/man/genefu-package.Rd (username: readonly; password: readonly) produces a very verbose error (see below) with R version 2.15.0 alpha (2012-03-07 r58622). The .Rd file has these lines in it: Version: \tab
2011 Sep 23
1
inconsolata font for building vignettes with R-devel
Just to save someone else a few seconds of googling: when you try to R CMD check with recent versions of R-devel and you get * checking PDF version of manual ... WARNING LaTeX errors when creating PDF version. This typically indicates Rd problems. LaTeX errors found: ! LaTeX Error: File `inconsolata.sty' not found. the Debian/Ubuntu solution is: sudo apt-get install texlive-fonts-extra
2011 Oct 29
1
minor typos
R-devel doc/NEWS.Rd (SVN 57472) contains: \item There are two new options for typesetting PDF manuals from Rd files. These are \samp{beramono} and \samp{inconsolata}, and used the named font for mononspaced output. They are intended to be used in combination with \samp{times}, and \samp{times,inconsolata,hyper} is now the default for the reference manual and
2014 Dec 14
3
upquote.sty in Fedora 21
My CMD check server started failing after upgrading to Fedora 21: LaTeX errors when creating PDF version. This typically indicates Rd problems. LaTeX errors found: ! LaTeX Error: File `upquote.sty' not found. The problem was easily resolved by installing texlive-upquote. Perhaps this package should be included as a dependency to the R-devel package?
2013 Sep 25
0
R 3.0.2 and LaTeX changes
R 3.0.2 has some changes to work (or work better) with current versions of LaTeX style files: this can cause problems for those with older versions. So the main message is to update your TeX system: all of TeXLive 2013, MacTeX 2013 and MiKTeX 2.9 work as expected if up-to-date. 1) In around June the inconsolata package was changed, a lot, and changed again in July. For older versions things
2012 Oct 21
1
FreeBSD installation problems
R Compiliing or installation failure on FreeBSD 9.0-RELEASE FreeBSD ; I386 box. configuring with the default settings, no 'options' => ./configure ... ... ... checking whether gcc -std=gnu99 supports -c -o FILE.lo... yes checking for gcc -std=gnu99 option to support OpenMP... -fopenmp checking how to get verbose linking output from fc... configure:
2010 Sep 14
4
Sweave and Miktex (Sweave.sty not found)
Hi all, I know from googling that this is a common problem; I've just tried what I understand to be the common solutions to know avail -- maybe I'm just confused. I installed Miktex 2.8 -- it seems to be working fine. I'm using this demo document: http://www.stat.berkeley.edu/~houston/demo.Rnw I've copied the Sweave.sty file into at this point multiple places on the Miktex
2011 May 21
1
dealing with sweave.sty and pgfSweave
Hi, I would appreciate some help with a very basic problem in using pgfSweave. That is, dealing with the sweave.sty file. After some googling, I did the following : (1) copied the sweave.sty file to my trial folder and (2) added the line?? \usepackage{Sweave}?? to the Rnw file. Are there more elegant ways of dealing with this issue? I have read something about letting Miktex know about the
2005 Feb 10
2
Problem with "R CMD Rd2dvi": Rd.sty not found
Hi, I run into a problem with "R CMD Rd2dvi" command: it gives me "File `Rd.sty' not found" error (See the output message on the bottom). I get the same error when running "RCMD check". My system is: Windows 2000, R version 2.0.1, MiKTeX version 2.4. I do have a Rd.sty file in R_HOME/share/texm directory. I looked through newsgroups for any related discussions
2014 Aug 09
1
Compilation problems
Hello, I'm trying to compile and install R for my user in a machine without admin privileges. I have done this before, so this is fine. But I have 2 problems with R compilation right now. After ./configure --prefix=/home/me/dir/ I get this: ================================ R is now configured for x86_64-unknown-linux-gnu Source directory: . Installation directory: