/usr/lib/R/site-library/sfsmisc/NAMESPACE is in r-cran-sfsmisc 1.1-1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 | importFrom("grDevices", boxplot.stats, cairo_pdf,
dev.cur, dev.off, n2mfrow, pdf, postscript, xy.coords)
importFrom("graphics", abline, arrows, axTicks, axis, axis.POSIXct,
boxplot, curve, frame, hist, lines, locator, matplot, mtext,
par, plot, plot.new, points, polygon,
rug, segments, symbols, text, xyinch)
importFrom("stats",
IQR, approx, as.formula, as.ts, dchisq, dgamma, density.default,
dnorm, dummy.coef, ecdf, end, fitted, formula, is.ts,
lm, lowess, loess, loess.control,
mad, median, model.frame, na.exclude, na.omit, napredict,
pchisq, pf, plot.ts, predict, qchisq, qgamma, qnorm, qt, quantile,
resid, residuals, runif,
smooth.spline, spline, splinefun, start, stepfun, symnum,
terms, time, update.formula, var, window)
importFrom("utils", head, tail, toLatex, #<- S3 generics !
capture.output, data, packageDescription, read.table,
sessionInfo, str)
## Using "::" in code -> no need here:
importFrom("methods", existsFunction)
### Export almost all
## ------
## New scheme (at first: for new things, only):
# group exported objects __by ./R/ (and maybe ./man/) source file__
export (
## ./R/prime-numbers-fn.R :
primes, factorize,
"AsciiToInt",
"as.intBase", "bi2int",
## FIXME: currently needed from FrF2 (Ulrike Groemping):
"as.integer.basedInt",
"axTexpr",
"repChar", "bl.string",
"cairoSwd",
"capture.and.write",
"ccat",
"chars8bit",
"code2n",
"col01scale",
"colcenter",
"compresid2way",
"cum.Vert.funkt",
"C.Monatsname", "C.weekday", "C.Wochentag", "C.Wochentagkurz",
"D1D2", "D1ss", "D1tr", "D2ss",
"dDA",
"diagDA",
"diagX",
"digitsBase",
"Duplicated",
"eaxis",
"ecdf.ksCI",
"ellipsePoints",
"empty.dimnames",
"errbar",
"f.robftest",
"hatMat",
"histBxp", # defunct: "hist.bxp"
"ichar",
"integrate.xy",
"inv.seq",
"is.whole",
"iterate.lin.recursion",
"KSd",
"last",
"linesHyperb.lm",
"list2mat",
loessDemo,
"lseq",
"margin2table",
"mat2tex",
missingCh,
"mpl",
"mult.fig",
## FIXME: This is deprecated (but was never announced anyway...) :
nearcor,
"n.code",
"n.plot",
"nr.sign.chg",
"paste.vec",
"p.arrows",
"p.datum",
"p.dchisq", "p.dgamma", "p.dnorm",
"p.hboxp",
"plotDS",
"pl.ds", ## <- deprecated
"plotStep",
"p.m",
## these should probably be deprecated for pmax.int(), pmin.int():
"pmax.sa", "pmin.sa",
"polyn.eval",
"posdefify",
"p.pllines",
"p.profileTraces",
"p.res.2fact",
"p.res.2x",
"pretty10exp",
## not the S3 methods:
## "predict.dDA",
## "print.basedInt", "print.dDA", "print.margin2table",
"printTable2",
"prt.DEBUG",
"pdf.do", "pdf.end", "pdf.latex",
"ps.do", "ps.end", "ps.latex",
"p.scales",
"p.tachoPlot",
"p.ts",
"quadrant",
"QUnif",
read.org.table,
"rot2", "rotn",
"roundfixS",
"rrange",
"sHalton",
"seqXtend",
sessionInfoX,
"signi",
"sourceAttach",
"strcodes",
"str_data",
"TA.plot",
"tapplySimpl",
"tkdensity",
"u.boxplot.x",
"u.date", "u.datumdecode", "u.Datumvonheute",
"u.assign0", "u.get0",
"u.log",
"unif",
"uniqueL",
"u.sys",
"vcat",
"wrapFormula",
"xy.grid", "xy.unique.x"
)
export("Sys.ps.cmd") # now in general.. even though possibly nonfunctional in non-unix
if(tools:::.OStype() == "unix") { ## those are inside R/unix/
export("Sys.ps", "Sys.sizes")
if(identical(1L, grep("linux", R.version[["os"]]))) { ##--- Linux - only ---
export("Sys.cpuinfo", "Sys.meminfo", "Sys.MIPS", "Sys.memGB")
}
}
S3method(predict, dDA)
S3method(print, dDA)
S3method(print, basedInt)
S3method(print, sessionInfoX)
S3method(as.integer, basedInt)
S3method(print, margin2table)
S3method(toLatex, numeric)
S3method(p.res.2x, default)
S3method(p.res.2x, formula)
|