/shinymd

prototype implementation of a markdown editor in shiny with support of bibliography

Primary LanguageR

Dependencies

R packages

  • shinyAce: devtools::install_github("aneuraz/shinyAce")
  • rethinker: install.packages('rethinker')
  • shiny.collections: devtools::install_github("Appsilon/shiny.collections")

Rethinkdb

with docker: docker run -d -P --name rethink1 -p 28015:28015 rethinkdb