From 9106311e8e0965496274635b572009411f1226fd Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 19 Nov 2024 16:05:49 +0000 Subject: [PATCH] Hotfix: Add missing pcens tag to weibull analytical solution --- NEWS.md | 14 ++++++++++++++ R/pcens.R | 2 ++ man/new_pcens.Rd | 3 ++- man/pcens_cdf.Rd | 3 ++- man/pcens_cdf.default.Rd | 3 ++- man/pcens_cdf.pcens_pgamma_dunif.Rd | 3 ++- man/pcens_cdf.pcens_plnorm_dunif.Rd | 3 ++- man/pcens_cdf.pcens_pweibull_dunif.Rd | 9 +++++++++ 8 files changed, 35 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index f0f3148..03dfe1c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,17 @@ +# primarycensored 1.0.0.1000 + +Development release. + +## Package + +## Documentation + +- Added a CRAN downloads badge to the README. + +## Bug fixes + +- Added a missing `@family` tag to the `pcens` functions. This omission resulted in the Weibull analytical solution not being visible in the package documentation. + # primarycensored 1.0.0 This is the first major release of `primarycensored` and has been submitted to CRAN. diff --git a/R/pcens.R b/R/pcens.R index 238af41..2b24c92 100644 --- a/R/pcens.R +++ b/R/pcens.R @@ -262,6 +262,8 @@ pcens_cdf.pcens_plnorm_dunif <- function( #' #' @inheritParams pcens_cdf #' +#' @family pcens +#' #' @inherit pcens_cdf return #' #' @export diff --git a/man/new_pcens.Rd b/man/new_pcens.Rd index 077bb67..75a5679 100644 --- a/man/new_pcens.Rd +++ b/man/new_pcens.Rd @@ -58,6 +58,7 @@ Low level primary event censored distribution objects and methods \code{\link{pcens_cdf}()}, \code{\link{pcens_cdf.default}()}, \code{\link{pcens_cdf.pcens_pgamma_dunif}()}, -\code{\link{pcens_cdf.pcens_plnorm_dunif}()} +\code{\link{pcens_cdf.pcens_plnorm_dunif}()}, +\code{\link{pcens_cdf.pcens_pweibull_dunif}()} } \concept{pcens} diff --git a/man/pcens_cdf.Rd b/man/pcens_cdf.Rd index 11f32f9..a90ceca 100644 --- a/man/pcens_cdf.Rd +++ b/man/pcens_cdf.Rd @@ -30,6 +30,7 @@ Low level primary event censored distribution objects and methods \code{\link{new_pcens}()}, \code{\link{pcens_cdf.default}()}, \code{\link{pcens_cdf.pcens_pgamma_dunif}()}, -\code{\link{pcens_cdf.pcens_plnorm_dunif}()} +\code{\link{pcens_cdf.pcens_plnorm_dunif}()}, +\code{\link{pcens_cdf.pcens_pweibull_dunif}()} } \concept{pcens} diff --git a/man/pcens_cdf.default.Rd b/man/pcens_cdf.default.Rd index 22e15e7..3e946c1 100644 --- a/man/pcens_cdf.default.Rd +++ b/man/pcens_cdf.default.Rd @@ -41,6 +41,7 @@ Low level primary event censored distribution objects and methods \code{\link{new_pcens}()}, \code{\link{pcens_cdf}()}, \code{\link{pcens_cdf.pcens_pgamma_dunif}()}, -\code{\link{pcens_cdf.pcens_plnorm_dunif}()} +\code{\link{pcens_cdf.pcens_plnorm_dunif}()}, +\code{\link{pcens_cdf.pcens_pweibull_dunif}()} } \concept{pcens} diff --git a/man/pcens_cdf.pcens_pgamma_dunif.Rd b/man/pcens_cdf.pcens_pgamma_dunif.Rd index b6fa115..65124ad 100644 --- a/man/pcens_cdf.pcens_pgamma_dunif.Rd +++ b/man/pcens_cdf.pcens_pgamma_dunif.Rd @@ -30,6 +30,7 @@ Low level primary event censored distribution objects and methods \code{\link{new_pcens}()}, \code{\link{pcens_cdf}()}, \code{\link{pcens_cdf.default}()}, -\code{\link{pcens_cdf.pcens_plnorm_dunif}()} +\code{\link{pcens_cdf.pcens_plnorm_dunif}()}, +\code{\link{pcens_cdf.pcens_pweibull_dunif}()} } \concept{pcens} diff --git a/man/pcens_cdf.pcens_plnorm_dunif.Rd b/man/pcens_cdf.pcens_plnorm_dunif.Rd index da92a04..02de64a 100644 --- a/man/pcens_cdf.pcens_plnorm_dunif.Rd +++ b/man/pcens_cdf.pcens_plnorm_dunif.Rd @@ -30,6 +30,7 @@ Low level primary event censored distribution objects and methods \code{\link{new_pcens}()}, \code{\link{pcens_cdf}()}, \code{\link{pcens_cdf.default}()}, -\code{\link{pcens_cdf.pcens_pgamma_dunif}()} +\code{\link{pcens_cdf.pcens_pgamma_dunif}()}, +\code{\link{pcens_cdf.pcens_pweibull_dunif}()} } \concept{pcens} diff --git a/man/pcens_cdf.pcens_pweibull_dunif.Rd b/man/pcens_cdf.pcens_pweibull_dunif.Rd index c5c3d92..ac9efb3 100644 --- a/man/pcens_cdf.pcens_pweibull_dunif.Rd +++ b/man/pcens_cdf.pcens_pweibull_dunif.Rd @@ -25,3 +25,12 @@ Vector of computed primary event censored CDFs \description{ Method for Weibull delay with uniform primary } +\seealso{ +Low level primary event censored distribution objects and methods +\code{\link{new_pcens}()}, +\code{\link{pcens_cdf}()}, +\code{\link{pcens_cdf.default}()}, +\code{\link{pcens_cdf.pcens_pgamma_dunif}()}, +\code{\link{pcens_cdf.pcens_plnorm_dunif}()} +} +\concept{pcens}