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
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
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
3 matches
Mail list logo