The R Project SVN R

Rev

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

Rev 51193 Rev 53664
Line 126... Line 126...
126
rep(x, 2)
126
rep(x, 2)
127
rep(x, each=2)
127
rep(x, each=2)
128
rep(x, c(2, 2))
128
rep(x, c(2, 2))
129
 
129
 
130
 
130
 
-
 
131
## grid::unit.pmax, PR#14443
-
 
132
x <- unit(1, "cm")
-
 
133
stopifnot(length(unit.pmax(x)) == 1L, length(unit.pmin(x)) == 1L)
-
 
134
## was 3 in R <= 2.12.0
-
 
135