-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
141 lines (140 loc) · 3.59 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# Generated by roxygen2: do not edit by hand
export(AddToStoxBiotic)
export(CompensateEffectiveTowDistanceForFishingDepthCount)
export(ConvertAcoustic)
export(ConvertBiotic)
export(ConvertStoxAcoustic)
export(ConvertStoxBiotic)
export(CopyAcoustic)
export(CopyBiotic)
export(CopyICESAcoustic)
export(CopyICESBiotic)
export(CopyICESDatras)
export(CopyICESDatsusc)
export(CopyLanding)
export(CopyStoxAcoustic)
export(CopyStoxBiotic)
export(CopyStoxLanding)
export(DefineTranslation)
export(FilterAcoustic)
export(FilterBiotic)
export(FilterICESAcoustic)
export(FilterICESBiotic)
export(FilterICESDatras)
export(FilterICESDatsusc)
export(FilterLanding)
export(FilterStoxAcoustic)
export(FilterStoxBiotic)
export(FilterStoxLanding)
export(ICESAcoustic)
export(ICESBiotic)
export(ICESDatras)
export(ICESDatsusc)
export(MergeAcoustic)
export(MergeStoxAcoustic)
export(MergeStoxBiotic)
export(PrepareNmdBioticTable)
export(ReadAcoustic)
export(ReadBiotic)
export(ReadLanding)
export(RedefineStoxBiotic)
export(RegroupLengthICESDatras)
export(StoxAcoustic)
export(StoxBiotic)
export(StoxLanding)
export(TranslateAcoustic)
export(TranslateBiotic)
export(TranslateICESAcoustic)
export(TranslateICESBiotic)
export(TranslateICESDatras)
export(TranslateICESDatsusc)
export(TranslateLanding)
export(TranslateStoxAcoustic)
export(TranslateStoxBiotic)
export(TranslateStoxLanding)
export(WriteAcoustic)
export(WriteBiotic)
export(WriteICESAcoustic)
export(WriteICESBiotic)
export(WriteICESDatras)
export(WriteICESDatsusc)
export(applyFunctionArgumentHierarchy)
export(backwardCompatibility_RstoxData)
export(convertBioticFile)
export(convertToLandingData)
export(convertToLssData)
export(createOrderKey)
export(do.call_robust)
export(filterData)
export(filterTables)
export(findUnit)
export(firstClass)
export(getNumberOfCores)
export(getRstoxDataDefinitions)
export(getStoxKeys)
export(getUnit)
export(getUnitOptions)
export(hasUnit)
export(is.LandingData)
export(is.StoxLandingData)
export(lapplyOnCores)
export(mapplyOnCores)
export(match_arg_informative)
export(mergeByIntersect)
export(mergeByStoxKeys)
export(mergeDataTables)
export(oldToNewTranslationList)
export(orderRowsByKeys)
export(parseInterCatch)
export(printErrorIDs)
export(processPropertyFormats)
export(readErsFile)
export(readLssFile)
export(readXmlFile)
export(sanitizeExpression)
export(setColumnClasses)
export(setUnit)
export(setorderv_numeric)
export(stoxFunctionAttributes)
export(unMergeAcoustic)
export(unMergeBiotic)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,"%between%")
importFrom(data.table,"%chin%")
importFrom(data.table,"%flike%")
importFrom(data.table,"%ilike%")
importFrom(data.table,"%inrange%")
importFrom(data.table,"%like%")
importFrom(data.table,":=")
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,fintersect)
importFrom(data.table,fsetdiff)
importFrom(data.table,indices)
importFrom(data.table,is.data.table)
importFrom(data.table,key)
importFrom(data.table,rbindlist)
importFrom(data.table,setattr)
importFrom(data.table,setindexv)
importFrom(data.table,setnames)
importFrom(data.table,transpose)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(xml2,as_list)
importFrom(xml2,read_html)
importFrom(xml2,read_xml)
importFrom(xml2,xml_add_child)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_attrs)
importFrom(xml2,xml_child)
importFrom(xml2,xml_children)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_num)
importFrom(xml2,xml_ns)
importFrom(xml2,xml_ns_strip)
importFrom(xml2,xml_text)
useDynLib(RstoxData, .registration = TRUE)