Skip to content

Commit

Permalink
increase knitr version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Apr 17, 2013
1 parent b27454e commit d8c8bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _bin/knit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env Rscript

stopifnot(packageVersion('knitr') >= '1.1.12')
stopifnot(packageVersion('knitr') >= '1.2')
# install dependencies
for (i in setdiff(c(
'Cairo',
Expand Down

0 comments on commit d8c8bb4

Please sign in to comment.