We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec6791 commit c86392aCopy full SHA for c86392a
R/aaa_models.R
@@ -1013,6 +1013,7 @@ get_encoding <- function(model) {
1013
#' cat(make_engine_list("linear_reg"))
1014
find_engine_files <- function(mod, pkg = "parsnip") {
1015
1016
+ requireNamespace(pkg, quietly = TRUE)
1017
# Get available topics
1018
topic_names <- search_for_engine_docs(mod)
1019
if (length(topic_names) == 0) {
@@ -1058,6 +1059,7 @@ get_default_engine <- function(mod, pkg= "parsnip") {
1058
1059
#' @export
1060
#' @rdname doc-tools
1061
make_seealso_list <- function(mod, pkg= "parsnip") {
1062
1063
eng <- find_engine_files(mod, pkg)
1064
1065
res <-
0 commit comments