Problems when installing RODBC in debian etch
Hi: A Divendres 27 Juny 2008 04:14, Dirk Eddelbuettel va escriure:
On 26 June 2008 at 18:14, griera at gmail.com wrote: | but, when I tried to load it using library(RODBC) I get the following
error:
| > library(RODBC) Error in Sys.localeconv()$decimal_point : | | $ operator is invalid for atomic vectors | Error : .onLoad failed in 'loadNamespace' for 'RODBC' | Error: package/namespace load failed for 'RODBC' | | What I'm doing wrong? Thanks a lot. It looks like the package and your R version are out of sync. What R version are you using? Did you get it from Debian like r-cran-rodbc ?
The version of the packages is: r-base-core 2.7.1-1~etchcran.0 r-cran-rodbc 1.1.7-1 1.1.7-1 I have installed the package with the command: $ sudo apt-get install r-cran-rodbc In the sources.list I have (in this order): deb http://cran.cict.fr/bin/linux/debian etch-cran/ deb http://security.debian.org/ etch/updates main contrib non-free deb http://ftp.fr.debian.org/debian/ etch main contrib non-free This is OK? Thanks a lot. G Riera
Dirk