Skip to content

Commit

Permalink
try highr package instead of highlight package
Browse files Browse the repository at this point in the history
  • Loading branch information
andrearaithel committed Jul 22, 2024
1 parent bf875f7 commit f0fd1c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:
- name: Install Windows system dependencies
if: runner.os == 'Windows'
run: |
install.packages("highr")
## Edit below if you have any Windows system dependencies
shell: Rscript {0}

Expand All @@ -159,7 +160,7 @@ jobs:
system("tlmgr --version")
install.packages("tinytex")
tinytex::tlmgr_install(pkgs = c("bera", "caption", "changepage", "enumitem", "everysel", "fancyhdr", "footmisc", "grfext", "index", "marginfix", "mathtools",
"ms", "nowidow", "parnotes", "parskip", "placeins", "preprint", "ragged2e", "side", "soul", "titlesec", "tocbibind", "xstring", "highlight"))
"ms", "nowidow", "parnotes", "parskip", "placeins", "preprint", "ragged2e", "side", "soul", "titlesec", "tocbibind", "xstring"))
shell: Rscript {0}

- name: Install BiocManager
Expand Down
2 changes: 1 addition & 1 deletion vignettes/OUTRIDER.Rnw
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
\documentclass[11pt]{article}
\usepackage{xcolor}
\definecolor{fgcolor}{rgb}{0,0,0}
\usepackage{highlight}

<<style-knitr, eval=TRUE, echo=FALSE, cache=FALSE, results="asis">>=
BiocStyle::latex()
@

<<knitr, echo=FALSE, cache=FALSE, results="hide">>=
library(knitr)
library(highr)
opts_chunk$set(
tidy=FALSE,
dev="png",
Expand Down

0 comments on commit f0fd1c0

Please sign in to comment.