diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index f51cedd..7902d13 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -6,7 +6,7 @@ on: pull_request: branches: [main, master] -name: check-and-coverage +name: R-CMD-check jobs: R-CMD-check: diff --git a/R/causal_tbl.R b/R/causal_tbl.R index 5ba9a96..00e4950 100644 --- a/R/causal_tbl.R +++ b/R/causal_tbl.R @@ -73,7 +73,7 @@ reconstruct.causal_tbl <- function(data, old) { #' Build a causal data frame #' #' A `causal_tbl` is a tibble with additional attribute information stored -#' in `causal_cols`. See the 'Internal structure' for more on the structure of this +#' in [causal_cols]. See the 'Internal structure' for more on the structure of this #' attribute. #' #' At its core, a `causal_tbl` is just a tibble, and it should behave like @@ -84,7 +84,7 @@ reconstruct.causal_tbl <- function(data, old) { #' in this package, like [get_outcome()] and [set_outcome()]. #' #' # Internal structure -#' The `causal_cols` attribute is considered mostly internal, and end users +#' The [causal_cols] attribute is considered mostly internal, and end users #' do not have to worry about its internal structure. However, for those #' developing packages based off of `causal_tbl`, it is useful to understand the #' underlying structure of `causal_cols`. diff --git a/man/causal_tbl.Rd b/man/causal_tbl.Rd index f8fc3e6..f4c3ec4 100644 --- a/man/causal_tbl.Rd +++ b/man/causal_tbl.Rd @@ -28,7 +28,7 @@ A \code{causal_tbl} object } \description{ A \code{causal_tbl} is a tibble with additional attribute information stored -in \code{causal_cols}. See the 'Internal structure' for more on the structure of this +in \link{causal_cols}. See the 'Internal structure' for more on the structure of this attribute. } \details{ @@ -47,7 +47,7 @@ in this package, like \code{\link[=get_outcome]{get_outcome()}} and \code{\link[ }} \section{Internal structure}{ -The \code{causal_cols} attribute is considered mostly internal, and end users +The \link{causal_cols} attribute is considered mostly internal, and end users do not have to worry about its internal structure. However, for those developing packages based off of \code{causal_tbl}, it is useful to understand the underlying structure of \code{causal_cols}.