Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unclean under R CMD check #2

Open
pdmetcalfe opened this issue Mar 30, 2015 · 0 comments
Open

unclean under R CMD check #2

pdmetcalfe opened this issue Mar 30, 2015 · 0 comments
Labels
Milestone

Comments

@pdmetcalfe
Copy link
Contributor

* checking S3 generic/method consistency ... WARNING
simulate:
function(object, nsim, seed, ...)
simulate.binomial.trial:
function(n0, n1, p0, p1, max0, max1)
simulate:
function(object, nsim, seed, ...)
simulate.gauss.trial:
function(n0, n1, my0, my1, sd0, sd1)
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... WARNING
Rd files with duplicated alias 'testLater':
‘assurance.Rd’ ‘internal.Rd’
* checking Rd line widths ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Undocumented code objects:
‘new.gaussian’ ‘new.generalLaterStudy’ ‘new.mult.gaussian’
‘new.negativeBinomialStudy’ ‘new.oneArmResponseRate’
‘new.overdispersedPoisson’ ‘new.overdispersedPoissonStudy’
‘new.singleArm’ ‘new.survival’ ‘new.twoArm’ ‘study.size’
Undocumented data sets:
‘sim.surv’
Undocumented S4 methods:
generic 'assurance' and siglist 'hazardInitialData,twoArm,missing'
generic 'length' and siglist 'hazardRatios'
generic 'length' and siglist 'poissonRates'
All user-level objects in a package (including S4 classes and methods)
should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... WARNING
Undocumented arguments in documentation object 'binomial.statistic'
‘hurdle’
Undocumented arguments in documentation object 'check.arm'
‘data’ ‘C_ARM’
Undocumented arguments in documentation object 'findBreaks'
‘x’ ‘breaks’ ‘nclass’
Undocumented arguments in documentation object 'kaplan.meier.plot'
‘data’ ‘C_ARM’ ‘C_TIME’ ‘C_EVENT’
Undocumented arguments in documentation object 'new.binomialStudy'
‘size’ ‘endpoint’ ‘method’ ‘significance’ ‘hurdle’ ‘margin’
Undocumented arguments in documentation object 'simulate.binomial.trial'
‘max0’ ‘max1’
@pdmetcalfe pdmetcalfe added this to the version 1.0 milestone Mar 30, 2015
@pdmetcalfe pdmetcalfe added the bug label Mar 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant