Skip to content

Commit

Permalink
192 Improve get_code_dependency (Code Parser) (#201)
Browse files Browse the repository at this point in the history

---------

Signed-off-by: Marcin <[email protected]>
Co-authored-by: Dawid Kałędkowski <[email protected]>
Co-authored-by: go_gonzo <[email protected]>
Co-authored-by: Aleksander Chlebowski <[email protected]>
Co-authored-by: Aleksander Chlebowski <[email protected]>
  • Loading branch information
5 people authored Dec 5, 2023
1 parent 793f5fc commit f00cffe
Show file tree
Hide file tree
Showing 13 changed files with 824 additions and 916 deletions.
6 changes: 5 additions & 1 deletion R/teal_data-get_code.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
#'
#' Retrieve code stored in `@code`, which (in principle) can be used to recreate all objects found in `@env`.
#' Use `datanames` to limit the code to one or more of the data sets enumerated in `@datanames`.
#' If the code has not passed verification, a warning will be prepended.
#' If the code has not passed verification (with [`verify()`]), a warning will be prepended.
#'
#' @section Notes for Developers:
#' To learn more about how a subset of code needed to reproduce a specific data set is extracted from all code,
#' see [`get_code_dependency()`].
#'
#' @param object (`teal_data`)
#' @param datanames (`character`) vector of data set names to return the code for.
Expand Down
364 changes: 0 additions & 364 deletions R/utils-code_dependency.R

This file was deleted.

Loading

0 comments on commit f00cffe

Please sign in to comment.