[Rd] "could not find function" in R CMD check

2007-09-11 Thread Ross Boylan
During R CMD check I get this: ** building package indices ... Error in eval(expr, envir, enclos) : could not find function "readingError" Execution halted ERROR: installing package indices failed The check aborts there. readingError is a function I just added; for reference setClass("readingErro

Re: [Rd] gcc-sjlj

2007-09-11 Thread Kuhn, Max
Duncan, > gcc 4 is the new default, specifically the MinGW "setjmp/longjmp" build, > gcc-sjlj. If you want to use the old 3.4.5, you need to edit MkRules, > setting BUILD=GCC3. Thanks for the suggestion. With my C skills, that would be like giving a monkey a gun. Nothing good could come of it.

Re: [Rd] gcc-sjlj

2007-09-11 Thread Duncan Murdoch
On 11/09/2007 1:24 PM, Kuhn, Max wrote: > Everyone, > > I'm running R CMD check on a package using the 2.6.0 alpha version: > >> sessionInfo() > R version 2.6.0 alpha (2007-09-09 r42809) > i386-pc-mingw32 > > locale: > LC_COLLATE=English_United States.1252;LC_CTYPE=English_United > States.1252

Re: [Rd] gcc-sjlj

2007-09-11 Thread Uwe Ligges
gcc-4.2.1 is the default now. Uwe Ligges Kuhn, Max wrote: > Everyone, > > I'm running R CMD check on a package using the 2.6.0 alpha version: > >> sessionInfo() > R version 2.6.0 alpha (2007-09-09 r42809) > i386-pc-mingw32 > > locale: > LC_COLLATE=English_United States.1252;LC_CTYPE=Englis

[Rd] gcc-sjlj

2007-09-11 Thread Kuhn, Max
Everyone, I'm running R CMD check on a package using the 2.6.0 alpha version: > sessionInfo() R version 2.6.0 alpha (2007-09-09 r42809) i386-pc-mingw32 locale: LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=

Re: [Rd] partial correlation function for multivariate time series

2007-09-11 Thread Paul Gilbert
I think the reference for pacf is @BOOK{GraNew77, author ={Granger, C. W. J. and Newbold, Paul}, title = {Forecasting Economic Time Series}, publisher = {Academic Press}, year = 1977 } It certainly would not be Reisel's book, as parts of the code predate that by many

Re: [Rd] typo in ?kernel

2007-09-11 Thread Duncan Murdoch
On 9/11/2007 8:35 AM, Simone Giannerini wrote: > in the example section (line -2 from the bottom) > > Brockwell and Davies > > should be > > Brockwell and Davis Fixed, thanks. (It also shows up in the Details section.) Duncan Murdoch __ R-devel

[Rd] typo in ?kernel

2007-09-11 Thread Simone Giannerini
in the example section (line -2 from the bottom) Brockwell and Davies should be Brockwell and Davis Regards, Simone __ Simone Giannerini Dipartimento di Scienze Statistiche "Paolo Fortunati" Universita' di Bologna Via delle belle arti 41 -

Re: [Rd] trivial typo in ?AIC

2007-09-11 Thread Duncan Murdoch
On 9/11/2007 7:58 AM, Ben Bolker wrote: > "if more than one object are provided, " > > could be > > "if more than one object is provided" > > or > > "if multiple objects are provided" Fixed, thanks. Duncan Murdoch > > cheers > Ben Bolker > > > sessionInfo() > R version 2.5.1 (

[Rd] trivial typo in ?AIC

2007-09-11 Thread Ben Bolker
"if more than one object are provided, " could be "if more than one object is provided" or "if multiple objects are provided" cheers Ben Bolker > sessionInfo() R version 2.5.1 (2007-06-27) i486-pc-linux-gnu locale: LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE