Skip to content

Commit

Permalink
pkg::func() -> func() in @examples
Browse files Browse the repository at this point in the history
  • Loading branch information
zsusswein committed Aug 29, 2024
1 parent 0c849f6 commit 6bfb09d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/RtGam.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#' length.out = 20,
#' by = "day"
#' )
#' fit <- RtGam::RtGam(cases, reference_date)
#' fit <- RtGam(cases, reference_date)
#' fit
RtGam <- function(cases,
reference_date,
Expand Down
2 changes: 1 addition & 1 deletion man/RtGam.Rd

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

0 comments on commit 6bfb09d

Please sign in to comment.