Add recipes for poly-R and needed dependencies

This commit is contained in:
Rafael Laboissière 2022-09-27 13:45:42 +02:00
parent 0580a4c44f
commit 59096bb911
3 changed files with 18 additions and 0 deletions

6
recipes/poly-R.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name poly-R
:description "Polymodes for the R language"
:type github
:pkgname "polymode/poly-R"
:load-path (".")
:depends (polymode poly-noweb poly-markdown ess))

View File

@ -0,0 +1,6 @@
(:name poly-markdown
:description "Polymode for markdown"
:type github
:pkgname "polymode/poly-markdown"
:load-path (".")
:depends (polymode markdown-mode))

6
recipes/poly-noweb.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name poly-noweb
:description "Polymode for noweb"
:type github
:pkgname "polymode/poly-noweb"
:load-path (".")
:depends (polymode))