Skip to content

Commit 0fc5d6e

Browse files
author
ripley
committed
update
git-svn-id: https://svn.r-project.org/R/trunk@87602 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent f656f8d commit 0fc5d6e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/demos.Rout.save

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
R Under development (unstable) (2025-01-16 r87584) -- "Unsuffered Consequences"
2+
R Under development (unstable) (2025-01-19 r87600) -- "Unsuffered Consequences"
33
Copyright (C) 2025 The R Foundation for Statistical Computing
44
Platform: aarch64-apple-darwin24.2.0
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: 0x15af4a480>
199+
.. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x149f65c58>
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: 0x15af4a480>
205+
.. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x149f65c58>
206206
.. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition"
207207
$ warnings:List of 2
208208
..$ :List of 2
@@ -245,8 +245,8 @@ List of 3
245245
+ "\n\t starting with 'is.' :\t ",
246246
+ sum(grepl("^is\\.", ls.base[base.is.f])), "\n", sep = "")
247247

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
250250
starting with 'is.' : 53
251251

252252
> ## R ver.| #{is*()}
@@ -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: 0.65 0.036 0.69 0 0
1642+
Time elapsed: 0.647 0.039 0.691 0 0
16431643
>

0 commit comments

Comments
 (0)