Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87602 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Jan 20, 2025
1 parent f656f8d commit 0fc5d6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/demos.Rout.save
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

R Under development (unstable) (2025-01-16 r87584) -- "Unsuffered Consequences"
R Under development (unstable) (2025-01-19 r87600) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin24.2.0

Expand Down Expand Up @@ -196,13 +196,13 @@ List of 3
.. ..$ message: chr "3 NA's produced by log(.) + sqrt(.)\n"
.. ..$ call : language message(sprintf("%d NA's produced by log(.) + sqrt(.)", sum(is.na(r))))
.. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 78 5 78 88 5 88 78 78
.. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x15af4a480>
.. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x149f65c58>
.. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition"
..$ :List of 2
.. ..$ message: chr "Got +/- Inf from x[4L]\n"
.. ..$ call : language message(sprintf("Got +/- Inf from x[%s]", deparse(which(ii))))
.. .. ..- attr(*, "srcref")= 'srcref' int [1:8] 80 5 80 96 5 96 80 80
.. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x15af4a480>
.. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x149f65c58>
.. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition"
$ warnings:List of 2
..$ :List of 2
Expand Down Expand Up @@ -245,8 +245,8 @@ List of 3
+ "\n\t starting with 'is.' :\t ",
+ sum(grepl("^is\\.", ls.base[base.is.f])), "\n", sep = "")

Number of all base objects: 1404
Number of functions from these: 1359
Number of all base objects: 1405
Number of functions from these: 1360
starting with 'is.' : 53

> ## R ver.| #{is*()}
Expand Down Expand Up @@ -1639,5 +1639,5 @@ sm 3 3 3 3 4 4 4 4 2 2 2
> par(op)
>
> cat("Time elapsed: ", proc.time() - .ptime, "\n")
Time elapsed: 0.65 0.036 0.69 0 0
Time elapsed: 0.647 0.039 0.691 0 0
>

0 comments on commit 0fc5d6e

Please sign in to comment.