Last data update: 2014.03.03

stocks

Package: stocks
Type: Package
Title: Fast Functions for Stock Market Analysis
Version: 1.1.1
Date: 2015-02-22
Author: Dane R. Van Domelen
Maintainer: Dane R. Van Domelen <vandomed@gmail.com>
Description: Provides functions for analyzing historical performance of stocks or other investments. Functions are written in C++ to quickly calculate maximum draw-down, Sharpe ratio, Sterling ratio, and other commonly used metrics of stock performance.
License: GPL-2
Depends: R (>= 3.0.0), rbenchmark
Imports: Rcpp (>= 0.11.0)
LinkingTo: Rcpp
Repository: CRAN
Repository/R-Forge/Project: stocks
Repository/R-Forge/Revision: 17
Repository/R-Forge/DateTimeStamp: 2015-02-23 00:49:24
Date/Publication: 2015-02-23 08:09:47
Packaged: 2015-02-23 01:05:14 UTC; rforge
NeedsCompilation: yes

● 0 images, 20 functions, 1 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'stocks' ...
** package 'stocks' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c diffs_c.cpp -o diffs_c.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c mdd_hl_c1.cpp -o mdd_hl_c1.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c mdd_hl_c2.cpp -o mdd_hl_c2.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c mdd_p_c1.cpp -o mdd_p_c1.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c mdd_p_c2.cpp -o mdd_p_c2.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c pchanges_c.cpp -o pchanges_c.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c pdiffs_c.cpp -o pdiffs_c.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c ratios_c.cpp -o ratios_c.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o stocks.so RcppExports.o diffs_c.o mdd_hl_c1.o mdd_hl_c2.o mdd_p_c1.o mdd_p_c2.o pchanges_c.o pdiffs_c.o ratios_c.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/stocks/libs
** R
** data
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'stocks'
    finding HTML links ... done
    balances                                html  
    convert_rate                            html  
    daily_yearly                            html  
    diffs                                   html  
    final_balance                           html  
    gains_rate                              html  
    mdd                                     html  
    negatives                               html  
    nonnegatives                            html  
    nonpositives                            html  
    pchanges                                html  
    pdiffs                                  html  
    positives                               html  
    prices_rate                             html  
    ratios                                  html  
    rrr                                     html  
    sharpe                                  html  
    sortino                                 html  
    stocks-package                          html  
    yearly_daily                            html  
    zzz                                     html  
** building package indices
** testing if installed package can be loaded
* DONE (stocks)
Making 'packages.html' ... done