similar to: Compilation problems

Displaying 20 results from an estimated 4000 matches similar to: "Compilation problems"

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
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 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
2024 May 08
1
Compilation problems with R4.4.0
I'm having a strange problem compiling R4.4.0 on an AlmaLinux9 box. I've compiled previous versions OK on the same hardware/software (last was R4.3.2) but 4.4.0 is repeatedly failing. Configuration works OK. ./configure --prefix=/bi/apps/R/4.4.0 --enable-R-shlib R is now configured for x86_64-pc-linux-gnu Source directory: . Installation directory: /bi/apps/R/4.4.0
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 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]]
2014 Sep 18
0
Regression and inconsistency of width of apostrophes in R vignettes
My main dev machine died a well-deserved death a few weeks ago after six and a half years of faithful service, and refused to be re-animated. A substantial part of setting up its replacement is re-running a lot of R vignettes (mostly for timing to establish new performance baselines) - and also cleaning away some such vignettes generated in the past under different versions of R. So I noticed a
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
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
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
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 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
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
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
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
2013 Jul 08
0
Problemas creación de paquetes
Hola Ange. Es un error de que no encuentra un tipo de letra. Debes instalarla antes si quieres usarla. Mando copia a la lista de R porque puede ser de utilidad a más gente. Un Saludo, Miguel. De: Ange Ox [mailto:angeox@hotmail.com] Enviado el: lunes, 08 de julio de 2013 14:18 Para: Rodríguez Muíños, Miguel Ángel Asunto: RE: [R-es] Problemas creación de paquetes Buenas, he estado urgando y
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:
2011 Dec 22
0
R 2.14.1 is released
The byte pixies have rolled up R-2.14.1.tar.gz (codename "December Snowflakes") at 9:00 this morning. This is a maintenance release; see the list below for details. You can get it from http://cran.r-project.org/src/base/R-2/R-2.14.1.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in due course. For the R Core Team
2011 Dec 22
0
R 2.14.1 is released
The byte pixies have rolled up R-2.14.1.tar.gz (codename "December Snowflakes") at 9:00 this morning. This is a maintenance release; see the list below for details. You can get it from http://cran.r-project.org/src/base/R-2/R-2.14.1.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in due course. For the R Core Team