Skip to content

Commit

Permalink
move readme png to tools directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkopf committed May 22, 2017
1 parent 978e175 commit cbec708
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@
^README\.Rmd$
^cran-comments\.md$
^logo\.png$
^README-.*\.png$
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ output: github_document
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
fig.path = file.path("tools", "README-")
)
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ load_LANS_maps (
plot_maps(normalize = TRUE, draw_ROIs = FALSE)
```

![](README-ion_maps_example-1.png)
![](tools/README-ion_maps_example-1.png)
File renamed without changes

0 comments on commit cbec708

Please sign in to comment.