Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change primarycensoreddist to primarycensored #53

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Suggests:
pkgdown,
withr,
usethis,
primarycensoreddist
primarycensored
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# RtGam v0.2.0

## Features

## Bugs

## Developer tooling

* Update `{primarycensoreddist}` to `{primarycensored}` to match the name change in the v0.6.0 release (#53)

# RtGam v0.1.0

This initial release focuses on establishing the package's foundation to support future development. It introduces basic functionality for fitting and returning models, while setting up essential components such as package initialization, documentation, and continuous integration systems.
Expand Down
2 changes: 1 addition & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
#' From this parametric specification, we produce a double-censored,
#' left-truncated probability mass function of the generation interval
#' distribution. We produce the PMF using
#' [primarycensoreddist::dpcens()] with version 0.4.0. See
#' [primarycensored::dpcens()] with version 0.4.0. See
#' https://doi.org/10.1101/2024.01.12.24301247 for more information on
#' double-censoring biases and corrections.
#'
Expand Down
2 changes: 1 addition & 1 deletion data-raw/sir_gt_pmf.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
shape <- 2
rate <- 1 / 4

sir_gt_pmf <- primarycensoreddist::dpcens(0:26,
sir_gt_pmf <- primarycensored::dpcens(0:26,
pgamma,
shape = shape,
rate = rate,
Expand Down
2 changes: 1 addition & 1 deletion man/sir_gt_pmf.Rd

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

Loading