From aeae239d2d61a007092c066022b36061c2d3ea3b Mon Sep 17 00:00:00 2001 From: "Luke C. Pilling" Date: Thu, 6 Jun 2024 11:29:09 +0100 Subject: [PATCH] Fix images for pkgdown --- README.md | 6 +++--- {images => man/figures}/annotate_textp.png | Bin {images => man/figures}/lukesRlib.png | Bin {images => man/figures}/theme_minimal_modified.png | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename {images => man/figures}/annotate_textp.png (100%) rename {images => man/figures}/lukesRlib.png (100%) rename {images => man/figures}/theme_minimal_modified.png (100%) diff --git a/README.md b/README.md index 5434e99..226eefb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# lukesRlib +# lukesRlib My library of R functions I sometimes find useful @@ -256,7 +256,7 @@ qplot(1:10,1:10) + annotate_textp('Text annotation\nx = 0.5, y=0.5, hjust=0.5\nb qplot(1:10,1:10) + annotate_textp('Text annotation\nx = 0.5, y=0.5, hjust=0.5\nbox_just=c(0.5,0.5)\nsize=14, alpha=0.5', x=0.5, y=0.5, hjust=0.5, box_just=c(0.5,0.5), size=13, alpha=0.5) ``` - + ### theme_minimal_modified() @@ -285,4 +285,4 @@ basic_plot + theme_minimal_modified() ``` - + diff --git a/images/annotate_textp.png b/man/figures/annotate_textp.png similarity index 100% rename from images/annotate_textp.png rename to man/figures/annotate_textp.png diff --git a/images/lukesRlib.png b/man/figures/lukesRlib.png similarity index 100% rename from images/lukesRlib.png rename to man/figures/lukesRlib.png diff --git a/images/theme_minimal_modified.png b/man/figures/theme_minimal_modified.png similarity index 100% rename from images/theme_minimal_modified.png rename to man/figures/theme_minimal_modified.png