search for: clusteriz

Displaying 1 result from an estimated 1 matches for "clusteriz".

Did you mean: clusterit
2008 Apr 13
1
R 2.7 package.skeleton
...package.skeleton in R 2.7 (download today). I get an error that I do not understand. I guess it is not an error from my code since I have no probleme when I source it. So is it a error in package.skeleton? Here is my code : --- 8< ------ File essai.r ------------- setClass( Class="ClusterizLongData", representation=representation( clusterizS="list" ), prototype=prototype( clusterizS=list(c2=list(),c3=list()) ) ) --- 8< --------------------------------- package.skeleton("kmt",code_files=c("essai.r")) Erreur dans .prototype(...