Skip to content

Commit

Permalink
Merge branch 'main' into vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke authored Apr 5, 2024
2 parents a2c76e8 + d41544a commit a4033ec
Show file tree
Hide file tree
Showing 149 changed files with 9,366 additions and 4,967 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/R-CMD-check-strict.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.10.5
Date: 2023-09-11 21:16:32 UTC
SHA: c3348f5c1183042544ebdfc7dbaa9489186c71ea
Version: 0.11.0
Date: 2024-03-22 21:30:58 UTC
SHA: 051b9bb2b7721c632ce145f85c55aa55c8eebf90
36 changes: 20 additions & 16 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: performance
Title: Assessment of Regression Models Performance
Version: 0.10.5.6
Version: 0.11.0.5
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down Expand Up @@ -33,16 +33,16 @@ Authors@R:
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9560-6336", Twitter = "@bmwiernik")),
person(given = "Rémi",
family = "Thériault",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4315-6788", Twitter = "@rempsyc")),
person(given = "Vincent",
family = "Arel-Bundock",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0003-2042-7063")),
person(given = "Rémi",
family = "Thériault",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4315-6788", Twitter = "@rempsyc")),
person(given = "Martin",
family = "Jullum",
role = "rev"),
Expand All @@ -69,10 +69,9 @@ BugReports: https://github.com/easystats/performance/issues
Depends:
R (>= 3.6)
Imports:
bayestestR (>= 0.13.1),
insight (>= 0.19.5),
datawizard (>= 0.9.0),
methods,
bayestestR (>= 0.13.2),
insight (>= 0.19.10),
datawizard (>= 0.10.0),
stats,
utils
Suggests:
Expand All @@ -91,9 +90,12 @@ Suggests:
correlation,
cplm,
dbscan,
DHARMa,
estimatr,
fixest,
flextable,
forecast,
ftExtra,
gamm4,
ggplot2,
glmmTMB,
Expand Down Expand Up @@ -122,26 +124,28 @@ Suggests:
nonnest2,
ordinal,
parallel,
parameters (>= 0.20.3),
parameters (>= 0.21.4),
patchwork,
pscl,
psych,
quantreg,
qqplotr (>= 0.0.6),
randomForest,
rempsyc,
rmarkdown,
rstanarm,
rstantools,
sandwich,
see (>= 0.7.5),
see (>= 0.8.2),
survey,
survival,
testthat,
testthat (>= 3.2.1),
tweedie,
VGAM,
withr
withr (>= 3.0.0)
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.3.9000
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: true
Expand All @@ -150,4 +154,4 @@ Config/Needs/website:
r-lib/pkgdown,
easystats/easystatstemplate
Config/rcmdcheck/ignore-inconsequential-notes: true
Remotes: easystats/see, easystats/parameters, easystats/insight
Remotes: easystats/see
35 changes: 35 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ S3method(check_heteroscedasticity,default)
S3method(check_homogeneity,afex_aov)
S3method(check_homogeneity,default)
S3method(check_homogeneity,htest)
S3method(check_model,DHARMa)
S3method(check_model,brmsfit)
S3method(check_model,default)
S3method(check_model,model_fit)
S3method(check_model,performance_simres)
S3method(check_model,stanreg)
S3method(check_multimodal,data.frame)
S3method(check_multimodal,numeric)
Expand All @@ -70,7 +72,9 @@ S3method(check_normality,htest)
S3method(check_normality,lmerModLmerTest)
S3method(check_normality,merMod)
S3method(check_normality,numeric)
S3method(check_normality,performance_simres)
S3method(check_outliers,BFBayesFactor)
S3method(check_outliers,DHARMa)
S3method(check_outliers,character)
S3method(check_outliers,data.frame)
S3method(check_outliers,default)
Expand All @@ -87,8 +91,13 @@ S3method(check_outliers,meta)
S3method(check_outliers,metabin)
S3method(check_outliers,metagen)
S3method(check_outliers,numeric)
S3method(check_outliers,performance_simres)
S3method(check_outliers,rma)
S3method(check_outliers,rma.uni)
S3method(check_outliers,rq)
S3method(check_outliers,rqs)
S3method(check_outliers,rqss)
S3method(check_overdispersion,DHARMa)
S3method(check_overdispersion,default)
S3method(check_overdispersion,fixest)
S3method(check_overdispersion,fixest_multi)
Expand All @@ -100,11 +109,17 @@ S3method(check_overdispersion,model_fit)
S3method(check_overdispersion,negbin)
S3method(check_overdispersion,negbinirr)
S3method(check_overdispersion,negbinmfx)
S3method(check_overdispersion,performance_simres)
S3method(check_overdispersion,poissonirr)
S3method(check_overdispersion,poissonmfx)
S3method(check_predictions,BFBayesFactor)
S3method(check_predictions,brmsfit)
S3method(check_predictions,default)
S3method(check_predictions,lme)
S3method(check_predictions,stanreg)
S3method(check_residuals,DHARMa)
S3method(check_residuals,default)
S3method(check_residuals,performance_simres)
S3method(check_singularity,MixMod)
S3method(check_singularity,clmm)
S3method(check_singularity,cpglmm)
Expand All @@ -120,6 +135,9 @@ S3method(check_sphericity,default)
S3method(check_sphericity,mlm)
S3method(check_symmetry,htest)
S3method(check_symmetry,numeric)
S3method(check_zeroinflation,DHARMa)
S3method(check_zeroinflation,default)
S3method(check_zeroinflation,performance_simres)
S3method(cronbachs_alpha,data.frame)
S3method(cronbachs_alpha,matrix)
S3method(cronbachs_alpha,parameters_pca)
Expand Down Expand Up @@ -258,10 +276,12 @@ S3method(plot,check_model)
S3method(plot,check_normality)
S3method(plot,check_outliers)
S3method(plot,check_overdisp)
S3method(plot,check_residuals)
S3method(plot,check_sphericity)
S3method(plot,compare_performance)
S3method(plot,performance_pp_check)
S3method(plot,performance_roc)
S3method(plot,performance_simres)
S3method(plot,test_likelihoodratio)
S3method(plot,test_performance)
S3method(print,binned_residuals)
Expand All @@ -280,7 +300,9 @@ S3method(print,check_normality_binom)
S3method(print,check_outliers)
S3method(print,check_outliers_metafor)
S3method(print,check_outliers_metagen)
S3method(print,check_outliers_simres)
S3method(print,check_overdisp)
S3method(print,check_residuals)
S3method(print,check_sphericity)
S3method(print,check_symmetry)
S3method(print,check_zi)
Expand All @@ -299,6 +321,7 @@ S3method(print,performance_pcp)
S3method(print,performance_pp_check)
S3method(print,performance_roc)
S3method(print,performance_score)
S3method(print,performance_simres)
S3method(print,r2_bayes)
S3method(print,r2_generic)
S3method(print,r2_loo)
Expand All @@ -308,6 +331,7 @@ S3method(print,r2_nakagawa_by_group)
S3method(print,r2_pseudo)
S3method(print,test_likelihoodratio)
S3method(print,test_performance)
S3method(print_html,check_itemscale)
S3method(print_html,compare_performance)
S3method(print_html,test_performance)
S3method(print_md,check_itemscale)
Expand Down Expand Up @@ -385,6 +409,7 @@ S3method(r2,rma)
S3method(r2,scam)
S3method(r2,selection)
S3method(r2,sem)
S3method(r2,serp)
S3method(r2,stanreg)
S3method(r2,summary.lm)
S3method(r2,survreg)
Expand All @@ -407,6 +432,7 @@ S3method(r2_coxsnell,coxph)
S3method(r2_coxsnell,cpglm)
S3method(r2_coxsnell,crch)
S3method(r2_coxsnell,glm)
S3method(r2_coxsnell,glmmTMB)
S3method(r2_coxsnell,glmx)
S3method(r2_coxsnell,logitmfx)
S3method(r2_coxsnell,logitor)
Expand All @@ -420,10 +446,13 @@ S3method(r2_coxsnell,poissonirr)
S3method(r2_coxsnell,poissonmfx)
S3method(r2_coxsnell,polr)
S3method(r2_coxsnell,probit)
S3method(r2_coxsnell,serp)
S3method(r2_coxsnell,survreg)
S3method(r2_coxsnell,svycoxph)
S3method(r2_coxsnell,truncreg)
S3method(r2_efron,default)
S3method(r2_kullback,default)
S3method(r2_kullback,glm)
S3method(r2_loo_posterior,BFBayesFactor)
S3method(r2_loo_posterior,brmsfit)
S3method(r2_loo_posterior,stanmvreg)
Expand All @@ -448,6 +477,7 @@ S3method(r2_mcfadden,poissonirr)
S3method(r2_mcfadden,poissonmfx)
S3method(r2_mcfadden,polr)
S3method(r2_mcfadden,probitmfx)
S3method(r2_mcfadden,serp)
S3method(r2_mcfadden,truncreg)
S3method(r2_mcfadden,vglm)
S3method(r2_mckelvey,default)
Expand All @@ -463,6 +493,7 @@ S3method(r2_nagelkerke,coxph)
S3method(r2_nagelkerke,cpglm)
S3method(r2_nagelkerke,crch)
S3method(r2_nagelkerke,glm)
S3method(r2_nagelkerke,glmmTMB)
S3method(r2_nagelkerke,glmx)
S3method(r2_nagelkerke,logitmfx)
S3method(r2_nagelkerke,logitor)
Expand All @@ -476,6 +507,7 @@ S3method(r2_nagelkerke,poissonirr)
S3method(r2_nagelkerke,poissonmfx)
S3method(r2_nagelkerke,polr)
S3method(r2_nagelkerke,probitmfx)
S3method(r2_nagelkerke,serp)
S3method(r2_nagelkerke,survreg)
S3method(r2_nagelkerke,svycoxph)
S3method(r2_nagelkerke,truncreg)
Expand All @@ -488,6 +520,7 @@ S3method(r2_tjur,nestedLogit)
S3method(residuals,BFBayesFactor)
S3method(residuals,check_normality_numeric)
S3method(residuals,iv_robust)
S3method(residuals,performance_simres)
S3method(rstudent,check_normality_numeric)
S3method(test_bf,ListModels)
S3method(test_bf,default)
Expand Down Expand Up @@ -523,6 +556,7 @@ export(check_outliers)
export(check_overdispersion)
export(check_posterior_predictions)
export(check_predictions)
export(check_residuals)
export(check_singularity)
export(check_sphericity)
export(check_sphericity_bartlett)
Expand Down Expand Up @@ -576,6 +610,7 @@ export(r2_tjur)
export(r2_xu)
export(r2_zeroinflated)
export(rmse)
export(simulate_residuals)
export(test_bf)
export(test_likelihoodratio)
export(test_lrt)
Expand Down
Loading

0 comments on commit a4033ec

Please sign in to comment.