CRAN

neurovault 0.5.5

'Neurovault' Database API Access

Released Jan 4, 2018 by John Muschelli

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

Dependencies

xml2 httr 1.3.1

Uses 'Neurovault' API to download statistical maps of the human brain stored on that platform.

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>neurovault</artifactId>
    <version>0.5.5-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:neurovault')

Test Results

This package was last tested against Renjin 0.8.2565 on Jan 6, 2018.

Source

R

View GitHub Mirror

Release History