Skip to content

Commit

Permalink
disable knitting htmlwidget into github readme
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Oct 19, 2017
1 parent 82da5c0 commit e281c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/project.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ projectTemplate <- function(path, ...) {
"",
"Build the package then launch this `htmlwidget` as follows:",
"",
"```{r}",
"```{r eval=FALSE}",
paste("library(", project_name, ")", sep = ""),
paste(project_name, "()", sep = ""),
"```"
Expand Down

0 comments on commit e281c84

Please sign in to comment.