Displaying 20 results from an estimated 1000 matches similar to: "Problem with R CMD check and the inconsolata font business."
2010 Aug 06
1
Latex errors when checking package
Dear listers,
I just run R CMD check on an update of one of my packages.
All seems fine but after having gone through all the Rd-file and example
checking and so on, I get the following kind of errors:
LaTeX errors when creating PDF version.
This typically indicates Rd problems.
LaTeX errors found:
! Font T1/ptm/m/n/10=ptmr8t at 10.0pt not loadable: Metric (TFM) file not
found
.
<to be read
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 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 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 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
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
2011 Dec 17
2
latest Rtools missing "inconsolita.sty"
Hello:
What do you suggest I do to overcome "LaTeX Error: File
'inconsolata.sty' not found", which I got running "R CMD check" on a
package using Rtools I downloaded yesterday?
I found a similar question to R-Help Nov. 3 (URL below), but I've not
yet had success in replicating the solution outlined there. I tried
several different sets of
2000 May 18
1
attach (S-style)?
Hi everyone,
Being new to the crowd of R users I am wondering what the equivalent of
attach("/home/bla/hoffmann/R/.RData",2)
(S style) is in R.
What I want is a split of .RData repositories. One in a central place where I keep functions and interesting stuff important for all work I am doing, an several others which contain stuff of an dividual project only. When I start in a
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
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
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 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,
2013 Mar 05
0
Problem with R CMD check and the inconsolata font business
On 11/3/2011 3:30 PM, Brian Diggs wrote:
> Well, I figured it out. Or at least got it working. I had to run
>
> initexmf --mkmaps
>
> because apparently there was something wrong with my font mappings.
> I
> don't know why; I don't know how. But it works now. I think
> installing
> the font into the Windows Font directory was not necessary. I'm
>
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
2011 Jun 08
1
R command window
Hello.
I'm a visually impaired statistician, working at the National Institute of Public Health in Denmark.
I would like to use R for some analysis and have succesfully installed version 2.13.0 on my Windows XP labtop.
I then would like to run R interactively but unfortunately the textfont of the command line in the R window is very hard for me to read. I use a special program called
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
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 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:
2013 Jan 12
2
Another X11 problem. (Psigh!)
Tried to do a plot just now and got an error:
Error in text.default(2, 6, main, cex = cex) :
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size
16 could not be loaded
This is reproducible (in my current environment) via:
par(mfrow=c(2,2))
plot(1:10)
text(2,6,"Oh, hell!",cex=2)
This is of course not the real context in which the error originally
manifested