Skip to content

Commit b638e8c

Browse files
committed
Removed link and commented out code
1 parent 7bb1b93 commit b638e8c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

knitpost.R

-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@
1313
#
1414

1515
KnitPost <- function(input) {
16-
# this function is a modified version of an example here:
17-
# http://jfisher-usgs.github.com/r/2012/07/03/knitr-jekyll/
1816
outfile <- rename_to_post(input)
1917
knitr::opts_knit$set(base.url = '../')
20-
#fig_path <- paste0("img/", sub(".Rmd$", "", input), "/")
21-
#knitr::opts_chunk$set(fig.path = fig_path)
2218
knitr::opts_chunk$set(fig.cap = "center")
2319
knitr::render_markdown()
2420
knitr::knit(input, outfile, envir = parent.frame())

0 commit comments

Comments
 (0)