The params objects in the metadata of the results objects were of old structure and their loading from data caused warnings. Fixed in 132 branch (849daa2).
The data objects were updated by:
data(GIST)
pt<-new(class(GIST.result@metadata$params))
GIST.result@metadata$params@checkpointInFile=pt@checkpointInFile
GIST.result@metadata$params@checkpointInterval=pt@checkpointInterval
GIST.result@metadata$params@checkpointOutFile=pt@checkpointOutFile
cgwtools::resave(GIST.result,file="./data/GIST.RData",loadverbose=TRUE)
The params objects in the metadata of the results objects were of old structure and their loading from data caused warnings. Fixed in 132 branch (849daa2).
The data objects were updated by:
data(GIST)
pt<-new(class(GIST.result@metadata$params))
GIST.result@metadata$params@checkpointInFile=pt@checkpointInFile
GIST.result@metadata$params@checkpointInterval=pt@checkpointInterval
GIST.result@metadata$params@checkpointOutFile=pt@checkpointOutFile
cgwtools::resave(GIST.result,file="./data/GIST.RData",loadverbose=TRUE)