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@85431 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Oct 29, 2023
1 parent 00e1420 commit 7d8ff07
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/demos.Rout.save
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

R Under development (unstable) (2023-10-24 r85404) -- "Unsuffered Consequences"
R Under development (unstable) (2023-10-28 r85429) -- "Unsuffered Consequences"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu
Platform: aarch64-apple-darwin23.1.0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
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: 0x1435b2a58>
.. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x135e26a40>
.. ..- 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: 0x1435b2a58>
.. .. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x135e26a40>
.. ..- 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: 1395
Number of functions from these: 1350
Number of all base objects: 1396
Number of functions from these: 1351
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.654 0.052 0.71 0 0
Time elapsed: 0.653 0.047 0.709 0 0
>

0 comments on commit 7d8ff07

Please sign in to comment.