-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
1.0.1 release
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ | |
Dockerfile | ||
cloudbuild.yaml | ||
man-roxygen | ||
inst/application/data/taxdata |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: SmaRP | ||
Title: SmaRP: Smart Retirement Planning | ||
Version: 1.0.0 | ||
Version: 1.0.1 | ||
Authors@R: c(person("Gabriel", "Foix", role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person("Francesca", "Vitalini", role = c("aut"), | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
utils::globalVariables( | ||
c("AHL", "ALV", "AgePath", "BVG", "BVGMindestzinssatz", "BVGcontributionrates", | ||
"BVGcontributionratesPath", "BVGpurchase", "Beruf", "BerufsauslagenMax", | ||
"BerufsauslagenMin", "BerufsauslagenTarif", "BundessteueTabelle", "DO", "DOV", | ||
"DirectP3", "ExpectedSalaryPath", "Gemeindenummer", "Kids", "Kinder", "KinderabzugKG", | ||
"Kirchensteuer", "MaxBVG", "MaxContrTax", "MinBVG", "NBU", "NetSalary", | ||
"P3ContributionPath", "PLZ", "PLZGemeinden", "TaxBenefits", "TaxableIncome", | ||
"TotalContr", "TotalP3", "TotalTax", "VM", "Verheiratet", "Versicherung", | ||
"VersicherungsK", "VersicherungsL", "VersicherungsV", "calendar", "h4", "icon", "maxALV", | ||
"maxNBU", "modalDialog", "removeModal", "showModal", "taxburden.list") | ||
) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
#' @param CurrentP2 Value of the current assets in the Occupational Pension Fund. | ||
#' @param P2purchase Annual voluntary contribution to the Occupational Pension Fund. | ||
#' @param TypePurchase AnnualP2 if the purchase on the pillar II gets repeated every year until retirement. | ||
#' @param rate Interests rate on annual basis. Constant interest rates are assumed. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
#' @param P3purchase Annual voluntary contribution to the Private Pension Fund (Pillar 3). | ||
#' @param CurrentP3 Value of the current assets in the Private Pension Fund (Pillar 3). | ||
#' @param returnP3 Annual expected return on the Private Pension Fund. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
#' @param Salary Stipend | ||
#' @param SalaryGrowthRate Rate at which the salary increases/decreases | ||
#' @param ncp Length contribution path to retirement | ||
#' @param Salary Stipend. | ||
#' @param SalaryGrowthRate Rate at which the salary increases/decreases. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.