The package adegenet is available from CRAN (stable version).

The current stable version (adegenet_1.2-3) is available as:
- linux/unix sources
- MacOS X binary
- Windows binary

The devel version (adegenet_1.2-4) is also available from R-Forge's daily snapshots.
It can be installed directly from R console using:
install.packages("adegenet",repos="http://r-forge.r-project.org")

Patches to current version (not on CRAN).
Patches correct minor bugs or implement new functionnalities, and will be included into the next CRAN release. It is recommended to use these versions instead of the current (CRAN) ones. Simply download the file in your working directory and type source("[your-patch-file.R]")  to use a patch.
- classes.R: removed the 'no dot' constraint in locus names
- propShared.R: fixes a bug identified by Valeria Paccapelo occuring with NAs
- makefreq.R: makefreq is now possible after a seploc
- genind2df.R: new feature: alleles can be provided as different columns when exporting to data.frame

Older versions:
adegenet_1.2-2
- linux/unix sources
- MacOS X binary
- Windows binary

adegenet_1.2-1
- linux/unix sources
- MacOS X binary
- Windows binary

adegenet_1.2-0
- linux/unix sources
- MacOS X binary
- Windows binary

adegenet_1.1-2
- linux/unix sources
- MacOS X binary
- Windows binary

adegenet_1.1-1
- linux/unix sources
- MacOS X binary
- Windows binary

adegenet_1.1-0
- linux/unix sources
- MacOS X binary
- Windows binary

adegenet_1.0-2
- linux/unix sources
- MacOS X binary
- Windows binary

adegenet_1.0-1
- linux/unix sources
- MacOS X binary
- Windows binary

adegenet_1.0-0
- linux/unix sources
- MacOS X binary
- Windows binary