Hi, I'm trying to install adegenet on Ubuntu, R version 2.13.1 (2011-07-08) and I get the following error message:<br><br>"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""<br>
> install.packages("adegenet_1.3-4.tar.gz", dep = TRUE) <br>Installing package(s) into ‘/usr/local/lib/R/site-library’<br>(as ‘lib’ is unspecified)<br>inferring 'repos = NULL' from the file name<br>* installing *source* package ‘adegenet’ ...<br>
** libs<br>gcc -I/usr/share/R/include -fpic -std=gnu99 -O3 -pipe -g -c GLfunctions.c -o GLfunctions.o<br>gcc -I/usr/share/R/include -fpic -std=gnu99 -O3 -pipe -g -c adesub.c -o adesub.o<br>gcc -I/usr/share/R/include -fpic -std=gnu99 -O3 -pipe -g -c monmonier-utils.c -o monmonier-utils.o<br>
gcc -I/usr/share/R/include -fpic -std=gnu99 -O3 -pipe -g -c sharedAll.c -o sharedAll.o<br>gcc -I/usr/share/R/include -fpic -std=gnu99 -O3 -pipe -g -c snpbin.c -o snpbin.o<br>gcc -shared -o adegenet.so GLfunctions.o adesub.o monmonier-utils.o sharedAll.o snpbin.o -L/usr/lib/R/lib -lR<br>
installing to /usr/local/lib/R/site-library/adegenet/libs<br>** R<br>** data<br>** inst<br>** preparing package for lazy loading<br><br>Attaching package: 'ade4'<br><br>The following object(s) are masked from 'package:base':<br>
<br> within<br><br>Error in setGeneric(f, where = where) : <br> must supply a function skeleton, explicitly or via an existing function<br>Error : unable to load R code in package 'adegenet'<br>ERROR: lazy loading failed for package ‘adegenet’<br>
* removing ‘/usr/local/lib/R/site-library/adegenet’<br>Warning message:<br>In install.packages("adegenet_1.3-4.tar.gz", dep = TRUE) :<br> installation of package 'adegenet_1.3-4.tar.gz' had non-zero exit status<br>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""<br>
<br>Can you help me with this? Thanks :)<br><br>Cheers<br>Rute<br>