[datatable-help] Problem Installing Package RecordLinkage Due to Data.table
Matthew Dowle
mdowle at mdowle.plus.com
Wed Aug 10 23:42:48 CEST 2011
Thanks for all the info up front.
data.table is dependent on R 2.12.0+. Are you able to upgrade? R 2.10.1
is quite old, we're now on 2.13.1. I use Ubuntu myself and I just let
update manager do it for me. I don't know why R isn't giving you a
kinder message, though. Maybe in a later version of R, the message is
nicer ;)
The NEWS for v1.6.4 contains this :
o The package uses two features (packageVersion() and \href in Rd)
added to R 2.12.0 and is therefore dependent on that release.
A 'spurious warning' when checking a package using \href was
fixed in R 2.12.2 patched but we believe that warning can safely
be ignored in versions >= 2.12.0 and < 2.12.2 patched.
HTH
Matthew
On Wed, 2011-08-10 at 14:11 -0700, persistence911 wrote:
> I am trying to install a package packages in R RecordLinkage.
>
> I keep on getting error because I guess I was on an Ubuntu 9.10 machine. I
> reinstalled the machine and I am still finding it difficult to install.
>
> RecordLinkage has a problem with lazy loading a package called data.table.
>
> Anyone encountered this yet.
>
> Update this is the SessionInfo for my R
>
> > sessionInfo()
> R version 2.10.1 (2009-12-14)
> i486-pc-linux-gnu
>
> locale:
> [1] LC_CTYPE=en_GB.UTF-8 LC_NUMERIC=C
> [3] LC_TIME=en_GB.UTF-8 LC_COLLATE=en_GB.UTF-8
> [5] LC_MONETARY=C LC_MESSAGES=en_GB.UTF-8
> [7] LC_PAPER=en_GB.UTF-8 LC_NAME=C
> [9] LC_ADDRESS=C LC_TELEPHONE=C
> [11] LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=C
>
> attached base packages:
> [1] stats graphics grDevices utils datasets methods base
>
> loaded via a namespace (and not attached):
> [1] tcltk_2.10.1 tools_2.10.1
>
>
> while the Error I am getting for Record Linkage is
>
> ** preparing package for lazy loading
> Loading required package: class
> Loading required package: MASS
> Loading required package: mlbench
> Loading required package: survival
> Loading required package: splines
> Loading required package: nnet
> Loading required package: DBI
> Error : package 'data.table' required by 'RecordLinkage' could not be found
> ERROR: lazy loading failed for package ‘RecordLinkage’
> * removing ‘/home/cerebus/R/i486-pc-linux-gnu-library/2.10/RecordLinkage’
>
> The downloaded packages are in
> ‘/tmp/Rtmp8jbYY3/downloaded_packages’
> Warning message:
> In install.packages("RecordLinkage") :
> installation of package 'RecordLinkage' had non-zero exit status
>
> --
> View this message in context: http://r.789695.n4.nabble.com/Problem-Installing-Package-RecordLinkage-Due-to-Data-table-tp3734282p3734282.html
> Sent from the datatable-help mailing list archive at Nabble.com.
> _______________________________________________
> datatable-help mailing list
> datatable-help at lists.r-forge.r-project.org
> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help
More information about the datatable-help
mailing list