Skip to content
Prev 1335 / 15274 Next

PerformanceAnalytics R package for Performance and Risk Analysis (v0.9.4)

Many thanks for your submission.  When I run R CMD check, I get

* checking S3 generic/method consistency ... WARNING
mean:
  function(x, ...)
mean.LCL:
  function(x, ci)

mean:
  function(x, ...)
mean.UCL:
  function(x, ci)

See section 'Generic functions and methods' of the 'Writing R Extensions'
manual.

* checking for missing documentation entries ... WARNING
Undocumented code objects:
  allsymbols bluefocus bluemono bond.dates bond.labels closedsymbols
  cycles.dates dark6equal dark8equal equity.dates equity.labels
  fillsymbols greenfocus greenmono grey6mono grey8mono legend
  linesymbols macro.dates macro.labels opensymbols rainbow10equal
  rainbow12equal rainbow6equal rainbow8equal redfocus redmono
  rich10equal rich12equal rich6equal rich8equal risk.dates risk.labels
  set6equal set8equal tim10equal tim12equal tim6equal tim8equal
Undocumented data sets:
  managers.zoo
All user-level objects in a package should have documentation entries.
See the chapter 'Writing R documentation files' in manual 'Writing R
Extensions'.


Can you pls fix these problems and reupload?

Also, maybe you could take care of

* checking Rd \usage sections ... WARNING
S3 methods shown with full name in documentation object 'cummax.column':
  cummax.column

S3 methods shown with full name in documentation object 'cumprod.column':
  cumprod.column

S3 methods shown with full name in documentation object 'mean.utils':
  mean.geometric mean.stderr mean.UCL mean.LCL

The \usage entries for S3 methods should use the \method markup and not
their full name.
See the chapter 'Writing R documentation files' in manual 'Writing R
Extensions'.

Best
-k