CRAN

mSimCC 0.0.1

Micro Simulation Model for Cervical Cancer Prevention

Released Jun 3, 2019 by David MoriƱa Soler

This package can be loaded by Renjin but all tests failed.

Dependencies

foreach 1.4.4 doParallel 1.0.14

Micro simulation model to reproduce natural history of cervical cancer and cost-effectiveness evaluation of prevention strategies. See Georgalis L, de Sanjose S, Esnaola M, Bosch F X, Diaz M (2016) for more details.

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>mSimCC</artifactId>
    <version>0.0.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:mSimCC')

Test Results

This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.

Source

R
C

View GitHub Mirror

Release History