On 7/6/2009 9:30 AM, Duncan Murdoch wrote:
On 7/6/2009 8:23 AM, antonio.gasparr...@lshtm.ac.uk wrote:
I kept those functions as internal because users don't need to call them
directly to use all the functionalities of the package (they are called
by other functions).
Nonetheless, I want to ma
On 7/6/2009 8:23 AM, antonio.gasparr...@lshtm.ac.uk wrote:
I kept those functions as internal because users don't need to call them
directly to use all the functionalities of the package (they are called
by other functions).
Nonetheless, I want to make them available and documented because the
This is more of an r-devel topic, so I've sent my reply there.
On 06/07/2009 6:50 AM, antonio.gasparr...@lshtm.ac.uk wrote:
Dear R users,
I included 2 internal functions in the package 'dlnm', called 'mkbasis' and 'mklagbasis'.
Despite they are not meant to be called by the users, I included