Skip to content

Commit

Permalink
Merge pull request #44 from NIFU-NO/dev
Browse files Browse the repository at this point in the history
Drop update_dots as all this moved to saros.contents
  • Loading branch information
sda030 authored Jul 28, 2024
2 parents 2a9f324 + e320369 commit e80e6e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/gen_qmd_structure.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ gen_qmd_structure <-
call = rlang::caller_env()) {


dots <- update_dots(dots = rlang::list2(...),
allow_unique_overrides = FALSE)
dots <- #update_dots(dots =
rlang::list2(...)#,
#allow_unique_overrides = FALSE)



Expand Down
5 changes: 3 additions & 2 deletions R/insert_chunk.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ insert_chunk <-
...
) {

dots <- update_dots(dots = rlang::list2(...),
allow_unique_overrides = FALSE)
dots <- #update_dots(dots =
rlang::list2(...)#,
#allow_unique_overrides = FALSE)

#####
# Early returns
Expand Down

0 comments on commit e80e6e1

Please sign in to comment.