[Genabel-commits] r1971 - pkg/MixABEL

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon May 11 21:13:14 CEST 2015


Author: lckarssen
Date: 2015-05-11 21:13:14 +0200 (Mon, 11 May 2015)
New Revision: 1971

Modified:
   pkg/MixABEL/DESCRIPTION
Log:
Add the GSL development files as a SystemRequirements field in MixABEL's DESCRIPTION file.

See e.g. the curl or MonetDB.R packages on CRAN for similar examples.


Modified: pkg/MixABEL/DESCRIPTION
===================================================================
--- pkg/MixABEL/DESCRIPTION	2015-05-11 19:10:35 UTC (rev 1970)
+++ pkg/MixABEL/DESCRIPTION	2015-05-11 19:13:14 UTC (rev 1971)
@@ -1,8 +1,8 @@
 Package: MixABEL
 Type: Package
 Title: Mixed Models for Genetic Association Analysis
-Version: 0.1-2
-Date: 2012-10-23
+Version: 0.1-3
+Date: 2015-05-01
 Author: Yurii Aulchenko, William Astle, Erik Roos, Marcel Kempenaar
 Maintainer: Yurii Aulchenko <yurii.aulchenko at gmail.com>
 Depends: R (>= 2.4.0), MASS, mvtnorm, GenABEL (>= 1.5-8), DatABEL (>= 0.1-5)
@@ -12,3 +12,4 @@
 Description: Provides methods for fast mixed models for association
              analysis in samples of related individuals.
 License: GPL (>= 2)
+SystemRequirements: libgsl: libgsl0-dev (deb) or gsl-devel (rpm)



More information about the Genabel-commits mailing list