Skip to content

Commit 88c61e9

Browse files
committed
rm empty first lines
1 parent cd67675 commit 88c61e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+10
-60
lines changed

R/assertions.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#' @importFrom assertthat see_if on_failure<- validate_that
32
#' @importFrom assertthat is.string is.flag is.dir is.count is.scalar
43
#' @importFrom assertthat has_name has_attr are_equal is.number

R/callback-cncpt.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
collect_dots <- function(concepts, interval, ..., merge_dat = FALSE) {
32

43
assert_that(is.character(concepts))

R/callback-itm.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
vent_flag <- function(x, val_var, ...) {
32
x <- x[as.logical(get(val_var)), ]
43
set(x, j = c(index_var(x), val_var),

R/callback-scores.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#' SIRS score label
32
#'
43
#' The SIRS (Systemic Inflammatory Response Syndrome) score is a commonly used

R/callback-sep3.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#' Sepsis 3 label
32
#'
43
#' The sepsis 3 label consists of a suspected infection combined with an acute

R/callback-sofa.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#' SOFA score label
32
#'
43
#' The SOFA (Sequential Organ Failure Assessment) score is a commonly used

R/concept-load.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#' Load concept data
32
#'
43
#' Concept objects are used in `ricu` as a way to specify how a clinical

R/concept-utils.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#' Data items
32
#'
43
#' Item objects are used in `ricu` as a way to specify how individual data

R/config-class.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#' Internal utilities for working with data source configurations
32
#'
43
#' Data source configuration objects store information on data sources used

R/config-utils.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#' @param x Object to coerce/query
32
#'
43
#' @rdname src_cfg

0 commit comments

Comments
 (0)