-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
104 lines (103 loc) · 2.11 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Generated by roxygen2: do not edit by hand
export(SSS)
export(ac)
export(assignEmp)
export(assignMH)
export(assignPool)
export(assignPrio)
export(budget)
export(capacityEnough)
export(cleanCC)
export(cleanCCS)
export(clerk)
export(copy)
export(createEmp)
export(dates)
export(department_manager)
export(dfAppend)
export(division_manager)
export(employee)
export(expandDF)
export(get13mp)
export(getAllowance)
export(getCBA)
export(getCM)
export(getCalDays)
export(getCost)
export(getGC)
export(getGroupLife)
export(getHM)
export(getHMO)
export(getHol)
export(getHours)
export(getHoursL)
export(getLaborDayShirt)
export(getLeaveHours)
export(getLongShirt)
export(getMDTProb)
export(getMin)
export(getRetentionBonus)
export(getRiceSub)
export(getSafetyGadgets)
export(getSigningBonus)
export(getSigningBonusSea)
export(getmhDB)
export(group_manager)
export(initEmpPool)
export(initEmpReq)
export(initREmployee)
export(initTEmployee)
export(isRF)
export(isReg)
export(laborer)
export(mergeEmp)
export(non_staff)
export(normEmp)
export(operation_personnel)
export(operator)
export(payA)
export(payB)
export(premium)
export(premium.RF)
export(premium.nonRF)
export(production_personnel)
export(rmLead0)
export(rmS)
export(rmWS)
export(sanityCheckEmpPool)
export(sanityCheckEmpReq)
export(sanityCheckHol)
export(sanityCheckWage)
export(section_head)
export(staff)
export(supervisor)
export(technical)
export(testAndExpand)
export(validEmpClass)
export(validEmpStatus)
export(validEquipment)
import(methods)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(readxl,read_xlsx)
importFrom(stringr,str_detect)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,spread)
importFrom(xlsx,write.xlsx)
useDynLib(mansched)