Skip to content

Commit

Permalink
Merge pull request #120 from strengejacke/fix_issues
Browse files Browse the repository at this point in the history
Fix check issues
  • Loading branch information
strengejacke authored May 13, 2024
2 parents e137118 + c7d93c9 commit d2f30ed
Show file tree
Hide file tree
Showing 78 changed files with 2,600 additions and 1,992 deletions.
7 changes: 7 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@
^pkgdown$
^.github$
\.code-workspace$
^README\.rmd
^\.git$
^WIP$
\.lintr$
^CRAN-SUBMISSION$
^cran-comments\.md$
^LICENSE\.md$
2 changes: 0 additions & 2 deletions .github/workflows/R-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
## This is because they are already run in `R-CMD-check-strict` workflow. ##
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- { os: macOS-latest, r: "release" }

- { os: windows-latest, r: "devel" }
- { os: windows-latest, r: "release" }

Expand Down
20 changes: 4 additions & 16 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,33 +20,21 @@ Depends:
Imports:
bayestestR,
datawizard,
dplyr,
effectsize,
effectsize (>= 0.8.8),
insight,
lme4,
magrittr,
MASS,
modelr,
parameters,
performance,
purrr,
rlang,
sjlabelled,
sjmisc,
stats,
tidyr
stats
Suggests:
brms,
broom,
car,
coin,
ggplot2,
graphics,
lme4,
MASS,
pscl,
pwr,
sjPlot,
survey,
rstan,
testthat
URL: https://strengejacke.github.io/sjstats/
BugReports: https://github.com/strengejacke/sjstats/issues
Expand Down
105 changes: 7 additions & 98 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,52 +12,31 @@ S3method(formula,svyglm.nb)
S3method(formula,svyglm.zip)
S3method(model.frame,svyglm.nb)
S3method(model.frame,svyglm.zip)
S3method(model.matrix,gls)
S3method(phi,formula)
S3method(phi,ftable)
S3method(phi,table)
S3method(plot,sj_inequ_trend)
S3method(predict,svyglm.nb)
S3method(print,sj_anova_stat)
S3method(print,sj_check_assump)
S3method(print,sj_chi2gof)
S3method(print,sj_grpmean)
S3method(print,sj_grpmeans)
S3method(print,sj_htest_chi)
S3method(print,sj_htest_kw)
S3method(print,sj_htest_mwu)
S3method(print,sj_mwu)
S3method(print,sj_outliers)
S3method(print,sj_pval)
S3method(print,sj_htest_t)
S3method(print,sj_htest_wilcox)
S3method(print,sj_resample)
S3method(print,sj_ttest)
S3method(print,sj_wcor)
S3method(print,sj_wmwu)
S3method(print,sj_xtab_stat)
S3method(print,sj_xtab_stat2)
S3method(print,svyglm.nb)
S3method(print,svyglm.zip)
S3method(print,tidy_stan)
S3method(residuals,svyglm.nb)
S3method(summary,sj_pval)
S3method(terms,svyglm.nb)
S3method(weighted_correlation,default)
S3method(weighted_correlation,formula)
S3method(weighted_mannwhitney,default)
S3method(weighted_mannwhitney,formula)
S3method(weighted_mean,data.frame)
S3method(weighted_mean,default)
S3method(weighted_median,data.frame)
S3method(weighted_median,default)
S3method(weighted_sd,data.frame)
S3method(weighted_sd,default)
S3method(weighted_sd,matrix)
S3method(weighted_se,data.frame)
S3method(weighted_se,default)
S3method(weighted_se,matrix)
S3method(weighted_ttest,default)
S3method(weighted_ttest,formula)
export("%>%")
export(anova_stats)
export(auto_prior)
export(boot_ci)
Expand Down Expand Up @@ -110,94 +89,24 @@ export(smpsize_lmm)
export(survey_median)
export(svyglm.nb)
export(svyglm.zip)
export(t_test)
export(table_values)
export(typical_value)
export(var_pop)
export(weight)
export(weight2)
export(weighted_correlation)
export(weighted_mannwhitney)
export(weighted_mean)
export(weighted_median)
export(weighted_ranktest)
export(weighted_sd)
export(weighted_se)
export(weighted_ttest)
export(wtd_sd)
export(wilcoxon_test)
export(xtab_statistics)
importFrom(MASS,glm.nb)
importFrom(bayestestR,ci)
importFrom(bayestestR,equivalence_test)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_vars)
importFrom(dplyr,mutate)
importFrom(dplyr,quos)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,summarise)
importFrom(insight,export_table)
importFrom(insight,find_formula)
importFrom(insight,find_response)
importFrom(insight,format_p)
importFrom(insight,format_value)
importFrom(insight,get_data)
importFrom(insight,get_response)
importFrom(datawizard,weighted_mean)
importFrom(datawizard,weighted_median)
importFrom(datawizard,weighted_sd)
importFrom(insight,link_inverse)
importFrom(insight,print_color)
importFrom(lme4,ngrps)
importFrom(magrittr,"%>%")
importFrom(modelr,crossv_kfold)
importFrom(performance,mse)
importFrom(performance,rmse)
importFrom(purrr,flatten_df)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(purrr,walk)
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,quo_name)
importFrom(sjlabelled,as_numeric)
importFrom(sjmisc,is_empty)
importFrom(sjmisc,is_float)
importFrom(sjmisc,is_num_fac)
importFrom(sjmisc,str_contains)
importFrom(sjmisc,trim)
importFrom(sjmisc,typical_value)
importFrom(stats,as.formula)
importFrom(stats,chisq.test)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,dpois)
importFrom(stats,family)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,kruskal.test)
importFrom(stats,lm)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,nobs)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,predict.glm)
importFrom(stats,pt)
importFrom(stats,qf)
importFrom(stats,qnorm)
importFrom(stats,resid)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(stats,weighted.mean)
importFrom(stats,weights)
importFrom(stats,xtabs)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
Loading

0 comments on commit d2f30ed

Please sign in to comment.