11
2- R Under development (unstable) (2025-06-25 r88356 ) -- "Unsuffered Consequences"
2+ R Under development (unstable) (2025-08-10 r88554 ) -- "Unsuffered Consequences"
33Copyright (C) 2025 The R Foundation for Statistical Computing
44Platform: x86_64-pc-linux-gnu
55
@@ -196,13 +196,13 @@ List of 3
196196 .. ..$ message: chr "3 NA's produced by log(.) + sqrt(.)\n"
197197 .. ..$ call : language message(sprintf("%d NA's produced by log(.) + sqrt(.)", sum(is.na(r))))
198198 .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 78 5 78 88 5 88 78 78
199- .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x55e8a07cb540 >
199+ .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x62312c367d38 >
200200 .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition"
201201 ..$ :List of 2
202202 .. ..$ message: chr "Got +/- Inf from x[4L]\n"
203203 .. ..$ call : language message(sprintf("Got +/- Inf from x[%s]", deparse(which(ii))))
204204 .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 80 5 80 96 5 96 80 80
205- .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x55e8a07cb540 >
205+ .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x62312c367d38 >
206206 .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition"
207207 $ warnings:List of 2
208208 ..$ :List of 2
@@ -226,7 +226,7 @@ List of 3
226226 demo(is.things)
227227 ---- ~~~~~~~~~
228228
229- > # Copyright (C) 1997-2018 The R Core Team
229+ > # Copyright (C) 1997-2025 The R Core Team
230230>
231231> ### The Base package has a couple of non-functions:
232232> ##
@@ -638,7 +638,7 @@ logical(0)
638638> is.ALL(cbind(1:3), true=TRUE)
639639[1] "is.array" "is.atomic" "is.integer" "is.matrix" "is.numeric"
640640
641- > is.ALL(structure(1:7, names = paste ("a",1:7,sep="" )))
641+ > is.ALL(structure(1:7, names = paste0 ("a",1:7)))
642642is.array : .
643643is.atomic : |
644644is.call : .
@@ -675,7 +675,7 @@ is.symbol : .
675675is.table : .
676676is.vector : |
677677
678- > is.ALL(structure(1:7, names = paste ("a",1:7,sep="" )), true.only = TRUE)
678+ > is.ALL(structure(1:7, names = paste0 ("a",1:7)), true.only = TRUE)
679679[1] "is.atomic" "is.integer" "is.numeric" "is.vector"
680680
681681> x <- 1:20 ; y <- 5 + 6*x + rnorm(20)
@@ -719,7 +719,7 @@ is.symbol : .
719719is.table : .
720720is.vector : .
721721
722- > is.ALL(structure(1:7, names = paste ("a",1:7,sep="" )))
722+ > is.ALL(structure(1:7, names = paste0 ("a",1:7)))
723723is.array : .
724724is.atomic : |
725725is.call : .
@@ -756,7 +756,7 @@ is.symbol : .
756756is.table : .
757757is.vector : |
758758
759- > is.ALL(structure(1:7, names = paste ("a",1:7,sep="" )), true.only = TRUE)
759+ > is.ALL(structure(1:7, names = paste0 ("a",1:7)), true.only = TRUE)
760760[1] "is.atomic" "is.integer" "is.numeric" "is.vector"
761761
762762
@@ -1639,5 +1639,5 @@ sm 3 3 3 3 4 4 4 4 2 2 2
16391639> par(op)
16401640>
16411641> cat("Time elapsed: ", proc.time() - .ptime, "\n")
1642- Time elapsed: 1.021 0.04 1.062 0 0
1642+ Time elapsed: 0.927 0.051 0.978 0 0
16431643>
0 commit comments