The R Project SVN R

Rev

Rev 74629 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74629 Rev 86517
Line 57... Line 57...
57
E. <- removeSource(E)                   ; names(attributes(E.))
57
E. <- removeSource(E)                   ; names(attributes(E.))
58
stopifnot(length(attributes(E ))  > 0,
58
stopifnot(length(attributes(E ))  > 0,
59
          is.null(attributes(E.)))
59
          is.null(attributes(E.)))
60
options(op) # reset to previous state
60
options(op) # reset to previous state
61
}
61
}
62
\keyword{utility}
62
\keyword{utilities}