Skip to content

Commit

Permalink
Hotfix: Add missing pcens tag to weibull analytical solution
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Nov 19, 2024
1 parent 6900019 commit 9106311
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 5 deletions.
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions R/pcens.R
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ pcens_cdf.pcens_plnorm_dunif <- function(
#'
#' @inheritParams pcens_cdf
#'
#' @family pcens
#'
#' @inherit pcens_cdf return
#'
#' @export
Expand Down
3 changes: 2 additions & 1 deletion man/new_pcens.Rd

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

3 changes: 2 additions & 1 deletion man/pcens_cdf.Rd

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

3 changes: 2 additions & 1 deletion man/pcens_cdf.default.Rd

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

3 changes: 2 additions & 1 deletion man/pcens_cdf.pcens_pgamma_dunif.Rd

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

3 changes: 2 additions & 1 deletion man/pcens_cdf.pcens_plnorm_dunif.Rd

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

9 changes: 9 additions & 0 deletions man/pcens_cdf.pcens_pweibull_dunif.Rd

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

0 comments on commit 9106311

Please sign in to comment.