forked from miraisolutions/SmaRP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
40 lines (39 loc) · 1002 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Generated by roxygen2: do not edit by hand
export(SmaRPanel)
export(buildContributionP2Path)
export(buildContributionP3path)
export(buildTaxBenefits)
export(buildt)
export(calcAge)
export(calcAnnuityAcumPath)
export(calcBVGpurchase)
export(calcExpectedSalaryPath)
export(calcTaxBenefitSwiss)
export(changeToPercentage)
export(getRetirementCalendar)
export(getRetirementday)
export(getTaxAmount)
export(get_SmaRP_version)
export(isnotAvailable)
export(isnotAvailableReturnZero)
export(launch_application)
export(lookupTaxAmount)
export(makeTable)
export(need_not_zero)
export(printCurrency)
export(returnPLZKanton)
export(update_neg)
export(withModalSpinner)
import(dplyr)
importFrom(dplyr,'%>%')
importFrom(dplyr,mutate)
importFrom(lubridate,day)
importFrom(lubridate,duration)
importFrom(lubridate,interval)
importFrom(lubridate,month)
importFrom(lubridate,today)
importFrom(lubridate,year)
importFrom(lubridate,years)
importFrom(lubridate,ymd)
importFrom(magrittr,'%<>%')
importFrom(shiny,runApp)