Displaying 1 result from an estimated 1 matches for "clusterizs".
Did you mean:
clusteriza
2008 Apr 13
1
R 2.7 package.skeleton
...t 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(...) : l'argument "list" est manquant, avec
aucun...