Skip to content

Commit

Permalink
Merge pull request #299 from pharmaverse/293_fix_tte_sources
Browse files Browse the repository at this point in the history
Closes #293 fix_tte_source: fix documentation of TTE source objects
  • Loading branch information
bundfussr authored Jan 24, 2025
2 parents 5e22895 + 8f9f17f commit f1cf0cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
Non-standard Endpoints)" were updated to describe how the case `CR` followed by
`PR` is handled. (#276)

- The documentation of the time-to-event source objects was fixed. (#293)

# admiralonco 1.1.0

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion R/tte_sources.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#' # with {admiralonco}
#' for (obj in admiral::list_tte_source_objects(package = "admiralonco")$object) {
#' cat(obj, "\n")
#' print(get(obj))
#' print(get(obj, envir = getNamespace("admiralonco")))
#' cat("\n")
#' }
death_event <- event_source(
Expand Down
2 changes: 1 addition & 1 deletion man/tte_source_objects.Rd

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

0 comments on commit f1cf0cf

Please sign in to comment.