Skip to content

Instantly share code, notes, and snippets.

@cddesja
Created December 17, 2013 18:42
Show Gist options
  • Save cddesja/8010374 to your computer and use it in GitHub Desktop.
Save cddesja/8010374 to your computer and use it in GitHub Desktop.
Outstanding CRAN issues
* checking R code for possible problems ... NOTE
pbg: warning in axis(1, at = 1:k, lab = labs): partial argument match
of 'lab' to 'labels'
pbg: warning in pf(F1 * (c1 + c2 - k)/(c1 + c2 - 2)/(k - 1), k - 1, (c1
+ c2 - k), lower = F): partial argument match of 'lower' to
'lower.tail'
pbg: warning in pf(F2, 1, (c1 + c2 - 2), lower = F): partial argument
match of 'lower' to 'lower.tail'
pbg: warning in pf(F3 * (c1 + c2 - k + 1)/(c1 + c2 - 1)/(k - 1), (k -
1), (c1 + c2 - k + 1), lower = F): partial argument match of 'lower'
to 'lower.tail'
print.critpat: no visible binding for global variable ‘object’
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd line widths ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... WARNING
Codoc mismatches from documentation object 'profileplot':
profileplot
Code: function(form, person.id, interval = 10, by.pattern = TRUE,
original.names = TRUE)
Docs: function(form, person.id, interval = 10)
Argument names in code not in docs:
by.pattern original.names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment