Skip to content

Commit

Permalink
fall back to knitr instead of rmarkdown, echo pandoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
AtaJadidAhari committed Jul 30, 2024
1 parent fc7e543 commit 44f1cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
## Enable installing XML from source if needed
brew install libxml2
echo "XML_CONFIG=/usr/local/opt/libxml2/bin/xml2-config" >> $GITHUB_ENV
message(pandoc --version)
## Required to install magick as noted at
## https://github.com/r-lib/usethis/commit/f1f1e0d10c1ebc75fd4c18fa7e2de4551fd9978f#diff-9bfee71065492f63457918efcd912cf2
brew install imagemagick@6
Expand All @@ -144,7 +144,6 @@ jobs:
## Required for tcltk
brew install xquartz --cask
brew install Caskroom/cask/mactex
- name: Install Windows system dependencies
if: runner.os == 'Windows'
Expand Down
2 changes: 1 addition & 1 deletion vignettes/OUTRIDER.Rnw
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%\VignetteIndexEntry{OUTRIDER: OUTlier in RNA-seq fInDER}
%\VignettePackage{OUTRIDER}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEngine{knitr::knitr}
%\VignetteEncoding{UTF-8}

\documentclass[11pt]{article}
Expand Down

0 comments on commit 44f1cf4

Please sign in to comment.