Skip to content

Commit

Permalink
build: try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Nov 17, 2020
1 parent 05797d5 commit 37ce925
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ jobs:

- name: Install dependencies
run: |
install.packages('devtools')
install.packages('pkgdown')
install.packages('webshot')
install.packages(c('devtools', 'pkgdown', 'webshot', 'textshaping'))
devtools::install_deps('r_package', dependencies = TRUE)
shell: Rscript {0}

Expand Down
4 changes: 2 additions & 2 deletions r_package/vignettes/upsetjs.Rmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Getting Started"
title: "Introduction to UpSet.js"
author: "Samuel Gratzl"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Getting Started}
%\VignetteIndexEntry{Introduction to UpSet.js}
%\VignetteEngine{knitr::rmarkdown}
\usepackage[utf8]{inputenc}
---
Expand Down

0 comments on commit 37ce925

Please sign in to comment.