-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
134 lines (133 loc) · 2.69 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
# Generated by roxygen2: do not edit by hand
S3method(normalize,data.frame)
S3method(normalize,matrix)
S3method(normalize,numeric)
export("%btwn%")
export("%nin%")
export(addClasses)
export(argsAsNamedList)
export(asMatrixCols)
export(asMatrixRows)
export(asQuoted)
export(binPack)
export(cFactor)
export(capitalizeStrings)
export(catf)
export(checkArg)
export(checkListElementClass)
export(chunk)
export(clipString)
export(coalesce)
export(collapse)
export(collapsef)
export(computeMode)
export(convertColsToList)
export(convertDataFrameCols)
export(convertDfCols)
export(convertInteger)
export(convertIntegers)
export(convertListOfRowsToDataFrame)
export(convertMatrixType)
export(convertRowsToList)
export(convertToShortString)
export(dapply)
export(do.call2)
export(dropNamed)
export(ensureVector)
export(explode)
export(extractSubList)
export(filterNull)
export(getAttributeNames)
export(getBestIndex)
export(getClass1)
export(getFirst)
export(getLast)
export(getMaxIndex)
export(getMaxIndexOfCols)
export(getMaxIndexOfRows)
export(getMinIndex)
export(getMinIndexOfCols)
export(getMinIndexOfRows)
export(getOperatingSystem)
export(getRelativePath)
export(getUnixTime)
export(getUsedFactorLevels)
export(hasAttributes)
export(insert)
export(is.error)
export(isDarwin)
export(isDirectory)
export(isEmptyDirectory)
export(isExpensiveExampleOk)
export(isFALSE)
export(isLinux)
export(isProperlyNamed)
export(isScalarCharacter)
export(isScalarComplex)
export(isScalarFactor)
export(isScalarInteger)
export(isScalarLogical)
export(isScalarNA)
export(isScalarNumeric)
export(isScalarValue)
export(isSubset)
export(isSuperset)
export(isUnix)
export(isValidName)
export(isWindows)
export(itostr)
export(lib)
export(listToShortString)
export(load2)
export(lsort)
export(makeDataFrame)
export(makeFileCache)
export(makeProgressBar)
export(makeS3Obj)
export(makeSimpleFileLogger)
export(mapValues)
export(messagef)
export(namedList)
export(names2)
export(normalize)
export(optimizeSubInts)
export(pause)
export(printHead)
export(printStrToChar)
export(printToChar)
export(rangeVal)
export(requirePackages)
export(rowLapply)
export(rowSapply)
export(save2)
export(seq_col)
export(seq_row)
export(setAttribute)
export(setClasses)
export(setColNames)
export(setRowNames)
export(setValue)
export(sortByCol)
export(splitPath)
export(splitTime)
export(stopf)
export(strrepeat)
export(suppressAll)
export(symdiff)
export(system3)
export(toRangeStr)
export(vcapply)
export(viapply)
export(vlapply)
export(vnapply)
export(warningf)
export(which.first)
export(which.last)
import(checkmate)
import(data.table)
import(stats)
import(utils)
importFrom(methods,is)
useDynLib(BBmisc,c_getMaxIndex)
useDynLib(BBmisc,c_getMaxIndexOfCols)
useDynLib(BBmisc,c_getMaxIndexOfRows)