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

Fix Vignette build

parent f42afa9b
Branches
Tags
No related merge requests found
...@@ -110,6 +110,9 @@ those cost components that are defined to be waivable, i.e. by ...@@ -110,6 +110,9 @@ those cost components that are defined to be waivable, i.e. by
defining a corresponding \code{$minCosts}). Linearly interpolates defining a corresponding \code{$minCosts}). Linearly interpolates
between \code{$Costs} and \code{$minCosts}, if the latter is set. between \code{$Costs} and \code{$minCosts}, if the latter is set.
Otherwise is has no effect.} Otherwise is has no effect.}
\item{\code{$attributes}}{Additional custom attributes (as a named list),
which can be used for particular behaviour of different contracts
or contract slices.}
} }
} }
......
...@@ -27,6 +27,7 @@ library(kableExtra) ...@@ -27,6 +27,7 @@ library(kableExtra)
library(LifeInsuranceContracts) library(LifeInsuranceContracts)
library(dplyr) library(dplyr)
library(tibble) library(tibble)
library(lubridate)
options(scipen=5) options(scipen=5)
library(pander) library(pander)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment