Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed May 3, 2024
1 parent d33aa2e commit f535461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Imports:
Encoding: UTF-8
Packaged: 2023-11-27 00:24:59.961421
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
2 changes: 1 addition & 1 deletion R/MarkdownReports.R
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ continue_logging_markdown <- function(b.scriptname) {
#' @examples create_set_OutDir(setDir = TRUE, getwd(), "/")
create_set_OutDir <- function(..., setDir = TRUE, verbose = TRUE,
newName = NULL) {
OutDir <- FixPath(...)
OutDir <- Stringendo::FixPath(...)
# OutDir <- AddTrailingSlashfNonePresent(OutDir)
if (verbose) Stringendo::iprint("All files will be saved under 'OutDir': ", OutDir)
if (!exists(OutDir)) {
Expand Down

0 comments on commit f535461

Please sign in to comment.