Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix check issues #120

Merged
merged 82 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
272183a
Fix check issues
strengejacke May 9, 2024
20d05ef
don't test on mac
strengejacke May 9, 2024
684c9ed
fixes
strengejacke May 9, 2024
746e2d5
fix
strengejacke May 9, 2024
e54c4ae
update
strengejacke May 9, 2024
e3609cb
cleanup
strengejacke May 9, 2024
8a80d97
fixes
strengejacke May 9, 2024
c7ad6fe
fix
strengejacke May 9, 2024
30b633d
need fixes
strengejacke May 9, 2024
251a524
updates
strengejacke May 9, 2024
defe530
fix
strengejacke May 9, 2024
21339f3
fix?
strengejacke May 9, 2024
02429bc
fix
strengejacke May 9, 2024
2414ba5
fixes
strengejacke May 10, 2024
0924f25
deps
strengejacke May 10, 2024
82417ca
fix
strengejacke May 10, 2024
70ce5f2
fixes
strengejacke May 10, 2024
8cfa72e
fixes
strengejacke May 10, 2024
626492c
fix?
strengejacke May 10, 2024
05757c2
Update prop.R
strengejacke May 10, 2024
cfd0447
fix
strengejacke May 10, 2024
fbba580
fix
strengejacke May 10, 2024
cc4449b
fix warning
strengejacke May 10, 2024
9849004
fix
strengejacke May 10, 2024
5122786
draft
strengejacke May 10, 2024
3cd21a5
fix
strengejacke May 10, 2024
858612a
fix
strengejacke May 10, 2024
cf96c2e
fix
strengejacke May 10, 2024
716e9d2
update
strengejacke May 10, 2024
15344fb
Update t_test.R
strengejacke May 10, 2024
26632d1
update
strengejacke May 11, 2024
f7fafc6
fix
strengejacke May 11, 2024
f432f65
fixes
strengejacke May 11, 2024
1cccd11
fix
strengejacke May 11, 2024
2c3b61d
fix
strengejacke May 11, 2024
2e09ef8
fix
strengejacke May 11, 2024
3e59ed4
fix
strengejacke May 11, 2024
4821418
fixes
strengejacke May 11, 2024
8d86601
fix
strengejacke May 11, 2024
1621eb7
fix
strengejacke May 11, 2024
54d3fd2
fix
strengejacke May 11, 2024
4b0cfda
fix
strengejacke May 11, 2024
d32390a
fix
strengejacke May 11, 2024
af43804
docs
strengejacke May 11, 2024
0a7c837
fix
strengejacke May 11, 2024
090fc67
refactor
strengejacke May 11, 2024
e2bda19
fix
strengejacke May 11, 2024
0b7853c
docs
strengejacke May 11, 2024
8f966fc
fix
strengejacke May 11, 2024
519f66a
fix
strengejacke May 11, 2024
0607131
try
strengejacke May 11, 2024
913b598
draft wilcox
strengejacke May 11, 2024
e0773fe
fix
strengejacke May 11, 2024
038ba7c
fix
strengejacke May 11, 2024
43ce6d0
fixes
strengejacke May 11, 2024
bc9b641
fixes
strengejacke May 12, 2024
ca54850
xref
strengejacke May 12, 2024
32622de
fix
strengejacke May 12, 2024
9d7dcf5
fixes
strengejacke May 12, 2024
5e83f05
add tests
strengejacke May 12, 2024
c00243d
tests
strengejacke May 12, 2024
4b4e2fe
fix
strengejacke May 12, 2024
070d9df
add tests
strengejacke May 12, 2024
8d48221
updates
strengejacke May 12, 2024
e909494
fix
strengejacke May 12, 2024
52b272f
docs
strengejacke May 12, 2024
f02d6d1
add tests
strengejacke May 12, 2024
c4bff8f
fixes
strengejacke May 12, 2024
941c019
fix
strengejacke May 12, 2024
d2cd58d
docs
strengejacke May 12, 2024
827e300
remove weighted_ttest
strengejacke May 12, 2024
3d6f052
fix
strengejacke May 12, 2024
8313514
update docs+tests
strengejacke May 12, 2024
6f41391
docs
strengejacke May 12, 2024
e97b988
fix
strengejacke May 12, 2024
f926dca
docs
strengejacke May 12, 2024
84036e7
fix
strengejacke May 12, 2024
f3da4b4
docs, fix
strengejacke May 13, 2024
f074a3e
add tests
strengejacke May 13, 2024
2abee0e
fix
strengejacke May 13, 2024
718011c
docs
strengejacke May 13, 2024
c7d93c9
docs
strengejacke May 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading