CRAN

DGM 1.7.2

Dynamic Graphical Models

Released Feb 22, 2018 by Simon Schwab

This package can be loaded by Renjin but 5 out 31 tests failed.

Dependencies

reshape2 1.4.3 data.table 1.10.4-3 RcppArmadillo 0.8.300.1.0 ggplot2 2.2.1 Rcpp

Dynamic graphical models for multivariate time series data to estimate directed dynamic networks in functional magnetic resonance imaging (fMRI), see Schwab et al. (2017) .

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>DGM</artifactId>
    <version>1.7.2-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.cran:DGM')

Test Results

This package was last tested against Renjin 0.9.2597 on Feb 24, 2018.

Source

R
C++

View GitHub Mirror

Release History