Re: [R] R CMD check errors

2005-03-12 Thread Uwe Ligges
Chris Jackson wrote: In my experience these are usually signs of an error in your NAMESPACE file, such as a function name in the NAMESPACE which does not match the function name in the package. If the NAMESPACE is not the problem (is it???) there are several other points - one has to look closer.

[R] R CMD check errors

2005-03-09 Thread Ollivier TARAMASCO
Hello, I wrote a library which seems to work on my PC, and on different Unix systems. As it is written in the Writing R Extensions manual, I execute a R CMD check on my library. I have always the same errors messages: * checking S3 generic/method consistency ... WARNING Error in

Re: [R] R CMD check errors

2005-03-09 Thread Chris Jackson
In my experience these are usually signs of an error in your NAMESPACE file, such as a function name in the NAMESPACE which does not match the function name in the package. Chris Ollivier TARAMASCO wrote: I wrote a library which seems to work on my PC, and on different Unix systems. As it is

Re: [R] R CMD check errors

2004-03-15 Thread Thomas Stabla
On Fri, 12 Mar 2004, Uwe Ligges wrote: Thomas Stabla wrote: Hello again, I tried to isolate the source code, which causes the error messages: * checking S3 generic/method consistency ... WARNING Error in .tryQuietly({ : Error in library(package, lib.loc = lib.loc, character.only =

Re: [R] R CMD check errors

2004-03-15 Thread Uwe Ligges
Thomas Stabla wrote: On Fri, 12 Mar 2004, Uwe Ligges wrote: Thomas Stabla wrote: Hello again, I tried to isolate the source code, which causes the error messages: * checking S3 generic/method consistency ... WARNING Error in .tryQuietly({ : Error in library(package, lib.loc = lib.loc,

Re: [R] R CMD check errors

2004-03-12 Thread Thomas Stabla
Hello again, I tried to isolate the source code, which causes the error messages: * checking S3 generic/method consistency ... WARNING Error in .tryQuietly({ : Error in library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) : package/namespace load failed * checking

Re: [R] R CMD check errors

2004-03-12 Thread Uwe Ligges
Thomas Stabla wrote: Hello again, I tried to isolate the source code, which causes the error messages: * checking S3 generic/method consistency ... WARNING Error in .tryQuietly({ : Error in library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) : package/namespace

Re: [R] R CMD check errors

2004-03-11 Thread Martin Maechler
Thomas == Thomas Stabla [EMAIL PROTECTED] on Wed, 10 Mar 2004 17:15:50 +0100 (CET) writes: Thomas Hello, Thomas I'm getting some error messages from R CMD check I can't deal with. Thomas I'm working under Linux with R 1.8.1 Thomas The package working directory can be found

Re: [R] R CMD check errors

2004-03-11 Thread Uwe Ligges
Thomas Stabla wrote: Hello, I'm getting some error messages from R CMD check I can't deal with. I'm working under Linux with R 1.8.1 The package working directory can be found at: http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/distr.tar.gz Here's the 00check.log produced by R CMD

[R] R CMD check errors

2004-03-10 Thread Thomas Stabla
Hello, I'm getting some error messages from R CMD check I can't deal with. I'm working under Linux with R 1.8.1 The package working directory can be found at: http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/distr.tar.gz Here's the 00check.log produced by R CMD check distr * using