Skip to content

Commit

Permalink
returning to including rstudio in lab rendering script
Browse files Browse the repository at this point in the history
  • Loading branch information
carriewright11 committed Nov 9, 2024
1 parent 07d7a0d commit 162a063
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/blank_labs_from_keys.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash

find modules/ -type f ! -name "*RStudio*" -name "*_Key.Rmd" -print0 | while IFS= read -r -d '' file; do
# Remove Rmarkdown chunk content
find modules/ -type f -name "*_Key.Rmd" -print0 | while IFS= read -r -d '' file; do # Remove Rmarkdown chunk content
# !! Note that the chunks must be named, with the name ending with "response"
# to be cleared. This prevents unwanted erasure of library loading and knitr
# options. EG, a chunk set to be cleared would look like:
Expand Down

0 comments on commit 162a063

Please sign in to comment.