/usr/lib/R/site-library/fBasics/NAMESPACE is in r-cran-fbasics 3042.89-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 | ################################################################################
## Libraries
################################################################################
useDynLib("fBasics")
################################################################################
## Imports
################################################################################
importFrom("grDevices", as.graphicsAnnot, cm.colors, col2rgb,
colors, contourLines, gray.colors, heat.colors,
rainbow, rgb, terrain.colors, topo.colors,
xy.coords)
importFrom("graphics", axis, barplot, box, boxplot, contour,
grid, hist, layout, locator, matplot, mtext,
panel.smooth, par, persp, pie, plot.new,
plot.window, polygon, rect, rug, symbols, text,
title)
importFrom("stats", acf, ansari.test, approx, ar, arima,
complete.cases, constrOptim, cor, cor.test,
density, dnorm, dt, integrate, ks.test, lsfit,
median, model.matrix, model.response, nlm, nlminb,
numericDeriv, optim, optimize, pacf, pchisq, pf,
pnorm, ppoints, qchisq, qf, qnorm, qqline,
qqnorm, qt, residuals, rexp, rnorm, runif, sd,
shapiro.test, spline, t.test, uniroot, var)
importFrom("utils", menu)
importFrom("methods", getMethod, is, new, slot)
importFrom("spatial", prmat, surf.gls)
## 'akima' is *not* here because of its non-GPL Licence
## importFrom("akima", interp, interpp)
## (MM:) FIXME: Only import what you need!
import("timeDate")
import("timeSeries")
################################################################################
## Exports
################################################################################
exportPattern(".")
S3method("getModel", "default")
S3method("print", "control")
S3method("stdev", "default")
S3method("termPlot", "default")
S3method("volatility", "default")
S3method(".plot", "histogram")
S3method(".print", "ssd")
S3method(".summary", "gel")
S3method(".summary", "gmm")
# In the future this should be used:
#exportPattern("^[^\\.]")
# To do before implementation:
#The porfolio book needs:
#export(.blue2redPalette)
#export(.green2redPalette)
#export(.blue2greenPalette)
#export(.purple2greenPalette)
#export(.blue2yellowPalette)
#export(.cyan2magentaPalette)
#fCouplae, fExtremes, fGarch, fMultivar and fRegression need a lot of exported
#functions that start with a dot. This has to be fixed first...
|