[Genabel-commits] r2081 - pkg/MultiABEL

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Feb 9 04:33:59 CET 2019


Author: shenxia
Date: 2019-02-09 04:33:58 +0100 (Sat, 09 Feb 2019)
New Revision: 2081

Modified:
   pkg/MultiABEL/ChangeLog
   pkg/MultiABEL/DESCRIPTION
   pkg/MultiABEL/NAMESPACE
Log:
1.1-9 packaging

Modified: pkg/MultiABEL/ChangeLog
===================================================================
--- pkg/MultiABEL/ChangeLog	2019-02-09 03:33:27 UTC (rev 2080)
+++ pkg/MultiABEL/ChangeLog	2019-02-09 03:33:58 UTC (rev 2081)
@@ -1,4 +1,11 @@
-2017-05-15 13:21 xia
+2019-02-08 07:43 xia
+
+    * Updated to version 1.1-9
+    * Re-Fixed F-stat degrees of freedom bug
+    * MultiSecondary() and MV.cor.test() added
+    * Re-compiled and tested on macOS Mojave 
+
+2018-05-15 13:21 xia
     
     * Updated to version 1.1-8
     * Fixed F-stat degrees of freedom bug

Modified: pkg/MultiABEL/DESCRIPTION
===================================================================
--- pkg/MultiABEL/DESCRIPTION	2019-02-09 03:33:27 UTC (rev 2080)
+++ pkg/MultiABEL/DESCRIPTION	2019-02-09 03:33:58 UTC (rev 2081)
@@ -1,15 +1,15 @@
 Package: MultiABEL
 Type: Package
 Title: Multi-Trait Genome-Wide Association Analysis
-Version: 1.1-8
+Version: 1.1-9
 Date: 2018-05-15
-Author: Xia Shen
+Author: Xia Shen, Zheng Ning, Yakov Tsepilov
 Maintainer: Xia Shen <xia.shen at ed.ac.uk>
 Description: Multivariate genome-wide association analyses. The analysis can be
     performed on individual-level data or multiple single-trait genome-wide summary
     statistics.
 Depends:
-    R (>= 2.10),
+    R (>= 3.0),
     svMisc,
     data.table
 Suggests:
@@ -18,5 +18,5 @@
 License: GPL (>= 2)
 URL: https://github.com/xiashen/MultiABEL
 LazyLoad: yes
-Packaged: 2018-05-15 07:19 CET; xia
-RoxygenNote: 6.0.1
\ No newline at end of file
+Packaged: 2019-02-08 07:43 CET; xia
+RoxygenNote: 6.1.1

Modified: pkg/MultiABEL/NAMESPACE
===================================================================
--- pkg/MultiABEL/NAMESPACE	2019-02-09 03:33:27 UTC (rev 2080)
+++ pkg/MultiABEL/NAMESPACE	2019-02-09 03:33:58 UTC (rev 2081)
@@ -3,6 +3,6 @@
              "qchisq", "qnorm", "quantile")
 importFrom("utils", "packageDescription", "read.table", "write.table")
 import("svMisc", "data.table")
-export("Multivariate", "MultiRep", "MultiMeta", "MultiLoad","load.summary", "MultiSummary")
+export("Multivariate", "MultiLoad","load.summary", "MultiSummary", "MultiSecondary", "MV.cor.test")
 exportClasses("multi.summary", "multi.loaded")
 useDynLib(MultiABEL, .registration = TRUE)
\ No newline at end of file



More information about the Genabel-commits mailing list