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
|
importFrom("utils", "read.csv", "write.csv", "write.table", "capture.output", "installed.packages", "packageDescription", "compareVersion", "remove.packages", "tail")
importFrom("stats", "na.omit", "dist", "relevel")
importFrom("methods", "is")
importFrom("grDevices", "hcl")
useDynLib(admisc, .registration = TRUE)
export(
altb,
alteb,
agtb,
agteb,
aeqb,
aneqb,
anyTagged,
asNumeric,
curlyBrackets,
insideBrackets,
betweenBrackets,
outsideBrackets,
roundBrackets,
squareBrackets,
expandBrackets,
betweenQuotes,
change,
checkMV,
checkSubset,
classify,
coerceMode,
combnk,
compute,
mvSOP,
dashes,
doublequotes,
expand,
export,
factorize,
frev,
frelevel,
getInfo,
getLevels,
getMatrix,
getName,
getTag,
hasTag,
hclr,
intersection,
inside,
invert,
listRDA,
makeTag,
padLeft,
padRight,
padBoth,
permutations,
asSOP,
possibleNumeric,
prettyString,
prettyTable,
deMorgan,
objRDA,
overwrite,
negate,
numdec,
recode,
hastilde,
notilde,
tildae,
tilde1st,
recreate,
reload,
replaceText,
scan.clipboard,
setColnames,
setDimnames,
setRownames,
simplify,
singlequotes,
sop,
spaces,
splitstr,
sortExpressions,
stopError,
translate,
trimstr,
tryCatchWEM,
uninstall,
unload,
checkValid,
validateNames,
verify,
wholeNumeric,
write.clipboard,
writePrimeimp,
writePIs,
splitMainComponents,
splitBrackets,
removeSingleStars,
splitPluses,
splitStars,
splitTildas,
solveBrackets,
simplifyList,
getNonChars,
using
)
S3method(print, "admisc_factorize")
S3method(print, "admisc_intersection")
S3method(print, "admisc_translate")
S3method(print, "admisc_deMorgan")
S3method(print, "admisc_simplify")
S3method(print, "admisc_fobject")
S3method(export, default)
S3method(export, data.frame)
S3method(export, list)
S3method(change, default)
S3method(change, QCA_tt)
S3method(recode, default)
S3method(recode, declared)
S3method(asNumeric, default)
S3method(asNumeric, factor)
S3method(asNumeric, declared)
S3method(inside, data.frame)
S3method(inside, list)
S3method(update, character)
S3method(using, default)
S3method(using, data.frame)
S3method(using, matrix)
|