From 874a078cd5829a875696719c298c0dda7c73bb1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Fri, 3 Nov 2023 20:56:42 +0100 Subject: [PATCH] Move *.md from /inst to / --- .Rbuildignore | 1 - Makefile | 2 +- inst/README.Rmd => README.Rmd | 0 README.markdown | 1 - inst/README.markdown => README.md | 0 5 files changed, 1 insertion(+), 3 deletions(-) rename inst/README.Rmd => README.Rmd (100%) delete mode 120000 README.markdown rename inst/README.markdown => README.md (100%) diff --git a/.Rbuildignore b/.Rbuildignore index 6837a95..b14ffe7 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -2,7 +2,6 @@ ^\.Rproj\.user$ ^Makefile$ ^README.Rmd$ -^README.markdown$ ^.travis.yml$ ^appveyor.yml$ ^revdep$ diff --git a/Makefile b/Makefile index aeeeb0e..c03a609 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ -inst/README.markdown: inst/README.Rmd +README.md: README.Rmd Rscript -e "library(knitr); knit('$<', output = '$@', quiet = TRUE)" diff --git a/inst/README.Rmd b/README.Rmd similarity index 100% rename from inst/README.Rmd rename to README.Rmd diff --git a/README.markdown b/README.markdown deleted file mode 120000 index 6c0df6b..0000000 --- a/README.markdown +++ /dev/null @@ -1 +0,0 @@ -inst/README.markdown \ No newline at end of file diff --git a/inst/README.markdown b/README.md similarity index 100% rename from inst/README.markdown rename to README.md