Skip to content

Commit 35d667f

Browse files
author
hornik
committed
Improve URLs.
git-svn-id: https://svn.r-project.org/R/trunk@88950 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent dce94d2 commit 35d667f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

doc/manual/R-FAQ.texi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,8 @@ Books on R by R Core Team members include
574574
@I{Peter Dalgaard} (2008),
575575
``Introductory Statistics with R'',
576576
@I{2nd} edition.
577-
@I{Springer}, ISBN 978-0-387-79053-4,
578-
@url{http://publicifsv.sund.ku.dk/~pd/ISwR.html}.
577+
@I{Springer}, ISBN 978-0-387-79054-1,
578+
@url{https://link.springer.com/book/10.1007/978-0-387-79054-1}.
579579
580580
@I{Robert Gentleman} (2008),
581581
``R Programming for @I{Bioinformatics}''.

doc/manual/R-data.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2282,7 +2282,7 @@ possibility.
22822282

22832283
If you do not have Excel, many other programs are able to read such
22842284
spreadsheets and export in a text format on both Windows and Unix, for
2285-
example @I{Gnumeric} (@uref{http://www.gnumeric.org}) and
2285+
example @I{Gnumeric} (@uref{https://gnome.pages.gitlab.gnome.org/gnumeric-web/}) and
22862286
OpenOffice (@uref{https://www.openoffice.org}). You can also
22872287
cut-and-paste between the display of a spreadsheet in such a program and
22882288
R: @code{read.table} will read from the R console or, under Windows,

doc/manual/R-exts.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6446,7 +6446,7 @@ macro. C23 allows zero arguments in a similar way.
64466446
@end itemize
64476447

64486448
Some additional information for C++ is available at
6449-
@uref{https://journal.r-project.org/archive/2011-2/RJournal_2011-2_Plummer.pdf}
6449+
@uref{https://journal.R-project.org/articles/RJ-2011-020/RJ-2011-020.pdf}
64506450
by @I{Martyn Plummer}.
64516451

64526452
Several OSes have or currently do provide multiple C++ runtimes ---

share/bibliographies/grDevices.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ bibentry(bibtype = "InProceedings",
8989
month = "March",
9090
address = "Vienna, Austria",
9191
organization = "Technische Universität Wien",
92-
url = "https://www.R-project.org/conferences/DSC-2003")
92+
url = "https://www.R-project.org/conferences/DSC-2003/")
9393

9494
bibentry(bibtype = "Book",
9595
key = "R:Knuth:1984",
@@ -166,7 +166,7 @@ bibentry(bibtype = "Misc",
166166
comment = c(ORCID = "0000-0003-0174-9868"))),
167167
title = "Recording and Replaying the Graphics Engine Display List",
168168
year = "2015",
169-
url = "https://stattech.wordpress.fos.auckland.ac.nz/2015/12/21/2015-07-recording-and-replaying-the-graphics-engine-display-list")
169+
url = "https://stattech.wordpress.fos.auckland.ac.nz/2015/12/21/2015-07-recording-and-replaying-the-graphics-engine-display-list/")
170170

171171
bibentry(bibtype = "Article",
172172
key = "R:Murrell+Ripley:2006",

share/bibliographies/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bibentry(bibtype = "InProceedings",
2323
family = "Rönz")),
2424
publisher = "Physica Verlag, Heidelberg",
2525
isbn = "3-7908-1517-9",
26-
url = "https://epub.wu.ac.at/id/eprint/1788")
26+
url = "https://doi.org/10.57938/9f6e8c91-0b5a-4353-9802-f20479f0f5e2")
2727

2828
bibentry(bibtype = "Article",
2929
key = "R:Hornik+Murdoch:2011",

src/library/grDevices/man/cairo.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ cairo_ps(filename = if(onefile) "Rplots.ps" else "Rplot\%03d.ps",
6363
}
6464
\details{
6565
SVG (Scalar Vector Graphics) is a W3C standard for vector graphics.
66-
See \url{https://www.w3.org/Graphics/SVG/}. The output from
66+
See \url{https://www.w3.org/groups/wg/svg/}. The output from
6767
\code{svg} is SVG version 1.1 for \code{onefile = FALSE} (the
6868
default), otherwise SVG 1.2. (SVG 1.2 never passed the draft
6969
stage. Few SVG viewers are capable of displaying multi-page SVG files,

0 commit comments

Comments
 (0)