BioConductor

AnalysisPageServer 1.14.0

A framework for sharing interactive data and plots from R through the web

Released Apr 12, 2018 by Brad Friedman

This package can be loaded by Renjin but 7 out 74 tests failed.

Dependencies

log4r 0.2 Biobase 2.40.0 graph 1.58.0 rjson

AnalysisPageServer is a modular system that enables sharing of customizable R analyses via the web.

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.bioconductor</groupId>
    <artifactId>AnalysisPageServer</artifactId>
    <version>1.14.0-b1</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.bioconductor:AnalysisPageServer')

Test Results

This package was last tested against Renjin 0.9.2643 on May 4, 2018.

Source

R
C
C++

Release History