File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1+ 2025-12-28 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * README.md: Replace installation from drat section with r-universe
4+
152025-12-22 Dirk Eddelbuettel <edd@debian.org>
26
37 * DESCRIPTION (Version, Date): Roll micro version and date
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments