Skip to content

Commit

Permalink
Make read_safe_yaml internal
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Jan 20, 2025
1 parent ed38706 commit 52e9eb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/read_params.R
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ stage_here <- function(...) {
#' @return a list
#' @importFrom yaml read_yaml
#' @importFrom purrr modify_tree
#' @keywords internal
read_safe_yaml <- function(params_file) {
yaml <- read_yaml(params_file,
handlers = list(
Expand Down
1 change: 1 addition & 0 deletions man/read_safe_yaml.Rd

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

0 comments on commit 52e9eb3

Please sign in to comment.