CRAN

vows 0.5

Voxelwise Semiparametrics

Released Aug 21, 2016 by Philip Reiss

This package can be loaded by Renjin but 11 out 21 tests failed.

Dependencies

RLRsim 3.1-2 oro.nifti 0.5.5.2 fda 2.4.4 gamm4 0.2-3 mgcv 1.8-12 shape 1.4.2 stringr 1.0.0

Parametric and semiparametric inference for massively parallel models, i.e., a large number of models with common design matrix, as often occurs with brain imaging data.

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>vows</artifactId>
    <version>0.5-b10</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:vows')

Test Results

This package was last tested against Renjin 0.8.2500 on Oct 27, 2017.

Source

R

View GitHub Mirror

Release History