Skip to content

Commit

Permalink
Update R/interop-car.R
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com>
  • Loading branch information
clarkliming and danielinteractive authored Dec 20, 2023
1 parent e690a68 commit d820ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/interop-car.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @return A logical value indicating whether registration was successful.
#'
#' @keywords internal
car_add_mmrm <- function(quietly) {
car_add_mmrm <- function(quietly = FALSE) {
if (!requireNamespace("car", quietly = quietly)) {
return(FALSE)
}
Expand Down

0 comments on commit d820ff2

Please sign in to comment.