Skip to content

Commit

Permalink
package version requirement of knitr (to avoid confusion like #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Mar 28, 2013
1 parent 2bde598 commit 9a1d70c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _bin/knit
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env Rscript

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

0 comments on commit 9a1d70c

Please sign in to comment.