-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
80 lines (79 loc) · 1.57 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
# Generated by roxygen2: do not edit by hand
S3method(getfirst,default)
S3method(getlast,default)
export(add)
export(bound)
export(closestWord)
export(colToRownames)
export(createHash)
export(createMutator)
export(createPkgLoader)
export(divide)
export(enclose)
export(encloseBr)
export(enumerateit)
export(evalText)
export(findMissingRdSections)
export(fixColnames)
export(fmrs)
export(getAvgHex)
export(getChar)
export(getFailStr)
export(getPkgKeywords)
export(getPlotDims)
export(getUniquePairsUpTo)
export(getfirst)
export(getlast)
export(greplDir)
export(ind)
export(initDataFrameWithColnames)
export(initEmptyTable)
export(initList)
export(initTestthat)
export(initV)
export(isBound)
export(isCamelCase)
export(isEven)
export(isOdd)
export(isPascalCase)
export(isSnakeCase)
export(isVowel)
export(joinRegex)
export(listFiles)
export(multiply)
export(mutateToRownames)
export(namedNumericToTable)
export(pia)
export(prependIndefArticle)
export(quietly)
export(removeVdiffrNewSnapShots)
export(rmByName)
export(rmns)
export(rownamesToCol)
export(scaleHex)
export(setColnames)
export(setNames)
export(setRownames)
export(splitCamel)
export(splitPascal)
export(splitSnake)
export(startsWithVowel)
export(stopp)
export(stripSpaces)
export(substrEnd)
export(subtract)
export(tableToNumeric)
export(test_quietly_that)
export(trySplitWords)
export(val)
export(val1)
export(validateObject)
export(warningp)
export(zipit)
exportPattern("^[[:alpha:]]+")
importFrom(Rcpp,evalCpp)
importFrom(dplyr,"%>%")
importFrom(methods,is)
importFrom(rlang,"!!")
importFrom(rlang,":=")
useDynLib(FastUtils, .registration = TRUE)