/usr/lib/R/site-library/TTR/NAMESPACE is in r-cran-ttr 0.23-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 74 75 76 77 78 79 | # Generated by roxygen2: do not edit by hand
export(ADX)
export(ALMA)
export(ATR)
export(BBands)
export(CCI)
export(CLV)
export(CMF)
export(CMO)
export(DEMA)
export(DPO)
export(DVI)
export(DonchianChannel)
export(EMA)
export(EMV)
export(EVWMA)
export(GMMA)
export(HMA)
export(KST)
export(MACD)
export(MFI)
export(OBV)
export(PBands)
export(ROC)
export(RSI)
export(SAR)
export(SMA)
export(SMI)
export(SNR)
export(TDI)
export(TRIX)
export(VHF)
export(VMA)
export(VWAP)
export(VWMA)
export(WMA)
export(WPR)
export(ZLEMA)
export(ZigZag)
export(adjRatios)
export(aroon)
export(chaikinAD)
export(chaikinVolatility)
export(getYahooData)
export(growth)
export(lags)
export(momentum)
export(naCheck)
export(rollSFM)
export(runCor)
export(runCov)
export(runMAD)
export(runMax)
export(runMean)
export(runMedian)
export(runMin)
export(runPercentRank)
export(runSD)
export(runSum)
export(runVar)
export(stoch)
export(stockSymbols)
export(ultimateOscillator)
export(volatility)
export(wilderSum)
export(williamsAD)
import(xts)
import(zoo)
importFrom(curl,curl_download)
importFrom(curl,new_handle)
importFrom(stats,approx)
importFrom(stats,embed)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(utils,flush.console)
importFrom(utils,read.csv)
importFrom(utils,read.table)
useDynLib(TTR)
|