This is about LaTeX install and not about R. My problem was multiple
installations of LaTeX: first using MacTex, then newer version using texlive.
I had also tried to install then uninstall using MacPorts. It seems MacPorts
uninstall was not clean. I had to manually delete several sym links.
On Sun, 02 Feb 2025, Naresh Gurbuxani writes:
> R CMD check gives me below message at the
> end. There does not seem to be a problem with my TeX
> installation. Is it possible that R CMD check is not
> looking in the correct location? How can this problem
> be fixed?
>
> Thanks,
> Naresh
>
> *
R CMD check gives me below message at the end. There does not seem
to be a problem with my TeX installation. Is it possible that R CMD check is
not looking in the correct location? How can this problem be fixed?
Thanks,
Naresh
* checking PDF version of manual ... WARNING
LaTeX errors when c
[Picture of a hand slapping forehead]
I suspected it to be something either dumb or obvious, and managed both.
This library plugs into the tail of a long developement project for a web API, which had
prior documentation, which I stuck in "doc". And then added to .Rbuildignore.
Thanks Hadley
Do you have a .Rbuildignore? If so, what's in it?
Hadley
On Tue, Nov 18, 2014 at 7:07 AM, Therneau, Terry M., Ph.D.
wrote:
> I have a new package (local use only). R CMD check fails with a messge I
> haven't seen before, and I haven't been able to guess the cause.
> There are two vignettes, bot
I have a new package (local use only). R CMD check fails with a messge I
haven't seen before, and I haven't been able to guess the cause.
There are two vignettes, both of which have %\VignetteIndexEntry lines.
Same failure both under R-3.1.1 and R-devel, so it's me and not R. Linux OS.
Hints a
ege London, Department of Statistical Science
Gower St., London WC1E 6BT, phone +44 207 679 1698
c.hen...@ucl.ac.uk, www.homepages.ucl.ac.uk/~ucakche
From: Jeff Newmiller
Sent: 29 October 2013 15:12
To: Hennig, Christian; r-help-request Mailing List
Subject: Re:
Christian Hennig ucl.ac.uk> writes:
> I just updated my R to 3.0.2 and ran
> R CMD check --as-cran on the just produced new version of fpc.
>
> I got an error
> Error: package "MASS" was built before R 3.0.0: please re-install it
>
> - but I actually *did* re-install MASS without error just befo
Perhaps check your R_LIBS* variables?
http://stat.ethz.ch/R-manual/R-devel/library/base/html/libPaths.html
---
Jeff NewmillerThe . . Go Live...
DCN:Basics: ##.#. ##.#.
Hi there,
I just updated my R to 3.0.2 and ran
R CMD check --as-cran on the just produced new version of fpc.
I got an error
Error: package "MASS" was built before R 3.0.0: please re-install it
- but I actually *did* re-install MASS without error just before that and
within R library(MASS) wor
Prof Brian Ripley wrote:
> On 30/01/2013 06:02, Johannes Graumann wrote:
>> Hi,
>>
>> Does anyboody have insight into what this error terminating "R CMD check"
>> on an in-house package may imply?
>
> You have re-defined cat(), so I guess you re-defined get() too.
Aha! "cat" not, but one of my f
On 30/01/2013 06:02, Johannes Graumann wrote:
Hi,
Does anyboody have insight into what this error terminating "R CMD check" on
an in-house package may imply?
You have re-defined cat(), so I guess you re-defined get() too.
###
cat("Time elapsed: ", proc.time() - get("ptime", pos = 'CheckExE
Hi,
Does anyboody have insight into what this error terminating "R CMD check" on
an in-house package may imply?
> ###
> cat("Time elapsed: ", proc.time() - get("ptime", pos = 'CheckExEnv'),"\n")
Error in get("ptime", pos = "CheckExEnv") :
unused argument(s) (pos = "CheckExEnv")
Calls: cat ->
nd .Rd files.
>
> Is there any chance of having the output of this show up in the test log
> when running "R CMD check Error"?
Yes, if you supply a tested patch. (But this is better discussed on the
R-devel list.)
--
Brian D. Ripley, [EMAIL PROTECTED]
Professor
the test log
when running "R CMD check Error"?
Joh
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, m
One thing I should add for the archives -- R 2.7.0 and later have
o New function showNonASCII() in package tools to aid detection
of non-ASCII characters in .R and .Rd files.
On Fri, 18 Apr 2008, Prof Brian Ripley wrote:
> On Fri, 18 Apr 2008, Johannes Graumann wrote:
>
>> Hi,
>>
On Friday 18 April 2008 16:35:12 Prof Brian Ripley wrote:
> On Fri, 18 Apr 2008, Johannes Graumann wrote:
> > Hi,
> >
> > Can anyone give me a hint on what's wrong if "R CMD check "
> > gives me this error:
> >
> >Rd files with unknown encoding:
> > .Rd
> >
> > I have checked that
On Fri, 18 Apr 2008, Johannes Graumann wrote:
> Hi,
>
> Can anyone give me a hint on what's wrong if "R CMD check " gives
> me this error:
>
>Rd files with unknown encoding:
> .Rd
>
> I have checked that file over and over and can't find any weired characters
> or some such.
> How
Hi,
Can anyone give me a hint on what's wrong if "R CMD check " gives
me this error:
Rd files with unknown encoding:
.Rd
I have checked that file over and over and can't find any weired characters
or some such.
How can I fix this?
Thanks for your time, Joh
___
Ingmar Visser wrote:
> Hi,
> When running R CMD check I'm getting a number of errors that I don't
> quite follow and don't know where to start looking for an answer, any
> hints appreciated.
>
> R CMD check trunk
> * checking for working latex ... OK
> * using log directory '/Users/ivisser/D
Hi,
When running R CMD check I'm getting a number of errors that I don't
quite follow and don't know where to start looking for an answer, any
hints appreciated.
R CMD check trunk
* checking for working latex ... OK
* using log directory '/Users/ivisser/Documents/projects/
depmixProject/depmi
21 matches
Mail list logo