Skip to content

Commit fd3a35d

Browse files
author
hornik
committed
Updated.
git-svn-id: https://svn.r-project.org/R/trunk@88358 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 378ee0f commit fd3a35d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/demos.Rout.save

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

2-
R Under development (unstable) (2025-01-19 r87600) -- "Unsuffered Consequences"
2+
R Under development (unstable) (2025-06-25 r88356) -- "Unsuffered Consequences"
33
Copyright (C) 2025 The R Foundation for Statistical Computing
4-
Platform: aarch64-apple-darwin24.2.0
4+
Platform: x86_64-pc-linux-gnu
55

66
R is free software and comes with ABSOLUTELY NO WARRANTY.
77
You are welcome to redistribute it under certain conditions.
@@ -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: 0x149f65c58>
199+
.. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x55e8a07cb540>
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: 0x149f65c58>
205+
.. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x55e8a07cb540>
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: 1360
248+
Number of all base objects: 1405
249+
Number of functions from these: 1361
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.647 0.039 0.691 0 0
1642+
Time elapsed: 1.021 0.04 1.062 0 0
16431643
>

0 commit comments

Comments
 (0)