Skip to content

Commit

Permalink
Merge pull request #136 from timcadman/dev
Browse files Browse the repository at this point in the history
now export pool function
  • Loading branch information
timcadman authored Apr 4, 2024
2 parents f662c0c + 21cd8d1 commit 5be3f6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dsHelper
Type: Package
Title: Helper Functions for Use with 'DataSHIELD'
Version: 1.2.0
Version: 1.3.0
Description: Often we need to automate things with 'DataSHIELD'. These functions help to do that.
Authors@R:
c(person(given= "Tim",
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export(dh.meanByGroup)
export(dh.metaManual)
export(dh.metaSepModels)
export(dh.multGLM)
export(dh.pool)
export(dh.predictLmer)
export(dh.quartileSplit)
export(dh.renameVars)
Expand Down
1 change: 1 addition & 0 deletions R/pool.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#'
#' @importFrom dplyr bind_rows
#' @importFrom purrr map
#' @export
dh.pool <- function(imputed_glm = NULL, type = NULL, coh_names = NULL, family = NULL,
exponentiate = FALSE){

Expand Down

0 comments on commit 5be3f6f

Please sign in to comment.