Skip to content

Instantly share code, notes, and snippets.

@ashraaghav
ashraaghav / TestRmarkdownShiny.Rmd
Last active August 30, 2017 14:27
This is a sample Rmarkdown-Shiny file that crashes every second time a ggplot/lattice object is rendered, without throwing an error. This problem seems to happen only when a package that uses java is imported. (RJava does not cause any problems)
---
title: "TestMarkdownShiny"
author: "Ashwin Raaghav"
date: "30 August 2017"
output: html_document
runtime: shiny
---
This R Markdown document is made to test the functioning of **renderplot** rendering a **ggplot** when a library that uses ***rJava*** is imported into the session.