bug in functions of form "mcpar<-"

Paul Gilbert pgilbert@bank-banque-canada.ca
Wed, 17 Jun 1998 13:48:00 -0400


I'm having the same problem without a clue to a work around. (Mind you, the work
around for mcpar wasn't so obvious to me.)

Paul Gilbert
____

R : Copyright 1998, The R Development Core Team
Version 0.62.1  (June 15, 1998)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type    "?license" or "?licence" for distribution details.

R is a collaborative project with many contributors.
Type    "?contributors" for a list.

Type    "demo()" for some demos, "help()" for on-line help, or
        "help.start()" for a HTML browser interface to help.

> search()
[1] ".GlobalEnv"   "Autoloads"    "package:base"
> "tframe<-" <-function(x, tf)
{
 attr(x, "tframe") <- tf
 x
}

+ + + + > >
> x <- 1:10
> tframe(x) <- c(1,1000,1)
Error in tframe<-(*tmp*, value = c(1, 1000, 1)) : unused argument to function
>


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._