Skip to content

Commit

Permalink
Update Report Version Display
Browse files Browse the repository at this point in the history
  • Loading branch information
cafferychen777 committed Apr 24, 2024
1 parent b147ad2 commit 3154eae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/mStat_generate_report_long.R
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
#' feature.box.axis.transform = "sqrt",
#' theme.choice = "bw",
#' base.size = 20,
#' output.file = "/Users/apple/MicrobiomeStat/ecam_obj_report_long.pdf"
#' output.file = "/Users/apple/Research/MicrobiomeStat/result/ecam_obj_report_long.pdf"
#' )
#' }
#' @export
Expand Down Expand Up @@ -298,7 +298,7 @@ mStat_generate_report_long <- function(data.obj,
template <- "
---
title: '`r sub(\".pdf$\", \"\", basename(output.file))`'
author: '[Powered by MicrobiomeStat (Ver 1.1.2)](http://www.microbiomestat.wiki)'
author: '[Powered by MicrobiomeStat (Ver 1.1.3)](http://www.microbiomestat.wiki)'
date: '`r Sys.Date()`'
output:
pdf_document:
Expand Down
2 changes: 1 addition & 1 deletion R/mStat_generate_report_pair.R
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ mStat_generate_report_pair <- function(data.obj,
template <- "
---
title: '`r sub(\".pdf$\", \"\", basename(output.file))`'
author: '[Powered by MicrobiomeStat (Ver 1.1.2)](http://www.microbiomestat.wiki)'
author: '[Powered by MicrobiomeStat (Ver 1.1.3)](http://www.microbiomestat.wiki)'
date: '`r Sys.Date()`'
output:
pdf_document:
Expand Down
2 changes: 1 addition & 1 deletion R/mStat_generate_report_single.R
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ mStat_generate_report_single <- function(data.obj,
template <- "
---
title: '`r sub(\".pdf$\", \"\", basename(output.file))`'
author: '[Powered by MicrobiomeStat (Ver 1.1.2)](http://www.microbiomestat.wiki)'
author: '[Powered by MicrobiomeStat (Ver 1.1.3)](http://www.microbiomestat.wiki)'
date: '`r Sys.Date()`'
output:
pdf_document:
Expand Down

0 comments on commit 3154eae

Please sign in to comment.