CRAN

refund.shiny 0.3.0

Interactive Plotting for Functional Data Analyses

Released Nov 13, 2016 by Julia Wrobel

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

plotly 4.7.1 lme4 1.1-17 shiny 1.0.5 gridExtra 2.3 ggplot2 2.2.1 reshape2 1.4.3 tidyr 0.8.0 refund 0.1-16 dplyr 0.7.4

Interactive plotting for functional data analyses.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>refund.shiny</artifactId>
    <version>0.3.0-b16</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:refund.shiny')

Source

R

View GitHub Mirror

Release History