|
1 | 1 |
|
2 | | -R Under development (unstable) (2025-01-16 r87584) -- "Unsuffered Consequences" |
| 2 | +R Under development (unstable) (2025-01-19 r87600) -- "Unsuffered Consequences" |
3 | 3 | Copyright (C) 2025 The R Foundation for Statistical Computing |
4 | 4 | Platform: aarch64-apple-darwin24.2.0 |
5 | 5 |
|
@@ -196,13 +196,13 @@ List of 3 |
196 | 196 | .. ..$ message: chr "3 NA's produced by log(.) + sqrt(.)\n" |
197 | 197 | .. ..$ call : language message(sprintf("%d NA's produced by log(.) + sqrt(.)", sum(is.na(r)))) |
198 | 198 | .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 78 5 78 88 5 88 78 78 |
199 | | - .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x15af4a480> |
| 199 | + .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x149f65c58> |
200 | 200 | .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" |
201 | 201 | ..$ :List of 2 |
202 | 202 | .. ..$ message: chr "Got +/- Inf from x[4L]\n" |
203 | 203 | .. ..$ call : language message(sprintf("Got +/- Inf from x[%s]", deparse(which(ii)))) |
204 | 204 | .. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 80 5 80 96 5 96 80 80 |
205 | | - .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x15af4a480> |
| 205 | + .. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x149f65c58> |
206 | 206 | .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" |
207 | 207 | $ warnings:List of 2 |
208 | 208 | ..$ :List of 2 |
@@ -245,8 +245,8 @@ List of 3 |
245 | 245 | + "\n\t starting with 'is.' :\t ", |
246 | 246 | + sum(grepl("^is\\.", ls.base[base.is.f])), "\n", sep = "") |
247 | 247 |
|
248 | | -Number of all base objects: 1404 |
249 | | -Number of functions from these: 1359 |
| 248 | +Number of all base objects: 1405 |
| 249 | +Number of functions from these: 1360 |
250 | 250 | starting with 'is.' : 53 |
251 | 251 |
|
252 | 252 | > ## R ver.| #{is*()} |
@@ -1639,5 +1639,5 @@ sm 3 3 3 3 4 4 4 4 2 2 2 |
1639 | 1639 | > par(op) |
1640 | 1640 | > |
1641 | 1641 | > cat("Time elapsed: ", proc.time() - .ptime, "\n") |
1642 | | -Time elapsed: 0.65 0.036 0.69 0 0 |
| 1642 | +Time elapsed: 0.647 0.039 0.691 0 0 |
1643 | 1643 | > |
0 commit comments