Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jun 8, 2024
1 parent 5b60313 commit 49c8300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/install_suggested.R
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,5 @@ show_reverse_dependencies <- function(package = "easystats") {
if (is.null(rev_import_field) || is.na(rev_import_field)) {
return(NULL)
}
as.vector(unname(insight::trim_ws(unlist(strplit(rev_import_field, ",", fixed = TRUE)))))
as.vector(unname(insight::trim_ws(unlist(strsplit(rev_import_field, ",", fixed = TRUE)))))
}

0 comments on commit 49c8300

Please sign in to comment.