Skip to content

Commit

Permalink
fix: resolve R CMD check issues
Browse files Browse the repository at this point in the history
- Fix Rd documentation format in peerj32.obj and subset_T2D.obj
- Add linda p-value distribution tests
- Update .gitignore and other configurations
  • Loading branch information
cafferychen777 committed Nov 4, 2024
1 parent 1a2794b commit 57d9dd0
Show file tree
Hide file tree
Showing 9 changed files with 160 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
with:
extra-packages: any::pkgdown, local::.
needs: website

Expand Down
4 changes: 4 additions & 0 deletions R/mStat_generate_report_long.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@
#' @param pdf.wid Numeric, width of PDF plots in inches, default is 11.
#' @param pdf.hei Numeric, height of PDF plots in inches, default is 8.5.
#' @param output.file Character, output PDF report filename (required).
#' @param output.format A character string specifying the desired output format of the report.
#' Must be either "pdf" or "html". Default is c("pdf", "html"), which will use the first value ("pdf")
#' if not explicitly specified. This parameter determines whether the report will be generated as a PDF
#' or HTML document.
#'
#' @return A PDF report containing:
#'
Expand Down
19 changes: 19 additions & 0 deletions man/ecam.obj.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/generate_taxa_change_boxplot_pair.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/generate_taxa_change_heatmap_pair.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions man/mStat_generate_report_long.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 28 additions & 4 deletions man/peerj32.obj.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 40 additions & 1 deletion man/subset_T2D.obj.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 29 additions & 1 deletion man/subset_pairs.obj.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 57d9dd0

Please sign in to comment.