Sign in
third-party-mirror
/
R
/
f434667a11724e87bfd9b0f00a99c7cbb2f3f75a
/
.
/
src
/
library
/
tools
/
tests
/
undoc.R
blob: 9773008188b95dccb58397f9f98cdc10565abb66 [
file
]
require
(
"tools"
)
(
ud4
<-
undoc
(
"stats4"
))
stopifnot
(
sapply
(
ud4
,
length
)
==
0
)