library(shiny)
library(devtools)
devtools::install_github('rich-iannone/DiagrammeR')
library(DiagrammeR)** package ‘rsvg’ successfully unpacked and MD5 sums checked Package librsvg-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `librsvg-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'librsvg-2.0' found Using PKG_CFLAGS= Using PKG_LIBS=-lrsvg ------------------------- ANTICONF ERROR --------------------------- Configuration failed because librsvg-2.0 was not found. Try installing: * deb: librsvg2-dev (Debian, Ubuntu, etc) * rpm: librsvg2-devel (Fedora, EPEL) * csw: librsvg_dev, sunx11_devel (Solaris) * brew: librsvg (OSX) If librsvg-2.0 is already installed, check that 'pkg-config' is in your PATH and PKG_CONFIG_PATH contains a librsvg-2.0.pc file. If pkg-config is unavailable you can set INCLUDE_DIR and LIB_DIR manually via: R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...' -------------------------------------------------------------------- ERROR: configuration failed for package ‘rsvg’ * removing ‘/usr/local/lib/R/site-library/rsvg’ ################################### End Log ################################### Error: Unhandled Exception: Child Task 176819728 failed: Error building image: Error building rsvg (0.5). Build exited with non-zero status: 1
--
You received this message because you are subscribed to the Google Groups "ShinyApps Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shinyapps-use...@googlegroups.com.
To post to this group, send email to shinyap...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shinyapps-users/b05b4f26-5190-4e92-b4b3-37d077cc4f5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
---
title: "Example rsvg"
author: ""
affiliation:
date: "03/02/2016"
output: ioslides_presentation
runtime: shiny
smaller: true
---
## Shiny App
```{r, echo=FALSE, message=FALSE, warning=FALSE}
library(rsvg)
inputPanel(
)
renderPlot({
plot(rnorm(1))
})
``` To view this discussion on the web visit https://groups.google.com/d/msgid/shinyapps-users/28abc8a3-14c4-4883-87d7-b040e451d8bb%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shinyapps-users/28abc8a3-14c4-4883-87d7-b040e451d8bb%40googlegroups.com.