Skip to content

Commit

Permalink
#107 styler
Browse files Browse the repository at this point in the history
  • Loading branch information
edgar-manukyan committed Dec 9, 2024
1 parent ef9dfc2 commit ea2dfee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions R/generate_code.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ generate_code <- function(spec, domain, out_dir = ".") {
topics <- unique(spec_domain$topic)

code_by_topics <- purrr::map(topics, \(topic) {

spec_domain_topic <- spec_domain |>
dplyr::filter(topic %in% {{topic}})
dplyr::filter(topic %in% {{ topic }})

domain_topic <- paste(domain, topic, sep = "_") |>
tolower()
Expand Down
1 change: 0 additions & 1 deletion R/generate_code_tempates.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#' The template suffix for the cm code
#'
#' @noRd
Expand Down

0 comments on commit ea2dfee

Please sign in to comment.