[Genabel-commits] r1792 - pkg/MixABEL/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Aug 10 17:25:14 CEST 2014
Author: lckarssen
Date: 2014-08-10 17:25:14 +0200 (Sun, 10 Aug 2014)
New Revision: 1792
Modified:
pkg/MixABEL/R/fgls.R
Log:
Removed a require(MASS) call from MixABEL's fgls.R as ordered by R CMD check (because MASS is already in the Depends line of the DESCRIPTION file).
Modified: pkg/MixABEL/R/fgls.R
===================================================================
--- pkg/MixABEL/R/fgls.R 2014-08-10 15:22:52 UTC (rev 1791)
+++ pkg/MixABEL/R/fgls.R 2014-08-10 15:25:14 UTC (rev 1792)
@@ -387,7 +387,6 @@
#cat("sigma2.score =",sigma2.score,"\n")
if (!is.null(W)) {
- require(MASS)
if (!inverse) {
V <- W
W <- ginv(W)
More information about the Genabel-commits
mailing list