Skip to content

Commit

Permalink
preparation for resubmission
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-TU committed Jan 12, 2021
1 parent b3fe494 commit 63b5013
Show file tree
Hide file tree
Showing 18 changed files with 61 additions and 51 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ cran-comments.md
^doc$
^Meta$
^\.github$
^CRAN-RELEASE$
19 changes: 10 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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, <ISBN:978-0-9653062-3-2>),
Johnson (Johnson, 1964, <ISBN:978-0444403223>), 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, <DOI:10.1080/08982112.2010.503447>)
for the estimation of multiple parametric lifetime distributions,
as well as the computation of confidence intervals of quantiles and
Expand All @@ -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, <ISSN:0943-9412>).
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,
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/mixture_identification.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions R/weibulltools-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
8 changes: 8 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/Life_Data_Analysis_Part_I.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/Life_Data_Analysis_Part_II.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/Life_Data_Analysis_Part_III.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion docs/reference/mixmod_em.default.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/mixmod_em.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions docs/reference/weibulltools-package.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/mixmod_em.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/mixmod_em.default.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/weibulltools-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63b5013

Please sign in to comment.