Displaying 2 results from an estimated 2 matches for "clusterizlongdata".
2009 Sep 09
1
Package that does not work until I re write the exactly the same code
...en I install the package and I try an example:
--- 8< --------------
library(kml)
dn <- as.cld(gald())
kml(dn)
# XXX ~ Fast KmL ~
# Erreur dans as.vector(x, mode) : argument 'mode' incorrect
--- 8< --------------
So I make some verifications:
--- 8< ----
class(dn)
# [1] "ClusterizLongData"
# attr(,"package")
# [1] "kml"
getMethod("kml","ClusterizLongData")
# Method Definition:
#
# function (Object, nbClusters = 2:6, nbRedrawing = 20, saveFreq = 100,
# maxIt = 200, trajMinSize = 2, print.cal = FALSE, print.traj = FALSE,
# imputationM...
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(...) :...