Skip to content

Commit

Permalink
doc [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMcCartan committed Mar 25, 2023
1 parent 3ba4dd5 commit a664a50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [main, master]

name: check-and-coverage
name: R-CMD-check

jobs:
R-CMD-check:
Expand Down
4 changes: 2 additions & 2 deletions R/causal_tbl.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions man/causal_tbl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a664a50

Please sign in to comment.