Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NicWir committed Jan 24, 2024
1 parent 04428a9 commit c143b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/report_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ growth.report <- function(
}
}
file <- paste0(Report.wd, "/Report_Growth.Rmd")
file <- "/Users/ncw/QurvE/inst/Report_Growth.Rmd"
#file <- "/Users/ncw/QurvE/inst/Report_Growth.Rmd"

# Copy report files into temp directory
report_path <- tempfile(fileext = ".Rmd")
Expand Down

0 comments on commit c143b30

Please sign in to comment.