Skip to content

Commit

Permalink
Fix missing function import
Browse files Browse the repository at this point in the history
  • Loading branch information
jasenfinch committed Sep 12, 2023
1 parent c709db6 commit 95a4459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_depth)
importFrom(purrr,map_df)
importFrom(purrr,map_dfc)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,walk)
Expand Down
2 changes: 1 addition & 1 deletion R/transform.R
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ setGeneric("transformPercent", function(d)
standardGeneric("transformPercent"))

#' @rdname transform

#' @importFrom purrr map_dfc
setMethod('transformPercent',signature = 'AnalysisData',
function(d){
dat(d) <- dat(d) %>%
Expand Down

0 comments on commit 95a4459

Please sign in to comment.