From fe72732755b79c28bf4bb18b8dea1811586ff930 Mon Sep 17 00:00:00 2001
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Fri, 20 Oct 2023 18:47:39 +0200
Subject: [PATCH] LifeInsureR V1.0.0 RELEASE

---
 DESCRIPTION             | 2 +-
 R/InsuranceParameters.R | 2 +-
 man/setCost.Rd          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 839a67b..7a8e148 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -13,7 +13,7 @@ Description: R6 classes to model traditional life insurance
     contract layers, as well as contract changes (like sum increases or premium
     waivers). All relevant quantities like premium decomposition, reserves and 
     benefits over the whole contract period are calculated and potentially 
-    exported to excel. Mortalities are given using the 'MortalityTables' package.
+    exported to excel. Mortality rates are given using the 'MortalityTables' package.
 Authors@R: c(person("Reinhold", "Kainhofer", role=c("aut", "cre"), email="reinhold@kainhofer.com"))
 Author: Reinhold Kainhofer [aut, cre]
 Maintainer: Reinhold Kainhofer <reinhold@kainhofer.com>
diff --git a/R/InsuranceParameters.R b/R/InsuranceParameters.R
index b663454..31d188e 100644
--- a/R/InsuranceParameters.R
+++ b/R/InsuranceParameters.R
@@ -3,7 +3,7 @@ NULL
 
 #' Update one component of an [InsuranceTarif]'s cost structure
 #'
-#' Insurance tariff costs are defined by a cost matrix with dimensions: {CostType, Basis, Period}, where:
+#' Insurance tariff costs are defined by a cost matrix with dimensions: \{CostType, Basis, Period\}, where:
 #' \describe{
 #'     \item{CostType:}{alpha, Zillmer, beta, gamma, gamma_nopremiums, unitcosts}
 #'     \item{Basis:}{SumInsured, SumPremiums, GrossPremium, NetPremium, Constant}
diff --git a/man/setCost.Rd b/man/setCost.Rd
index 840e7ad..f04a758 100644
--- a/man/setCost.Rd
+++ b/man/setCost.Rd
@@ -21,7 +21,7 @@ setCost(costs, type, basis = "SumInsured", frequency = "PolicyPeriod", value)
 The modified cost structure
 }
 \description{
-Insurance tariff costs are defined by a cost matrix with dimensions: {CostType, Basis, Period}, where:
+Insurance tariff costs are defined by a cost matrix with dimensions: \{CostType, Basis, Period\}, where:
 \describe{
 \item{CostType:}{alpha, Zillmer, beta, gamma, gamma_nopremiums, unitcosts}
 \item{Basis:}{SumInsured, SumPremiums, GrossPremium, NetPremium, Constant}
-- 
GitLab