Skip to content

Commit

Permalink
just check cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyun committed Jun 30, 2021
1 parent fbc5c15 commit 1362016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/corrplot-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ get_os = function(){
}
tolower(os)
}
if(get_os() =='windows' & capabilities('cairo')){
if(capabilities('cairo')){
knitr::opts_chunk$set(dev.args = list(type='cairo'))
}
```
Expand Down

0 comments on commit 1362016

Please sign in to comment.