Menu

v1.4.0 is released

The algorithm 'changeSupport' methods has been dispatched into 'split' and 'tapply' methods. Those two types of methods are more user friendly to use since they correspond to function available in the base package.

For backward compatibility, 'changeSupport' are still defined but now are simply wrapper to 'tapply' methods. Be aware that default values of arguments are not necessarily equivalent between 'changeSupport' and 'tapply'.

See man pages to list all methods defined :
help('split', 'timetools')
help('tapply', 'timetools')
help('changeSupport', 'timetools')

Posted by Vladislav Navel 2013-04-11

Log in to post a comment.