Skip to content

Commit

Permalink
Merge pull request #21 from lindbrook/patch-1
Browse files Browse the repository at this point in the history
set default README fig.path to man/figures/

Part of #19
  • Loading branch information
hadley committed Aug 9, 2017
2 parents f46cdf4 + 91fec98 commit 4dbfaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/templates/omni-README
Expand Up @@ -15,7 +15,7 @@ output:
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
fig.path = "man/figures/README-"
)
```

Expand Down

0 comments on commit 4dbfaed

Please sign in to comment.