Martin Morgan find the solution. Before
setMethod("kml","ClusterizLongData",func)
kml was in environment kml, After, kml is in environment global.
So, using traceback(), we find that kml use an object Partition that is
define in another package and that was export to the global environment
bu
Hi the list,
I am writing a package in S4 and I do not manage to understand a bug.
The "R CMD check" and the "R CMD build" both work. Here is links to the
package (not on CRAN yet for the raison that I explain bellow):
http://christophe.genolini.free.fr/aTelecharger/kml_0.5.zip
http://christop