Skip to content

Commit

Permalink
remove re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed May 13, 2024
1 parent 37bf421 commit 1a5de54
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 18 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: sjstats
Type: Package
Encoding: UTF-8
Title: Collection of Convenient Functions for Common Statistical Computations
Version: 0.18.2
Version: 0.19.0
Authors@R: person("Daniel", "Lüdecke", role = c("aut", "cre"), email = "d.luedecke@uke.de", comment = c(ORCID = "0000-0002-8895-3206"))
Maintainer: Daniel Lüdecke <d.luedecke@uke.de>
Description: Collection of convenient functions for common statistical computations,
Expand All @@ -18,7 +18,6 @@ Depends:
R (>= 3.4),
utils
Imports:
bayestestR,
datawizard,
effectsize (>= 0.8.8),
insight,
Expand Down
4 changes: 0 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export(boot_se)
export(bootstrap)
export(chi_squared_test)
export(chisq_gof)
export(ci)
export(cohens_f)
export(cramer)
export(cramers_v)
Expand All @@ -56,7 +55,6 @@ export(cv_compare)
export(cv_error)
export(design_effect)
export(epsilon_sq)
export(equivalence_test)
export(eta_sq)
export(find_beta)
export(find_beta2)
Expand Down Expand Up @@ -101,8 +99,6 @@ export(weighted_sd)
export(weighted_se)
export(wilcoxon_test)
export(xtab_statistics)
importFrom(bayestestR,ci)
importFrom(bayestestR,equivalence_test)
importFrom(datawizard,weighted_mean)
importFrom(datawizard,weighted_median)
importFrom(datawizard,weighted_sd)
Expand Down
8 changes: 0 additions & 8 deletions R/re-exports.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ performance::mse
#' @export
performance::rmse

#' @importFrom bayestestR ci
#' @export
bayestestR::ci

#' @importFrom bayestestR equivalence_test
#' @export
bayestestR::equivalence_test

#' @importFrom insight link_inverse
#' @export
insight::link_inverse
Expand Down
4 changes: 0 additions & 4 deletions man/reexports.Rd

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

0 comments on commit 1a5de54

Please sign in to comment.