Skip to content

Commit

Permalink
Merge pull request #234 from pharmaverse/233_knitr_issue
Browse files Browse the repository at this point in the history
Closes #233 knitr issue
  • Loading branch information
reesnj authored Jan 31, 2025
2 parents 95e8146 + 4d9f95f commit df2d778
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: datacutr
Type: Package
Title: SDTM Datacut
Version: 0.2.2
Version: 0.2.2.1
Authors@R: c(
person("Tim", "Barnett", email = "[email protected]", role = c("cph","aut", "cre")),
person("Nathan", "Rees", email = "[email protected]", role = c("aut")),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# datacutr 0.2.2.1

## Updates of Existing Functions
- `read_out` updated to control location of outputs of the read-out file

# datacutr 0.2.2

## Updates of Existing Functions
Expand Down
4 changes: 3 additions & 1 deletion R/read_out.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ used."
path = "/read-out/read_out.Rmd"
),
output_file = paste0("datacut_", format(Sys.time(), "%Y-%m-%d_%H%M%S", ".html")),
output_dir = out_path
output_dir = out_path,
intermediates_dir = out_path,
knit_root_dir = out_path
)
}

0 comments on commit df2d778

Please sign in to comment.