CRAN

MortalityTables 1.0

A Framework for Various Types of Mortality / Life Tables

Released Apr 3, 2018 by Reinhold Kainhofer

This package can be loaded by Renjin but 21 out 41 tests failed.

Dependencies

scales 1.0.0 ggplot2 3.0.0

Classes to implement and plot cohort life tables for actuarial calculations. In particular, birth-year dependent mortality tables using a yearly trend to extrapolate from a base year are implemented, as well as period life table, cohort life tables using an age shift, and merged life tables.

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>MortalityTables</artifactId>
    <version>1.0-b6</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:MortalityTables')

Test Results

This package was last tested against Renjin 0.9.2686 on Aug 24, 2018.

Source

R

View GitHub Mirror

Release History