Last data update: 2014.03.03

TTR

Package: TTR
Type: Package
Title: Technical Trading Rules
Version: 0.23-1
Date: 2016-03-19
Author: Joshua Ulrich
Maintainer: Joshua Ulrich <josh.m.ulrich@gmail.com>
Imports: xts (>= 0.9-3), zoo
LinkingTo: xts
Enhances: quantmod
Suggests: RUnit
Description: Functions and data to construct technical trading rules with R.
License: GPL-2
URL: https://github.com/joshuaulrich/TTR
BugReports: https://github.com/joshuaulrich/TTR/issues
NeedsCompilation: yes
Packaged: 2016-03-19 16:55:18 UTC; josh
Repository: CRAN
Date/Publication: 2016-03-21 00:06:52

● Cran Task View: Finance
● 0 images, 40 functions, 1 datasets
Reverse Depends: 5

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'TTR' ...
** package 'TTR' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/xts/include"   -fpic  -g -O2  -c adjRatios.c -o adjRatios.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/xts/include"   -fpic  -g -O2  -c aroon.c -o aroon.o
f95   -fpic  -g -O2  -c movingAverages.f -o movingAverages.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/xts/include"   -fpic  -g -O2  -c moving_averages.c -o moving_averages.o
f95   -fpic  -g -O2  -c percentRank.f -o percentRank.o
f95   -fpic  -g -O2  -c runFun.f -o runFun.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/xts/include"   -fpic  -g -O2  -c sar.c -o sar.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/xts/include"   -fpic  -g -O2  -c wilderSum.c -o wilderSum.o
f95   -fpic  -g -O2  -c zigzag.f -o zigzag.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o TTR.so adjRatios.o aroon.o movingAverages.o moving_averages.o percentRank.o runFun.o sar.o wilderSum.o zigzag.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/TTR/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'TTR'
    finding HTML links ... done
    ADX                                     html  
    ATR                                     html  
    CCI                                     html  
    CLV                                     html  
    CMF                                     html  
    CMO                                     html  
    DPO                                     html  
    DVI                                     html  
    DonchianChannel                         html  
    EMV                                     html  
    GMMA                                    html  
    KST                                     html  
    MACD                                    html  
    MFI                                     html  
    MovingAverages                          html  
    OBV                                     html  
    RSI                                     html  
    SAR                                     html  
    TDI                                     html  
    TRIX                                    html  
    TTR                                     html  
    TTRtools                                html  
    VHF                                     html  
    WPR                                     html  
    WebData                                 html  
    ZigZag                                  html  
    adjRatios                               html  
    aroon                                   html  
    bollingerBands                          html  
    chaikinAD                               html  
    chaikinVolatility                       html  
    changes                                 html  
    priceBands                              html  
    rollFun                                 html  
    runFun                                  html  
    runPercentRank                          html  
    stochastics                             html  
    ttrc                                    html  
    ultimateOscillator                      html  
    volatility                              html  
    williamsAD                              html  
** building package indices
** testing if installed package can be loaded
* DONE (TTR)
Making 'packages.html' ... done