Re: [R] Trouble loading package

2010-04-02 Thread Uwe Ligges
On 28.03.2010 21:20, Peter Ehlers wrote: I haven't seen an answer to this yet. Your problem may stem from having defined a variable T. I can replicate your error messages with: T <- "hello" library(RMark) So methinks that this probably indicates that there may be a problem with using T for T

Re: [R] Trouble loading package

2010-03-28 Thread Peter Ehlers
I haven't seen an answer to this yet. Your problem may stem from having defined a variable T. I can replicate your error messages with: T <- "hello" library(RMark) So methinks that this probably indicates that there may be a problem with using T for TRUE (when will Rusers finally stop doing t

[R] Trouble loading package

2010-03-27 Thread Glenn E Stauffer
I am trying to load a package called Rmark, but when I run library(Rmark) I get the following: > library(RMark) Error in !character.only : invalid argument type Error in library(RMark) : .First.lib failed for 'RMark' When I try to load Rmark from the packages menu, I get: > local({pkg <- sele