Skip to content

Commit

Permalink
correct rlang import
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Jul 29, 2024
1 parent 6231609 commit 679b42d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ export(linfa_multinom_reg)
export(linfa_naive_Bayes)
export(linfa_svm_linear)
export(predict)
import(rlang)
importFrom(stats,predict)
useDynLib(rinfa, .registration = TRUE)
2 changes: 2 additions & 0 deletions R/imports.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
stats::predict

#' @import rlang
#' @keywords internal
"_PACKAGE"
28 changes: 28 additions & 0 deletions man/rinfa-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 679b42d

Please sign in to comment.