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
Uses 'Neurovault' API
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>
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.
- download_nv_atlas-examples
- download_nv_collection_images-examples
- nv_all_images-examples
- nv_atlas-examples
- nv_atlas_region-examples
- nv_atlas_voxel-examples
- nv_base_url-examples
- nv_collection-examples
- nv_collection_id-examples
- nv_collection_images-examples
- nv_images-examples
- results_to_df-examples
- testthat