Permalink
Browse files

Do not include README.md in the R package

  • Loading branch information...
1 parent a19c8d1 commit 6d227bad1f8a5ed091190e19ce604442db008ecb @gaborcsardi gaborcsardi committed May 7, 2015
Showing with 3 additions and 2 deletions.
  1. +1 −0 .Rbuildignore
  2. +2 −2 Makefile
  3. 0 README.md → README.markdown
View
@@ -3,3 +3,4 @@
^Makefile$
^.travis.yml$
^appveyor.yml$
+^README.markdown$
View
@@ -1,5 +1,5 @@
-all: README.md
+all: README.markdown
-README.md: README.Rmd
+README.markdown: README.Rmd
Rscript -e "library(knitr); knit('$<', output = '$@', quiet = TRUE)"
File renamed without changes.

0 comments on commit 6d227ba

Please sign in to comment.