[Genabel-commits] r1951 - pkg/MixABEL

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Apr 27 22:01:12 CEST 2015


Author: lckarssen
Date: 2015-04-27 22:01:12 +0200 (Mon, 27 Apr 2015)
New Revision: 1951

Modified:
   pkg/MixABEL/NAMESPACE
Log:
Changed the order in which GenABEL and DatABEL are attached in the MixABEL NAMESPACE file.
This removes the following error when running R CMD check:

* checking whether package ?\226?\128?\152MixABEL?\226?\128?\153 can be installed ... WARNING
Found the following significant warnings:
  Warning: replacing previous import by ?\226?\128?\152GenABEL::show?\226?\128?\153 when loading ?\226?\128?\152MixABEL?\226?\128?\153


 Unfortunately running devtools::document() on MixABEL adds these imports in the wrong order so this must be change manually.


Modified: pkg/MixABEL/NAMESPACE
===================================================================
--- pkg/MixABEL/NAMESPACE	2015-04-27 19:31:29 UTC (rev 1950)
+++ pkg/MixABEL/NAMESPACE	2015-04-27 20:01:12 UTC (rev 1951)
@@ -4,8 +4,8 @@
 export(FastMixedModel)
 export(GWFGLS)
 export(summaryFGLS)
+import(GenABEL)
 import(DatABEL)
-import(GenABEL)
 import(MASS)
 import(mvtnorm)
 useDynLib(MixABEL)



More information about the Genabel-commits mailing list