Skip to content

Commit

Permalink
Merge branch '50_clean_deps' of github.com:openpharma/RobinCar2 into …
Browse files Browse the repository at this point in the history
…50_clean_deps
  • Loading branch information
clarkliming committed Nov 18, 2024
2 parents d2a4c0a + 3e7d434 commit c4a8c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/find_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
find_data <- function(fit, ...) {
UseMethod("find_data")
}
#'@export
#' @export
find_data.glm <- function(fit, ...) {
fit$data
}
#'@export
#' @export
find_data.lm <- function(fit, ...) {
stop("data must be provided explicitly for lm objects")
}

0 comments on commit c4a8c75

Please sign in to comment.