[R] EXTERNAL: Re: subset with aggregate key

Matthew Dowle mdowle at mdowle.plus.com
Wed Jul 13 11:53:57 CEST 2011


To close this thread on-list :
packageVersion() was added to R in 2.12.0.
data.table's dependency on 2.12.0 is updated, thanks.
Matthew

"Jesse Brown" <jesse.r.brown at lmco.com> wrote in message 
news:4E1B21A8.8090108 at atl.lmco.com...
> Matthew Dowle wrote:
>> Hi,
>>
>> Try package 'data.table'. It has a concept of keys which allows you to do
>> exactly that.
>>
>> http://datatable.r-forge.r-project.org/
>>
>> Matthew
>>
>>
> Hi Matthew,
>
> Unfortunately, the load of that library fails (it builds successfully).
> I'm currently looking into why. Error output looks something similar to:
>
>
> > library(data.table)
> Error in .makeMessage(..., domain = domain, appendLF = appendLF) :
>  could not find function "packageVersion"
> Error : .onAttach failed in 'attachNamespace'
> Error: package/namespace load failed for 'data.table'
>
>
> I googled around a bit and there is mention of a bug in packageVersion but 
> there was no solution that I found. Is this something that is easily 
> overcome?
>
>
> Thanks,
>
> Jesse
>



More information about the R-help mailing list