-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 708 Bytes
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 708 Bytes
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
# Generated by roxygen2: do not edit by hand
export(checkAlignedDims)
export(checkSameLength)
export(chunkPoints)
export(fastIntersect)
export(fetchColnames)
export(identicalFMatch)
export(identicalNoAttr)
export(isValidCharacters)
export(pasteFactors)
export(replaceEntries)
export(unlistMap)
export(validMatDimnames)
export(validMatDims)
export(verboseMsg)
exportMethods(replaceEntries)
importFrom(dplyr,`%>%`)
importFrom(dplyr,recode_factor)
importFrom(fastmatch,fmatch)
importFrom(methods,as)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(rlang,`!!!`)
importFrom(rlang,`%||%`)
importFrom(rlang,is_true)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,stack)