Skip to content

Commit fd56665

Browse files
authored
Replace drat mention in README with r-universe (#1431)
* Replace drat mention in README with r-universe * One char fix [ci skip]
1 parent 75093ce commit fd56665

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-12-28 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* README.md: Replace installation from drat section with r-universe
4+
15
2025-12-22 Dirk Eddelbuettel <edd@debian.org>
26

37
* DESCRIPTION (Version, Date): Roll micro version and date

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -134,20 +134,20 @@ install.packages("Rcpp")
134134

135135
#### Release Candidates
136136

137-
For the last several releases, we also made interim _candidate_ releases available
138-
on the [Rcpp Drat Repo](https://RcppCore.github.io/drat/). Versions from a
139-
[drat](https://github.com/eddelbuettel/drat) repo can be installed either by
140-
just temporarily setting the [drat](https://github.com/eddelbuettel/drat) repo as in
137+
We generally make interim _candidate_ releases available via the [r-universe
138+
page](https://rcppcore.r-universe.dev/Rcpp). It provides a standard R repository which
139+
corresponds to the current main branch in the source repository. Both binary and source
140+
versions can be installed via
141141

142142
```R
143-
install.packages("Rcpp", repos="https://RcppCore.github.io/drat")
143+
install.packages("Rcpp", repos = c("https://rcppcore.r-universe.dev",
144+
"https://cloud.r-project.org"))
144145
```
145146

146-
or by setting a [drat](https://github.com/eddelbuettel/drat) repo more permanently
147-
(as described in the documentation of the [drat](https://github.com/eddelbuettel/drat)
148-
package).
147+
where other repos can be set as needed.
149148

150-
Testing the release candidates prior to actual release help. Please run this if you can.
149+
Testing the release candidates prior to the actual release helps. Please run
150+
this if you can.
151151

152152
#### Source
153153

0 commit comments

Comments
 (0)