Skip to content

Commit 8e94010

Browse files
author
ripley
committed
update
git-svn-id: https://svn.r-project.org/R/trunk@88339 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent f871bce commit 8e94010

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

tests/reg-tests-3.Rout.save

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

2-
R Under development (unstable) (2024-08-27 r87063) -- "Unsuffered Consequences"
3-
Copyright (C) 2024 The R Foundation for Statistical Computing
4-
Platform: x86_64-pc-linux-gnu
2+
R Under development (unstable) (2025-06-22 r88334) -- "Unsuffered Consequences"
3+
Copyright (C) 2025 The R Foundation for Statistical Computing
4+
Platform: aarch64-apple-darwin24.5.0
55

66
R is free software and comes with ABSOLUTELY NO WARRANTY.
77
You are welcome to redistribute it under certain conditions.
@@ -922,8 +922,8 @@ standardGeneric for "chol2inv" defined from package "base"
922922

923923
function (x, ...)
924924
standardGeneric("chol2inv")
925-
<bytecode: 0x560d245c7490>
926-
<environment: 0x560d245c0f88>
925+
<bytecode: 0x11477d7f8>
926+
<environment: 0x114775050>
927927
Methods may be defined for arguments: x
928928
Use showMethods(chol2inv) for currently available ones.
929929
>
@@ -936,6 +936,7 @@ To cite R in publications use:
936936

937937
R Core Team (9999). _R: A Language and Environment for Statistical
938938
Computing_. R Foundation for Statistical Computing, Vienna, Austria.
939+
doi:10.32614/R.manuals <https://doi.org/10.32614/R.manuals>,
939940
<https://www.R-project.org/>.
940941

941942
A BibTeX entry for LaTeX users is
@@ -946,6 +947,7 @@ A BibTeX entry for LaTeX users is
946947
organization = {R Foundation for Statistical Computing},
947948
address = {Vienna, Austria},
948949
year = {9999},
950+
doi = {10.32614/R.manuals},
949951
url = {https://www.R-project.org/},
950952
}
951953

@@ -1085,5 +1087,5 @@ A BibTeX entry for LaTeX users is
10851087
>
10861088
>
10871089
> cat('Time elapsed: ', proc.time(),'\n')
1088-
Time elapsed: 2.176 0.139 2.315 0.002 0
1090+
Time elapsed: 1.249 0.071 1.329 0.003 0.003
10891091
>

0 commit comments

Comments
 (0)