Re: [R] R CMD check error: File `inconsolata.sty' not found

2025-02-08 Thread Naresh Gurbuxani
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.

Re: [R] R CMD check error: File `inconsolata.sty' not found

2025-02-05 Thread Enrico Schumann
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] R CMD check error: File `inconsolata.sty' not found

2025-02-02 Thread Naresh Gurbuxani
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

Re: [R] R CMD check Error: package MASS was built before R 3.0.0 - not true!?

2013-10-29 Thread Hennig, Christian
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:

Re: [R] R CMD check Error: package MASS was built before R 3.0.0 - not true!?

2013-10-29 Thread Dirk Eddelbuettel
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

Re: [R] R CMD check Error: package MASS was built before R 3.0.0 - not true!?

2013-10-29 Thread Jeff Newmiller
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: ##.#. ##.#.

[R] R CMD check Error: package MASS was built before R 3.0.0 - not true!?

2013-10-29 Thread Christian Hennig
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

Re: [R] R CMD check: Error in get("ptime", pos = "CheckExEnv") ...

2013-01-29 Thread Johannes Graumann
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

Re: [R] R CMD check: Error in get("ptime", pos = "CheckExEnv") ...

2013-01-29 Thread Prof Brian Ripley
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

[R] R CMD check: Error in get("ptime", pos = "CheckExEnv") ...

2013-01-29 Thread Johannes Graumann
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 ->

Re: [R] R CMD check Error

2008-04-22 Thread Prof Brian Ripley
On Tue, 22 Apr 2008, Johannes Graumann wrote: > Prof Brian Ripley wrote: > >> One thing I should add for the archives -- R 2.7.0 and later have >> >> oNew function showNonASCII() in package tools to aid detection >> of non-ASCII characters in .R and .Rd files. > > Is there any chance

Re: [R] R CMD check Error

2008-04-21 Thread Johannes Graumann
Prof Brian Ripley wrote: > One thing I should add for the archives -- R 2.7.0 and later have > > oNew function showNonASCII() in package tools to aid detection > of non-ASCII characters in .R and .Rd files. Is there any chance of having the output of this show up in the test log wh

Re: [R] R CMD check Error

2008-04-18 Thread Prof Brian Ripley
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, >>

Re: [R] R CMD check Error

2008-04-18 Thread Johannes Graumann
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

Re: [R] R CMD check Error

2008-04-18 Thread Prof Brian Ripley
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

[R] R CMD check Error

2008-04-18 Thread Johannes Graumann
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 ___

Re: [R] R cmd check error reg namespace

2008-03-08 Thread Uwe Ligges
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

[R] R cmd check error reg namespace

2008-03-08 Thread Ingmar Visser
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