Skip to content

Commit

Permalink
Merge pull request #125 from lifecycle-project/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
timcadman authored Feb 20, 2023
2 parents 8c99391 + 5e7f987 commit b7c1f72
Show file tree
Hide file tree
Showing 41 changed files with 1,478 additions and 53 deletions.
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: 0.4.19.9000
Version: 0.4.19.9001
Description: Often we need to automate things with 'DataSHIELD'. These functions help to do that.
Authors@R:
c(person(given= "Tim",
Expand Down
11 changes: 11 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
export(dh.anyData)
export(dh.classDiscrepancy)
export(dh.columnCast)
export(dh.createTableOne)
export(dh.defineCases)
export(dh.dropCols)
export(dh.findVarsIndex)
Expand All @@ -19,12 +20,16 @@ export(dh.makeStrata)
export(dh.meanByAge)
export(dh.meanByGroup)
export(dh.metaManual)
export(dh.metaSepModels)
export(dh.multGLM)
export(dh.predictLmer)
export(dh.quartileSplit)
export(dh.renameVars)
export(dh.subjHasData)
export(dh.tidyEnv)
export(dh.trimPredData)
export(dh.zByGroup)
export(dt.makeExcludedDf)
importFrom(DSI,datashield.aggregate)
importFrom(DSI,datashield.assign)
importFrom(DSI,datashield.connections_find)
Expand Down Expand Up @@ -75,6 +80,7 @@ importFrom(dsBaseClient,ds.dataFrame)
importFrom(dsBaseClient,ds.dataFrameSort)
importFrom(dsBaseClient,ds.dataFrameSubset)
importFrom(dsBaseClient,ds.dim)
importFrom(dsBaseClient,ds.glmSLMA)
importFrom(dsBaseClient,ds.isNA)
importFrom(dsBaseClient,ds.length)
importFrom(dsBaseClient,ds.levels)
Expand All @@ -96,6 +102,7 @@ importFrom(dsBaseClient,ds.scatterPlot)
importFrom(dsBaseClient,ds.table)
importFrom(magrittr,"%<>%")
importFrom(metafor,rma)
importFrom(metafor,rma.uni)
importFrom(purrr,cross2)
importFrom(purrr,flatten_chr)
importFrom(purrr,flatten_dbl)
Expand All @@ -115,6 +122,7 @@ importFrom(purrr,pmap_df)
importFrom(purrr,set_names)
importFrom(rlang,":=")
importFrom(rlang,arg_match)
importFrom(rlang,is_bool)
importFrom(rlang,quo_name)
importFrom(rlang,set_names)
importFrom(rlang,sym)
Expand All @@ -129,8 +137,11 @@ importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyr,tibble)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,getFromNamespace)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,tail)
1 change: 1 addition & 0 deletions R/cast-cols.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#'
#' @importFrom dsBaseClient ds.asFactor ds.asCharacter ds.asNumeric ds.asInteger ds.colnames ds.dim ds.rep ds.dataFrameSubset ds.cbind
#' @importFrom DSI datashield.connections_find
#' @importFrom utils tail
#'
#' @return Tibble with a summary of the successful and failed casts
#' @export
Expand Down
Loading

0 comments on commit b7c1f72

Please sign in to comment.