/usr/lib/R/site-library/Rcmdr/NAMESPACE is in r-cran-rcmdr 2.0-3-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 | # last modified 2013-12-22 by J. Fox
useDynLib(Rcmdr)
import(tcltk)
importFrom(utils, available.packages, install.packages)
importFrom(tcltk2, tk2tip, tk2theme)
export(tkfocus, tkspinbox,
activateMenus, activeDataSet, ActiveDataSet, activeDataSetP, activeModel,
ActiveModel, activeModelP, aicP, assignCluster, bin.var, buttonRcmdr,
checkActiveDataSet,
checkActiveModel, checkBoxes, checkClass, checkFactors, checkMethod,
checkNumeric, checkReplace,
checkTwoLevelFactors, checkVariables, closeCommander,
closeDialog, colPercents, Commander,
commanderPosition, CommanderWindow, Confint, dataSetsP, defmacro,
dialogSuffix, doItAndPrint, errorCondition, exists.method,
Factors, factorsP, formulaFields, flushDialogMemory,
gassign, getDialog, getFrame, getRcmdr, getSelection, gettextRcmdr,
glmP, GrabFocus, groupsBox, groupsLabel, hclustSolutionsP, Hist, indexplot, initializeDialog,
is.SciViews, is.valid.name, justDoIt, KMeans, knitrP, labelRcmdr, Library, lineplot,
listAllModels, listAOVModels, listDataSets, listFactors, listGeneralizedLinearModels,
listLinearModels, listMultinomialLogitModels, listNumeric, listPlugins,
listProportionalOddsModels, listTwoLevelFactors, listVariables,
lmP, logger, LogWindow, MacOSXP, manualTranslationP, MarkdownP, mergeRows,
Message, MessagesWindow, modelFormula, modelsP, multinomP, Numeric,
numericP, numSummary, OKCancelHelp, OutputWindow, packageAvailable, partial.cor,
plotDistr, plotMeans, polrP, popCommand, popOutput, putDialog, putRcmdr,
radioButtons, rglLoaded, RcmdrPager, RcmdrTclSet,
RcmdrTkmessageBox, rcorr.adjust,
reliability, RExcelSupported, RmdWindow, RnwWindow, rowPercents, sortVarNames, stepwise, subOKCancelHelp,
subsetBox,
tclvalue, titleLabel, totPercents, trim.blanks, ttkentry, ttkframe, ttkradiobutton, ttkcheckbutton,
ttkscrollbar, TwoLevelFactors, twoLevelFactorsP,
UpdateModelNumber, variableListBox, Variables, varPosn, WindowsP, X11P,
beginRmdBlock, endRmdBlock, enterMarkdown, removeNullRmdBlocks, removeStrayRmdBlocks, suppressMarkdown,
beginRnwBlock, endRnwBlock, enterKnitr, removeNullRnwBlocks, removeStrayRnwBlocks,
removeLastRmdBlock, removeLastRnwBlock,
setBusyCursor, setIdleCursor,
.Tcl, tcl, tclRequire, tclServiceMode, "tclvalue<-",
tclVar, tkbind, tkcget, tkcheckbutton, tkconfigure,
tkchooseDirectory, tkcurselection, tkdelete, tkdestroy, tkentry,
tkframe, tkgrab.release, tkgrab.set, tkgetOpenFile, tkgetSaveFile,
tkgrid, tkgrid.columnconfigure, tkgrid.configure, tkgrid.rowconfigure,
tkicursor, tkindex, tkinsert,
tkinvoke, tkitemconfigure, tklabel, tklistbox, tkmark.set,
tkmessageBox, tkpack, tkradiobutton, tkraise, tkscale,
tkscrollbar, tk_select.list, tkselection.clear, tkselection.present,
tkselection.set, tkset, tktag.configure, tktext, tktoplevel,
tkwait.window, tkwm.deiconify, tkwm.iconbitmap, tkwm.geometry, tkwm.protocol,
tkwm.resizable, tkwm.title, tkwm.transient,
tkxview.moveto, tkxview, tkyview, tkyview.scroll,
ttklabelframe)
S3method(coef, multinom)
S3method(Confint, glm)
S3method(Confint, default)
S3method(Confint, multinom)
S3method(confint, glm)
S3method(confint, multinom)
S3method(confint, polr)
S3method(mergeRows, data.frame)
S3method(print, numSummary)
S3method(print, reliability)
S3method(print, rcorr.adjust)
S3method(getFrame, listbox)
S3method(getSelection, listbox)
|