CRAN
mosaicQA 1.2.0
MOSAIC - Basic Quality Data Assurance for Epidemiologic Research
Released Feb 7, 2017 by Martin Bialke
Dependencies
With the provision of several tools and templates the MOSAIC project (DFG-Grant Number HO 1937/2-1) supports the implementation of a central data management in epidemiological research projects. The 'mosaicQA' package enables epidemiologists with none or low experience in R to generate basic data quality reports for a wide range of application scenarios. 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>mosaicQA</artifactId> <version>1.2.0-b15</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:mosaicQA')
Test Results
This package was last tested against Renjin 0.9.2622 on Apr 8, 2018.