Skip to content

Commit

Permalink
check notes
Browse files Browse the repository at this point in the history
  • Loading branch information
zdz2101 committed Jul 29, 2024
1 parent 83e545e commit 19bd322
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,setNames)
importFrom(tidyselect,all_of)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(zoo,na.locf)
1 change: 1 addition & 0 deletions R/admiralpeds-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
#' @importFrom rlang abort as_label enexpr exprs is_empty syms
#' @importFrom stats approx pnorm qnorm setNames
#' @importFrom tidyselect all_of
#' @importFrom utils head tail
#' @importFrom zoo na.locf
"_PACKAGE"
2 changes: 2 additions & 0 deletions R/global.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
globalVariables(c(
"age_bins",
"ageu_join",
"age_diff",
"AGE",
Expand All @@ -7,6 +8,7 @@ globalVariables(c(
"heightu_join",
"HEIGHT_LENGTH",
"HEIGHT_LENGTHU",
"ht_bins",
"ht_diff",
"is_lowest",
"L",
Expand Down

0 comments on commit 19bd322

Please sign in to comment.