Re: [Rd] inconsistency in attaching attributes to NULL

2009-09-18 Thread cls59
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)<-

Re: [Rd] Can we generate exe file using R? What is the maximum file size valid?

2009-05-07 Thread cls59
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