R Development Page
quantstrat log file (check_x86_64_linux)
Tue May 21 20:29:52 2013: Checking package quantstrat (SVN revision 1471) ...
* using log directory ‘/mnt/building/build_2013-05-21-20-03/RF_PKG_CHECK/PKGS/quantstrat.Rcheck’
* using R version 3.0.0 Patched (2013-04-08 r62531)
* using platform: x86_64-unknown-linux-gnu (64-bit)
* using session charset: UTF-8
* checking for file ‘quantstrat/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘quantstrat’ version ‘0.7.8’
* checking CRAN incoming feasibility ... NOTE
Maintainer: ‘Brian G. Peterson ’
New submission
Possibly mis-spelled fields in DESCRIPTION:
‘Contributors’
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Package suggested but not available for checking: ‘PortfolioAnalytics’
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for executable files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘quantstrat’ can be installed ... [7s/8s] OK
* checking installed package size ... OK
* checking package directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... WARNING
Demos with missing or empty index information:
[1] "faber_rebal" "luxor.1.strategy.basic"
[3] "luxor.2.add.paramsets" "luxor.3.paramset.sma"
[5] "luxor.4.paramset.timespan" "luxor.5.strategy.ordersets"
[7] "luxor.6.paramset.stoploss" "luxor.6.paramset.stoptrailing"
[9] "luxor.6.paramset.takeprofit" "luxor.7.exit+risk"
[11] "luxor.8.walk.forward" "luxor.getSymbols"
[13] "luxor.include" "luxor.sample.MAE.stoploss"
[15] "luxor.sample.MAE.stoptrailing" "luxor.sample.MFE.takeprofit"
[17] "luxor.sample.tradeGraphs.sma" "luxor.sample.tradeGraphs.timespan"
[19] "luxor.sample.walk.forward" "macdRebalancing"
[21] "rocema"
Demo index entries without corresponding demo:
[1] "luxor.1.strategy.basic.R" "luxor.2.add.paramsets.R"
[3] "luxor.3.paramset.sma.R" "luxor.4.paramset.timespan.R"
[5] "luxor.5.strategy.ordersets.R" "luxor.6.paramset.stoploss.R"
[7] "luxor.6.paramset.stoptrailing.R" "luxor.6.paramset.takeprofit.R"
[9] "luxor.7.exit+risk.R" "luxor.8.walk.forward.R"
[11] "luxor.getSymbols.R" "luxor.include.R"
[13] "luxor.sample.MAE.stoploss.R" "luxor.sample.MAE.stoptrailing.R"
[15] "luxor.sample.MFE.takeprofit.R" "luxor.sample.tradeGraphs.sma.R"
[17] "luxor.sample.tradeGraphs.timespan.R"
See the information on INDEX files and package subdirectories in the
chapter ‘Creating R packages’ of the ‘Writing R Extensions’ manual.
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking for unstated dependencies in R code ... WARNING
‘library’ or ‘require’ call not declared from: ‘reshape2’
See the information on DESCRIPTION files in the chapter ‘Creating R
packages’ of the ‘Writing R Extensions’ manual.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
add.rule: no visible binding for global variable ‘rule’
apply.paramset: no visible global function definition for ‘iter’
apply.paramset: no visible binding for global variable ‘param.combo’
initStrategy: no visible binding for global variable ‘env’
initStrategy: no visible binding for global variable ‘initDate’
paramConstraint: no visible binding for global variable ‘mktdata’
ruleCancel: no visible binding for global variable ‘mktdata’
ruleCancel: no visible binding for global variable ‘timespan’
ruleOrderProc: no visible binding for global variable ‘timespan’
rulePctEquity: no visible binding for global variable ‘initEq’
ruleProc: no visible binding for global variable ‘mktdata’
ruleRevoke: no visible binding for global variable ‘mktdata’
ruleRevoke: no visible binding for global variable ‘timespan’
ruleSignal: no visible binding for global variable ‘price’
ruleSignal: no visible binding for '<<-' assignment to ‘hold’
ruleWeights: possible error in updateAcct(Account = account, Dates =
paste("::", timestamp, sep = "")): unused argument (Account =
account)
ruleWeights: no visible binding for global variable ‘initEq’
sigComparison: no visible binding for global variable ‘mktdata’
sigCrossover: no visible binding for global variable ‘mktdata’
sigFormula: no visible binding for global variable ‘mktdata’
sigThreshold: no visible binding for global variable ‘mktdata’
tradeGraphs: no visible global function definition for ‘recast’
Found the following assignments to the global environment:
File ‘quantstrat/R/parameters.R’:
assign(sym, eval(as.name(sym)), .GlobalEnv)
* checking Rd files ... WARNING
prepare_Rd: quantstrat-package.Rd:115-116: Dropping empty section \examples
prepare_Rd: tradeOrderStats.Rd:49-51: Dropping empty section \description
checkRd: (5) tradeOrderStats.Rd:0-58: Must have a \description
* checking Rd metadata ... OK
* checking Rd cross-references ... WARNING
Missing link or links in documentation object ‘/mnt/building/build_2013-05-21-20-03/RF_PKG_CHECK/PKGS/quantstrat.Rcheck/00_pkg_src/quantstrat/man/delete.paramset.Rd’:
‘add.distibution’
See the information in section ‘Cross-references’ of the ‘Writing R
Extensions’ manual.
* checking for missing documentation entries ... WARNING
Undocumented code objects:
‘load.strategy’ ‘save.strategy’
Undocumented data sets:
‘portfolio.luxor’ ‘stats’ ‘.audit’ ‘spx’
All user-level objects in a package should have documentation entries.
See the chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking examples ... [1s/1s] OK
* checking for unstated dependencies in tests ... OK
* checking tests ...
Running ‘run-all.R’
[1s/1s] OK
* checking PDF version of manual ... OK
WARNING: There were 5 warnings.
NOTE: There were 3 notes.
See
‘/mnt/building/build_2013-05-21-20-03/RF_PKG_CHECK/PKGS/quantstrat.Rcheck/00check.log’
for details.
Run time: 63.82 seconds.