Skip to content

Commit 76e3402

Browse files
committed
Move image and pdf to assets folder
1 parent cece22a commit 76e3402

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.Rbuildignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
^\.Rproj\.user$
33
^.vscode$
44
^LICENSE\.md$
5-
^drob.pdf$
6-
^plot.svg$
5+
^assets$

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can install it directly from this repository by taking advantage of [devtool
88
devtools::install_github("memeplex/drob")
99
```
1010

11-
For further details, please refer to the [reference documentation](drob.pdf).
11+
For further details, please refer to the [reference documentation](assets/drob.pdf).
1212

1313
Here is a minimal example:
1414

@@ -29,5 +29,5 @@ legend("topleft", legend = c("t", "t_ls", "t_m"), lty = rep(1, 3), col = 1:3)
2929
```
3030

3131
<p align="center" width="100%">
32-
<img src="plot.svg" width="600" />
32+
<img src="assets/plot.svg" width="600" />
3333
</p>

drob.pdf assets/drob.pdf

File renamed without changes.

plot.svg assets/plot.svg

File renamed without changes.

0 commit comments

Comments
 (0)