Martin,
I added "importFrom(reshape, cast)" to NAMESPACE; package now survives R
CMD check.
Thanks for your help!
-Tim
On Sun, Feb 3, 2013 at 12:36 PM, Martin Morgan wrote:
> On 02/02/2013 02:34 PM, Tim Bergsma wrote:
>
>> r-devel,
>>
>> In a development version of the CRAN package metrumrg,
On 02/03/2013 09:36 AM, Martin Morgan wrote:
On 02/02/2013 02:34 PM, Tim Bergsma wrote:
r-devel,
In a development version of the CRAN package metrumrg, I write ...
require(reshape)
setGeneric('cast')
setOldClass(c('keyed','data.frame'))
setMethod('cast','keyed', function ...)
The result is sa
On 02/02/2013 02:34 PM, Tim Bergsma wrote:
r-devel,
In a development version of the CRAN package metrumrg, I write ...
require(reshape)
setGeneric('cast')
setOldClass(c('keyed','data.frame'))
setMethod('cast','keyed', function ...)
The result is satisfactory when sourcing the code directly, bu