Skip to content

Commit 7e57f54

Browse files
committed
fix namespace
1 parent 8085289 commit 7e57f54

File tree

3 files changed

+16
-22
lines changed

3 files changed

+16
-22
lines changed

NAMESPACE

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ S3method(check_zeroinflation,performance_simres)
138138
S3method(cronbachs_alpha,data.frame)
139139
S3method(cronbachs_alpha,matrix)
140140
S3method(cronbachs_alpha,parameters_pca)
141+
S3method(display,check_itemscale)
142+
S3method(display,compare_performance)
143+
S3method(display,performance_model)
144+
S3method(display,test_performance)
141145
S3method(fitted,BFBayesFactor)
142146
S3method(format,compare_performance)
143147
S3method(format,performance_model)
@@ -335,6 +339,13 @@ S3method(print,r2_nakagawa_by_group)
335339
S3method(print,r2_pseudo)
336340
S3method(print,test_likelihoodratio)
337341
S3method(print,test_performance)
342+
S3method(print_html,check_itemscale)
343+
S3method(print_html,compare_performance)
344+
S3method(print_html,test_performance)
345+
S3method(print_md,check_itemscale)
346+
S3method(print_md,compare_performance)
347+
S3method(print_md,performance_model)
348+
S3method(print_md,test_performance)
338349
S3method(r2,Arima)
339350
S3method(r2,BBreg)
340351
S3method(r2,BFBayesFactor)
@@ -567,10 +578,6 @@ export(check_zeroinflation)
567578
export(compare_performance)
568579
export(cronbachs_alpha)
569580
export(display)
570-
export(display.check_itemscale)
571-
export(display.compare_performance)
572-
export(display.performance_model)
573-
export(display.test_performance)
574581
export(icc)
575582
export(item_difficulty)
576583
export(item_discrimination)
@@ -599,14 +606,7 @@ export(performance_roc)
599606
export(performance_rse)
600607
export(performance_score)
601608
export(print_html)
602-
export(print_html.check_itemscale)
603-
export(print_html.compare_performance)
604-
export(print_html.test_performance)
605609
export(print_md)
606-
export(print_md.check_itemscale)
607-
export(print_md.compare_performance)
608-
export(print_md.performance_model)
609-
export(print_md.test_performance)
610610
export(r2)
611611
export(r2_bayes)
612612
export(r2_coxsnell)

man/check_outliers.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/display.performance_model.Rd

Lines changed: 3 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)