File: permCheck.R

package info (click to toggle)
permute 0.8-3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 896 kB
  • ctags: 1
  • sloc: sh: 9; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 160 bytes parent folder | download
1
2
3
4
5
## deprecate check
`permCheck` <- function(object, control = how()) {
    .Deprecated(new = "check", "permute")
    check(object = object, control = control)
}