Skip to content

Commit

Permalink
Fix R CMD check warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed Jun 26, 2024
1 parent e95396e commit 627b514
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/JointModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ as.character.JointModel <- function(x, ...) {

#' @rdname write_stan
#' @export
write_stan.JointModel <- function(object, destination) {
write_stan.JointModel <- function(object, destination, ...) {
if (is_connection(destination)) {
return(writeLines(as.character(object), con = destination))
}
Expand Down
2 changes: 1 addition & 1 deletion R/SimLongitudinalClaretBruno.R
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ sampleSubjects.SimLongitudinalClaretBruno <- function(object, subjects_df) {

#' Claret-Bruno Functionals
#'
#' @param time (`numeric`)\cr time grid.
#' @param t (`numeric`)\cr time grid.
#' @param b (`number`)\cr baseline sld.
#' @param g (`number`)\cr growth rate.
#' @param c (`number`)\cr resistance rate.
Expand Down
4 changes: 2 additions & 2 deletions man/clbr_sld.Rd

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

2 changes: 1 addition & 1 deletion man/write_stan.Rd

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

0 comments on commit 627b514

Please sign in to comment.