Skip to content
Snippets Groups Projects
Commit 604da37e authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Load package for now, until we correctly figure out dependency handling

parent 527d70e5
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,4 @@ ...@@ -4,3 +4,4 @@
.~lock.*# .~lock.*#
R/Companies/ R/Companies/
Formulas_Reference/2013*.xls* Formulas_Reference/2013*.xls*
LifeInsuranceContracts.Rproj
...@@ -6,7 +6,7 @@ Title: A framework for general life insurance contracts, including profit partic ...@@ -6,7 +6,7 @@ Title: A framework for general life insurance contracts, including profit partic
Authors@R: c(person("Reinhold", "Kainhofer", role=c("aut", "cre"), email="reinhold@kainhofer.com")) Authors@R: c(person("Reinhold", "Kainhofer", role=c("aut", "cre"), email="reinhold@kainhofer.com"))
Author: Reinhold Kainhofer [aut, cre] Author: Reinhold Kainhofer [aut, cre]
Maintainer: Reinhold Kainhofer <reinhold@kainhofer.com> Maintainer: Reinhold Kainhofer <reinhold@kainhofer.com>
Depends: R6, ValuationTables, objectProperties Depends: R6, ValuationTables, objectProperties, lubridate
Description: TODO Description: TODO
License: GPL (>= 2) License: GPL (>= 2)
No preview for this file type
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
\usepackage{pdflscape} \usepackage{pdflscape}
\usepackage{hyperref} \usepackage{hyperref}
\usepackage{mathpazo}% Palatino mit mathematischen Zeichen % \usepackage{mathpazo}% Palatino mit mathematischen Zeichen
\hyphenation{Prä-mi-en-frei-stel-lung} \hyphenation{Prä-mi-en-frei-stel-lung}
%opening %opening
......
library(R6) library(R6)
library(openxlsx); library(openxlsx);
library(ValuationTables);
InsuranceContract = R6Class("InsuranceContract", InsuranceContract = R6Class("InsuranceContract",
......
library(openxlsx)
################################################ ################################################
# Helper Functions # Helper Functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment