The R Project SVN R

Rev

Rev 25118 | Rev 38402 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25118 Rev 26000
Line 100... Line 100...
100
 
100
 
101
f(b2)
101
f(b2)
102
 
102
 
103
f(b1)
103
f(b1)
104
 
104
 
105
\testonly{
105
\dontshow{
106
 
106
 
107
stopifnot(identical(f(b2), c(b2@b2, paste(b2@b1,":"), b2@b0^2, "B2")))
107
stopifnot(identical(f(b2), c(b2@b2, paste(b2@b1,":"), b2@b0^2, "B2")))
108
 
108
 
109
## a version of the example with 1 more layer of nesting
109
## a version of the example with 1 more layer of nesting
110
 
110