From d81550d0cccae824cc748de48e7fd50ea8d8033a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Apr 2020 18:02:18 +0200 Subject: Make na.rm = FALSE the default for geomean() This makes more sense and is in line with mean() from base R. Adapt tests and update docs. --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 23000f1..2e42649 100644 --- a/docs/index.html +++ b/docs/index.html @@ -75,7 +75,7 @@ install.packages("pfm")

Alternatively you can install the package using the devtools package. Using quick = TRUE skips docs, multiple-architecture builds, demos, and vignettes.

library(devtools)
-install_github("jranke/pfm", quick = TRUE)
+install_github("jranke/pfm", quick = TRUE)

-- cgit v1.2.1