CRAN
mdftracks 0.2.0
Read and Write 'MTrackJ Data Files'
Released Feb 6, 2017 by Gerhard Burger
Dependencies
'MTrackJ' is an 'ImageJ' plugin for motion tracking and analysis (see
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>mdftracks</artifactId> <version>0.2.0-b16</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:mdftracks')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- Reading_mdf_tracks.Generate_unique_ids_E1
- Reading_mdf_tracks.Generate_unique_ids_E2
- Reading_mdf_tracks.Include_channel
- Reading_mdf_tracks.Include_point_numbers
- Reading_mdf_tracks.Loading_without_arguments_should_have_cl,_id,_t,_x:z
- Reading_mdf_tracks.Reading_from_file_connection_works_when_connection_is_closed_E1
- Reading_mdf_tracks.Reading_from_file_connection_works_when_connection_is_closed_E2
- Reading_mdf_tracks.Reading_from_text_works
- Reading_mdf_tracks.Testing_drop_Z_for_2D_data
- Writing_mdf_tracks.Output_to_file_connection_works_when_connection_is_closed_E1
- Writing_mdf_tracks.Output_to_file_connection_works_when_connection_is_closed_E2
- Writing_mdf_tracks.Output_to_file_connection_works_when_connection_is_closed_E3
- Writing_mdf_tracks.Output_to_file_works_E1
- Writing_mdf_tracks.Output_to_file_works_E2
- testthat