Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Nov 15, 2023
2 parents 301a86e + 02b5d39 commit 609bd5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions R/teal_data-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ setOldClass("JoinKeys")
#' @slot datanames (`character`) vector of names of data sets in `@env`.
#' Used internally to distinguish them from auxiliary variables.
#' Access or modify with [datanames()].
#' @slot verified (logical(1)) representing whether the check of the reproducibility of the `@env` environment using the
#' code from the `@code` slot was performed. See [`verify()`] for more information.
#' @slot verified (`logical(1)`) flag signifying that code in `@code` has been proven to yield contents of `@env`.
#' Used internally. See [`verify()`] for more details.
#'
#' @import teal.code
#' @keywords internal
Expand Down
4 changes: 2 additions & 2 deletions man/teal_data-class.Rd

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

1 change: 0 additions & 1 deletion man/verify.Rd

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

0 comments on commit 609bd5b

Please sign in to comment.