Skip to content

Commit 5f5cb51

Browse files
author
maechler
committed
update/sync R-patched
git-svn-id: https://svn.r-project.org/R/trunk@88211 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 4ba4369 commit 5f5cb51

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/NEWS.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,8 @@
896896
897897
\item Setting \code{attributes} on primitive functions is
898898
deprecated now and already an error in the development version of \R.
899+
Changing the \code{environment} of a primitive does no longer happen
900+
and signals a warning.
899901
}
900902
}
901903
}

tests/Examples/datasets-Ex.Rout.save

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

2-
R Under development (unstable) (2025-02-20 r87772) -- "Unsuffered Consequences"
2+
R Under development (unstable) (2025-05-15 r88204) -- "Unsuffered Consequences"
33
Copyright (C) 2025 The R Foundation for Statistical Computing
44
Platform: x86_64-pc-linux-gnu
55

@@ -3155,7 +3155,7 @@ nms body_mass sex year
31553155
> flush(stderr()); flush(stdout())
31563156
>
31573157
> ### Name: precip
3158-
> ### Title: Annual Precipitation in US Cities
3158+
> ### Title: Annual Precipitation in Selected US Cities
31593159
> ### Aliases: precip
31603160
> ### Keywords: datasets
31613161
>

0 commit comments

Comments
 (0)