Skip to content

Commit 14c1525

Browse files
Fix R CMD check fail, maybe
1 parent 2223d30 commit 14c1525

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ S3method(print,rand_forest)
4747
S3method(print,surv_reg)
4848
S3method(print,svm_poly)
4949
S3method(print,svm_rbf)
50-
S3method(tidy,model_fit)
5150
S3method(translate,boost_tree)
5251
S3method(translate,decision_tree)
5352
S3method(translate,default)
@@ -143,6 +142,7 @@ export(show_model_info)
143142
export(surv_reg)
144143
export(svm_poly)
145144
export(svm_rbf)
145+
export(tidy.model_fit)
146146
export(translate)
147147
export(update_dot_check)
148148
export(update_main_parameters)

man/tidy.model_fit.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)