Skip to content

Commit

Permalink
Edit tangle.R to create the .R files
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Jul 3, 2023
1 parent 2e70987 commit 53340f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tangle.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
styler::style_dir(filetype = "Rmd", transformers = biocthis::bioc_style())

# rmds <- dir(pattern = "\\.Rmd$")
# sapply(rmds, knitr::knit, tangle = TRUE)
rmds <- dir(pattern = "\\.Rmd$")
sapply(rmds, knitr::knit, tangle = TRUE)

0 comments on commit 53340f6

Please sign in to comment.