CRAN

mds 0.2.1

Medical Devices Surveillance

Released Dec 10, 2018 by Gary Chung

This package can be loaded by Renjin but all tests failed. An older version of this package is more compatible with Renjin.

Dependencies

lubridate 1.7.4 parsedate 1.1.3

A set of core functions for handling medical device event data in the context of post-market surveillance, pharmacovigilance, signal detection and trending, and regulatory reporting. Primary inputs are data on events by device and data on exposures by device. Outputs include: standardized device-event and exposure datasets, defined analyses, and time series.

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>mds</artifactId>
    <version>0.2.1-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:mds')

Test Results

This package was last tested against Renjin 0.9.2716 on Dec 19, 2018.

Source

R

View GitHub Mirror

Release History