William Dunlap wrote:
>
> In R-devel (svn 49628) and back to at least R 2.7.0 we get
> inconsistent results when attempting to attach attributes to
> a variable with the value NULL.
>
> If we use attributes<- it finishes but changes the value to list().
>
>> a<-NULL
>> attributes(a)<-
Chessxm wrote:
>
> Dear all,
>
> I have two questions.
>
> First, I am wondering whether we are able to use R to generate an exe
> file,
> or sth that can be executable outside R?
>
>
>
It sounds as though you are looking for something similar to Matlab's mcc
compiler that allows Matlab co