Skip to content

Commit 423a2ed

Browse files
committed
use https base URLs for CRAN in bib files
1 parent 952a729 commit 423a2ed

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2021-08-05 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/bib/Rcpp.bib: Use https for CRAN URLs
4+
* vignettes/rmd/Rcpp.bib: Idem
5+
16
2021-07-25 Dirk Eddelbuettel <[email protected]>
27

38
* DESCRIPTION (Version, Date): Roll minor version

inst/bib/Rcpp.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
@String{CRAN = "http://CRAN.R-Project.org/" }
1+
@String{CRAN = "https://CRAN.R-Project.org/" }
22
@String{manuals = CRAN # "doc/manuals/" }
33
@String{RCoreTeam = "{R Core Team}" }
44
@String{RFoundation = "R Foundation for Statistical Computing" }
5-
@String{R-Forge = "http://R-Forge.R-Project.org/" }
5+
@String{R-Forge = "https://R-Forge.R-Project.org/" }
66

77
@manual{Abrahams+Grosse-Kunstleve:2003:Boost.Python,
88
author = { David Abrahams and Ralf W. Grosse-Kunstleve },

vignettes/rmd/Rcpp.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
@String{CRAN = "http://CRAN.R-Project.org/" }
1+
@String{CRAN = "https://CRAN.R-Project.org/" }
22
@String{manuals = CRAN # "doc/manuals/" }
33
@String{RCoreTeam = "{R Core Team}" }
44
@String{RFoundation = "R Foundation for Statistical Computing" }
5-
@String{R-Forge = "http://R-Forge.R-Project.org/" }
5+
@String{R-Forge = "https://R-Forge.R-Project.org/" }
66

77
@manual{Abrahams+Grosse-Kunstleve:2003:Boost.Python,
88
author = { David Abrahams and Ralf W. Grosse-Kunstleve },

0 commit comments

Comments
 (0)