From 63b50132cc5094767176d7ef23d010e6bae56e73 Mon Sep 17 00:00:00 2001 From: Tim-Gunnar Hensel Date: Tue, 12 Jan 2021 08:42:39 +0100 Subject: [PATCH] preparation for resubmission --- .Rbuildignore | 1 + DESCRIPTION | 19 +++++++++--------- R/mixture_identification.R | 2 +- R/weibulltools-package.R | 10 +++++----- README.Rmd | 2 +- README.md | 4 ++-- cran-comments.md | 8 ++++++++ docs/articles/Life_Data_Analysis_Part_I.html | 2 +- docs/articles/Life_Data_Analysis_Part_II.html | 2 +- .../articles/Life_Data_Analysis_Part_III.html | 2 +- docs/index.html | 20 +++++++++---------- docs/pkgdown.yml | 2 +- docs/reference/mixmod_em.default.html | 2 +- docs/reference/mixmod_em.html | 2 +- docs/reference/weibulltools-package.html | 20 +++++++++---------- man/mixmod_em.Rd | 2 +- man/mixmod_em.default.Rd | 2 +- man/weibulltools-package.Rd | 10 +++++----- 18 files changed, 61 insertions(+), 51 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 7d05495..93af554 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -11,3 +11,4 @@ cran-comments.md ^doc$ ^Meta$ ^\.github$ +^CRAN-RELEASE$ diff --git a/DESCRIPTION b/DESCRIPTION index 9592f33..11536c2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,17 +10,17 @@ Authors@R: email = "david.barkemeyer@campus.tu-berlin.de", role = "aut") ) -Description: The weibulltools package focuses on statistical methods and - visualizations that are often used in reliability engineering. It - provides a compact and easily accessible set of methods and visualization - tools that make the examination and adjustment as well as the analysis - and interpretation of field data (and bench tests) as simple as possible. +Description: Provides statistical methods and visualizations that are often + used in reliability engineering. Comprises a compact and easily + accessible set of methods and visualization tools that make the + examination and adjustment as well as the analysis and interpretation + of field data (and bench tests) as simple as possible. Non-parametric estimators like Median Ranks, Kaplan-Meier (Abernethy, 2006, ), Johnson (Johnson, 1964, ), and Nelson-Aalen for failure probability estimation within samples that contain failures as well as censored data are included. - It also supports methods like Maximum Likelihood and Rank Regression, + The package supports methods like Maximum Likelihood and Rank Regression, (Genschel and Meeker, 2010, ) for the estimation of multiple parametric lifetime distributions, as well as the computation of confidence intervals of quantiles and @@ -33,14 +33,14 @@ Description: The weibulltools package focuses on statistical methods and Monte Carlo methods for the correction and completion of imprecisely recorded or unknown lifetime characteristics. (Verband der Automobilindustrie e.V. (VDA), 2016, ). - Plots are created statically (ggplot2) or interactively (plotly) and + Plots are created statically ('ggplot2') or interactively ('plotly') and can be customized with functions of the respective visualization package. The graphical technique of probability plotting as well as the addition of regression lines and confidence bounds to existing plots are supported. License: GPL-2 -URL: https://tim-tu.github.io/weibulltools/ - https://github.com/Tim-TU/weibulltools +URL: https://tim-tu.github.io/weibulltools, + https://github.com/Tim-TU/weibulltools BugReports: https://github.com/Tim-TU/weibulltools/issues Imports: dplyr, @@ -58,6 +58,7 @@ Imports: tidyr LinkingTo: Rcpp (>= 0.12.18), RcppArmadillo Depends: R (>= 3.5.0) +Language: en-US Encoding: UTF-8 LazyData: true RoxygenNote: 7.1.1 diff --git a/R/mixture_identification.R b/R/mixture_identification.R index 3f0d501..8043c82 100644 --- a/R/mixture_identification.R +++ b/R/mixture_identification.R @@ -501,7 +501,7 @@ print.wt_mixmod_regression_list <- function(x, #' \itemize{ #' \item Doganaksoy, N.; Hahn, G.; Meeker, W. Q., Reliability Analysis by #' Failure Mode, Quality Progress, 35(6), 47-52, 2002 -#' \item Blog posts by Stefan Gelissen: \url{http://blogs2.datall-analyse.nl/2016/02/18/rcode_mixture_distribution_censored}; +#' \item Blog posts by Stefan Gelissen: \url{https://blogs2.datall-analyse.nl/2016/02/18/rcode_mixture_distribution_censored/}; #' last accessed on 8th December 2020} #' #' @examples diff --git a/R/weibulltools-package.R b/R/weibulltools-package.R index 3cbd005..1298254 100644 --- a/R/weibulltools-package.R +++ b/R/weibulltools-package.R @@ -3,11 +3,11 @@ #' @title weibulltools #' #' @description -#' The \emph{weibulltools} package focuses on statistical methods and -#' visualizations that are often used in reliability engineering. It provides a -#' compact and easily accessible set of methods and visualization tools that -#' make the examination and adjustment as well as the analysis and -#' interpretation of field data (and bench tests) as simple as possible. +#' Provides statistical methods and visualizations that are often used in +#' reliability engineering. Comprises a compact and easily accessible set of +#' methods and visualization tools that make the examination and adjustment as +#' well as the analysis and interpretation of field data (and bench tests) as +#' simple as possible. #' #' Besides the well-known Weibull analysis, the package supports multiple #' lifetime distributions and also contains Monte Carlo methods for the diff --git a/README.Rmd b/README.Rmd index e279b3c..8288363 100644 --- a/README.Rmd +++ b/README.Rmd @@ -32,7 +32,7 @@ Plots are created statically ([ggplot2](https://ggplot2.tidyverse.org/)) or inte ## Installation -The latest released version of *weibulltools* from [CRAN](https://cran.r-project.org/web/packages/weibulltools/) can be installed with: +The latest released version of *weibulltools* from [CRAN](https://CRAN.R-project.org/package=weibulltools) can be installed with: ```{r, eval = FALSE} install.packages("weibulltools") diff --git a/README.md b/README.md index b2c7e31..ca2d019 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ with functions of the respective visualization package. ## Installation The latest released version of *weibulltools* from -[CRAN](https://cran.r-project.org/web/packages/weibulltools/) can be -installed with: +[CRAN](https://CRAN.R-project.org/package=weibulltools) can be installed +with: ``` r install.packages("weibulltools") diff --git a/cran-comments.md b/cran-comments.md index bc03446..b8b7726 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -3,6 +3,14 @@ title: "CRAN comments" output: html_document --- +## This is a resubmission + +* Uwe Ligges confirmed that the version number can be kept as 2.0.0 for the resubmission +* omitted the package name of the own package in the description field +* single quoted packages in the description field +* fixed invalid URLs +* CRAN URL in canonical form + ## Release summary This is the major release 2.0.0. diff --git a/docs/articles/Life_Data_Analysis_Part_I.html b/docs/articles/Life_Data_Analysis_Part_I.html index df2ea9f..91da12f 100644 --- a/docs/articles/Life_Data_Analysis_Part_I.html +++ b/docs/articles/Life_Data_Analysis_Part_I.html @@ -93,7 +93,7 @@

A Non-parametric Approach

Tim-Gunnar Hensel

David Barkemeyer

-

2021-01-11

+

2021-01-12

Source: vignettes/Life_Data_Analysis_Part_I.Rmd diff --git a/docs/articles/Life_Data_Analysis_Part_II.html b/docs/articles/Life_Data_Analysis_Part_II.html index f4dae1f..c00c7b5 100644 --- a/docs/articles/Life_Data_Analysis_Part_II.html +++ b/docs/articles/Life_Data_Analysis_Part_II.html @@ -93,7 +93,7 @@

Rank Regression and Maximum Likelihood

Tim-Gunnar Hensel

David Barkemeyer

-

2021-01-11

+

2021-01-12

Source: vignettes/Life_Data_Analysis_Part_II.Rmd diff --git a/docs/articles/Life_Data_Analysis_Part_III.html b/docs/articles/Life_Data_Analysis_Part_III.html index 23c863c..f31fca2 100644 --- a/docs/articles/Life_Data_Analysis_Part_III.html +++ b/docs/articles/Life_Data_Analysis_Part_III.html @@ -93,7 +93,7 @@

Segmented Regression and EM Algorithm

Tim-Gunnar Hensel

David Barkemeyer

-

2021-01-11

+

2021-01-12

Source: vignettes/Life_Data_Analysis_Part_III.Rmd diff --git a/docs/index.html b/docs/index.html index a81a57f..3e7e8bc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12,21 +12,21 @@ -

Installation

-

The latest released version of weibulltools from CRAN can be installed with:

+

The latest released version of weibulltools from CRAN can be installed with:

 install.packages("weibulltools")
@@ -158,7 +158,7 @@

id (optional) - identifier for units
-library(weibulltools)
+library(weibulltools)
 
 rel_tbl <- reliability_data(data = shock, x = distance, status = status)
 rel_tbl
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml
index de66b75..3ecf411 100644
--- a/docs/pkgdown.yml
+++ b/docs/pkgdown.yml
@@ -5,5 +5,5 @@ articles:
   Life_Data_Analysis_Part_I: Life_Data_Analysis_Part_I.html
   Life_Data_Analysis_Part_II: Life_Data_Analysis_Part_II.html
   Life_Data_Analysis_Part_III: Life_Data_Analysis_Part_III.html
-last_built: 2021-01-11T08:29Z
+last_built: 2021-01-12T07:31Z
 
diff --git a/docs/reference/mixmod_em.default.html b/docs/reference/mixmod_em.default.html
index e745bc0..83ab68a 100644
--- a/docs/reference/mixmod_em.default.html
+++ b/docs/reference/mixmod_em.default.html
@@ -243,7 +243,7 @@ 

R diff --git a/docs/reference/mixmod_em.html b/docs/reference/mixmod_em.html index 03fe2fe..7a02aa4 100644 --- a/docs/reference/mixmod_em.html +++ b/docs/reference/mixmod_em.html @@ -237,7 +237,7 @@

R diff --git a/docs/reference/weibulltools-package.html b/docs/reference/weibulltools-package.html index a87529d..143362c 100644 --- a/docs/reference/weibulltools-package.html +++ b/docs/reference/weibulltools-package.html @@ -40,11 +40,11 @@ - -

The weibulltools package focuses on statistical methods and -visualizations that are often used in reliability engineering. It provides a -compact and easily accessible set of methods and visualization tools that -make the examination and adjustment as well as the analysis and -interpretation of field data (and bench tests) as simple as possible.

+

Provides statistical methods and visualizations that are often used in +reliability engineering. Comprises a compact and easily accessible set of +methods and visualization tools that make the examination and adjustment as +well as the analysis and interpretation of field data (and bench tests) as +simple as possible.

Besides the well-known Weibull analysis, the package supports multiple lifetime distributions and also contains Monte Carlo methods for the correction and completion of imprecisely recorded or unknown lifetime diff --git a/man/mixmod_em.Rd b/man/mixmod_em.Rd index e4ef21c..33d78a7 100644 --- a/man/mixmod_em.Rd +++ b/man/mixmod_em.Rd @@ -111,6 +111,6 @@ mix_mod_em_2 <- mixmod_em( \itemize{ \item Doganaksoy, N.; Hahn, G.; Meeker, W. Q., Reliability Analysis by Failure Mode, Quality Progress, 35(6), 47-52, 2002 - \item Blog posts by Stefan Gelissen: \url{http://blogs2.datall-analyse.nl/2016/02/18/rcode_mixture_distribution_censored}; + \item Blog posts by Stefan Gelissen: \url{https://blogs2.datall-analyse.nl/2016/02/18/rcode_mixture_distribution_censored/}; last accessed on 8th December 2020} } diff --git a/man/mixmod_em.default.Rd b/man/mixmod_em.default.Rd index 4da30d9..2cbc9db 100644 --- a/man/mixmod_em.default.Rd +++ b/man/mixmod_em.default.Rd @@ -114,7 +114,7 @@ mix_mod_em_2 <- mixmod_em( \itemize{ \item Doganaksoy, N.; Hahn, G.; Meeker, W. Q., Reliability Analysis by Failure Mode, Quality Progress, 35(6), 47-52, 2002 - \item Blog posts by Stefan Gelissen: \url{http://blogs2.datall-analyse.nl/2016/02/18/rcode_mixture_distribution_censored}; + \item Blog posts by Stefan Gelissen: \url{https://blogs2.datall-analyse.nl/2016/02/18/rcode_mixture_distribution_censored/}; last accessed on 8th December 2020} } \seealso{ diff --git a/man/weibulltools-package.Rd b/man/weibulltools-package.Rd index 56257ba..ba3cabf 100644 --- a/man/weibulltools-package.Rd +++ b/man/weibulltools-package.Rd @@ -6,11 +6,11 @@ \alias{weibulltools} \title{weibulltools} \description{ -The \emph{weibulltools} package focuses on statistical methods and -visualizations that are often used in reliability engineering. It provides a -compact and easily accessible set of methods and visualization tools that -make the examination and adjustment as well as the analysis and -interpretation of field data (and bench tests) as simple as possible. +Provides statistical methods and visualizations that are often used in +reliability engineering. Comprises a compact and easily accessible set of +methods and visualization tools that make the examination and adjustment as +well as the analysis and interpretation of field data (and bench tests) as +simple as possible. Besides the well-known Weibull analysis, the package supports multiple lifetime distributions and also contains Monte Carlo methods for the