From a67bf592789d62944358915e3ce6af7eefc50c3a Mon Sep 17 00:00:00 2001
From: "J. Aravind"
Date: Tue, 16 Jun 2020 09:29:40 +0200
Subject: [PATCH] Pre CRAN 0.1.4 p3
---
NEWS.md | 1 +
R/FourPHFfit.bulk.R | 2 +
R/gcdata.R | 2 +
R/germination.indices.R | 2 +
R/plot.FourPHFfit.R | 2 +
README.html | 24 +-
README.md | 12 +-
docs/articles/Introduction.html | 1467 +++++++++++------
.../figure-html/unnamed-chunk-9-1.png | Bin 8515 -> 13776 bytes
docs/index.html | 10 +-
docs/news/index.html | 2 +
docs/pkgdown.yml | 4 +-
docs/reference/FourPHFfit.bulk.html | 4 +-
docs/reference/FourPHFfit.html | 6 +-
docs/reference/gcdata-1.png | Bin 51105 -> 140173 bytes
docs/reference/gcdata-2.png | Bin 51636 -> 136414 bytes
docs/reference/gcdata.html | 4 +-
docs/reference/germination.indices.html | 4 +-
docs/reference/plot.FourPHFfit-1.png | Bin 29577 -> 74006 bytes
docs/reference/plot.FourPHFfit-2.png | Bin 29592 -> 74519 bytes
docs/reference/plot.FourPHFfit-3.png | Bin 17741 -> 59962 bytes
docs/reference/plot.FourPHFfit-4.png | Bin 17741 -> 59958 bytes
docs/reference/plot.FourPHFfit-5.png | Bin 17113 -> 39768 bytes
docs/reference/plot.FourPHFfit-6.png | Bin 17113 -> 39775 bytes
docs/reference/plot.FourPHFfit-7.png | Bin 30025 -> 78238 bytes
docs/reference/plot.FourPHFfit-8.png | Bin 30050 -> 78187 bytes
docs/reference/plot.FourPHFfit.html | 4 +-
docs/sitemap.xml | 22 +-
man/FourPHFfit.bulk.Rd | 2 +
man/gcdata.Rd | 2 +
man/germination.indices.Rd | 2 +
man/plot.FourPHFfit.Rd | 2 +
vignettes/Introduction.pdf | Bin 620430 -> 715565 bytes
33 files changed, 1041 insertions(+), 539 deletions(-)
diff --git a/NEWS.md b/NEWS.md
index d812d66..e544c86 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -22,6 +22,7 @@ Goldberg (1971), Bilbro and Wanjura (1982), and Fakorede and Ayoola (1980).
* Fixed documentation errors in `FourPHFfit` and `CVGermTime`.
* Updated documentation for `GermSpeed`, `GermSpeedAccumulated`, `CUGerm` `MeanGermRate`, `SEGermRate`, `CVG`, `MeanGermTime`, `VarGermTime`, `SEGermTime`, `GermUncertainty`, `GermSynchrony`, `MeanGermPercent`, `MeanGermNumber`, `WeightGermPercent`, `TimsonsIndex`, `GermRateGeorge` and `GermSynchrony`.
* Converted all equations in Rd files to `MathJax`using `mathjaxr`
+* Added long running examples to `\donttest` in `germination.indices`, `plot.FourPHFfit`, `gcdata` and `FourPHFfit.bulk`.
# germinationmetrics 0.1.3
diff --git a/R/FourPHFfit.bulk.R b/R/FourPHFfit.bulk.R
index 2da6cf1..c473790 100644
--- a/R/FourPHFfit.bulk.R
+++ b/R/FourPHFfit.bulk.R
@@ -48,6 +48,7 @@
#'
#' @examples
#'
+#' \donttest{
#' data(gcdata)
#'
#' counts.per.intervals <- c("Day01", "Day02", "Day03", "Day04", "Day05",
@@ -59,6 +60,7 @@
#' intervals = 1:14, partial = TRUE,
#' fix.y0 = TRUE, fix.a = TRUE, xp = c(10, 60),
#' tmax = 20, tries = 3, umax = 90, umin = 10)
+#' }
#'
FourPHFfit.bulk <- function(data, total.seeds.col, counts.intervals.cols,
intervals, partial = TRUE,
diff --git a/R/gcdata.R b/R/gcdata.R
index 4de7e4b..a069593 100644
--- a/R/gcdata.R
+++ b/R/gcdata.R
@@ -41,6 +41,7 @@
#'
#' @examples
#'
+#' \donttest{
#' data(gcdata)
#' library(ggplot2)
#' library(reshape2)
@@ -91,5 +92,6 @@
#' germination.indices(gcdata, total.seeds.col = "Total Seeds",
#' counts.intervals.cols = counts.per.intervals,
#' intervals = 1:14, partial = TRUE, max.int = 5)
+#' }
#'
"gcdata"
diff --git a/R/germination.indices.R b/R/germination.indices.R
index 4cef3de..4cb754d 100644
--- a/R/germination.indices.R
+++ b/R/germination.indices.R
@@ -182,6 +182,7 @@
#'
#' @examples
#'
+#' \donttest{
#' data(gcdata)
#'
#' counts.per.intervals <- c("Day01", "Day02", "Day03", "Day04", "Day05",
@@ -190,6 +191,7 @@
#' germination.indices(gcdata, total.seeds.col = "Total Seeds",
#' counts.intervals.cols = counts.per.intervals,
#' intervals = 1:14, partial = TRUE, max.int = 5)
+#' }
#'
#' @seealso This function is a wrapper around the different functions for
#' computation of single-value germination indices in
diff --git a/R/plot.FourPHFfit.R b/R/plot.FourPHFfit.R
index 9f1b2cd..6f3e1d5 100644
--- a/R/plot.FourPHFfit.R
+++ b/R/plot.FourPHFfit.R
@@ -61,6 +61,7 @@
#'
#' @examples
#'
+#' \donttest{
#' x <- c(0, 0, 0, 0, 4, 17, 10, 7, 1, 0, 1, 0, 0, 0)
#' y <- c(0, 0, 0, 0, 4, 21, 31, 38, 39, 39, 40, 40, 40, 40)
#' int <- 1:length(x)
@@ -93,6 +94,7 @@
#' # Without y axis limits adjustment
#' plot(fit1, limits = FALSE)
#' plot(fit2, limits = FALSE)
+#' }
#'
plot.FourPHFfit <- function(x, rog = TRUE, t50.total = TRUE, t50.germ = TRUE,
tmgr = TRUE, mgt = TRUE, uniformity = TRUE,
diff --git a/README.html b/README.html
index 250c4b2..efd6538 100644
--- a/README.html
+++ b/README.html
@@ -608,26 +608,26 @@
-
+
-
+
Description
Provides functions to compute various germination indices such as germinability, median germination time, mean germination time, mean germination rate, speed of germination, Timson’s index, germination value, coefficient of uniformity of germination, uncertainty of germination process, synchrony of germination etc. from germination count data. Includes functions for fitting cumulative seed germination curves using four-parameter hill function and computation of associated parameters. See the vignette for more, including full list of citations for the methods implemented.
Installation
The package can be installed from CRAN as follows:
-
+if (!require('devtools')) install.packages('devtools')
+install.packages('germinationmetrics', dependencies=TRUE)
The development version can be installed from github as follows:
-
+devtools::install_github("aravind-j/germinationmetrics")
Detailed tutorial
For a detailed tutorial (vignette) on how to used this package type:
-
+browseVignettes(package = 'germinationmetrics')
The vignette for the latest version is also available online.
What’s new
To know whats new in this version type:
-
+news(package='germinationmetrics')
Links
CRAN page
Github page
@@ -635,12 +635,12 @@ Links
Zenodo DOI
Citing germinationmetrics
To cite the methods in the package use:
-
+citation("germinationmetrics")
To cite the R package 'germinationmetrics' in publications use:
- Aravind, J., Vimala Devi, S., Radhamani, J., Jacob, S. R., and Kalyani Srinivasan (2020). germinationmetrics:
- Seed Germination Indices and Curve Fitting. R package version 0.1.4,
+ Aravind, J., Vimala Devi, S., Radhamani, J., Jacob, S. R., and Kalyani Srinivasan (2020). germinationmetrics: Seed
+ Germination Indices and Curve Fitting. R package version 0.1.4,
https://github.com/aravind-j/germinationmetricshttps://cran.r-project.org/package=germinationmetrics.
A BibTeX entry for LaTeX users is
@@ -654,8 +654,8 @@ Citing germinationmetrics
note = {https://cran.r-project.org/package=germinationmetrics},
}
-This free and open-source software implements academic research by the authors and co-workers. If you use it, please
-support the project by citing the package.
+This free and open-source software implements academic research by the authors and co-workers. If you use it, please support
+the project by citing the package.