Skip to content

Commit 2c70328

Browse files
author
hornik
committed
Use https for CRAN URLs.
git-svn-id: https://svn.r-project.org/R/trunk@71127 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 1dff508 commit 2c70328

File tree

5 files changed

+47
-47
lines changed

5 files changed

+47
-47
lines changed

INSTALL

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and Administration Manual', an HTML copy of which is available as file
1212
if you are impatient, read on but please refer to the manual to
1313
resolve any problems. (If you obtained R using Subversion, the manual
1414
is at doc/manual/R-admin.texi and can be read online at
15-
http://cran.r-project.org/manuals.html.)
15+
https://CRAN.R-project.org/manuals.html.)
1616

1717

1818
SIMPLE COMPILATION

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ presentations.
3636
A package specification allows the production of loadable modules for
3737
specific purposes, and several thousand contributed packages are made
3838
available through the CRAN sites (see
39-
http://CRAN.R-project.org/mirrors.html for the current members).
39+
https://CRAN.R-project.org/mirrors.html for the current members).
4040

4141

4242
2. HISTORY

doc/html/NEWS.2.html

+19-19
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ <h4>NEW FEATURES</h4>
332332
</li>
333333
<li> <p><code>qqline()</code> has new optional arguments
334334
<code>distribution</code>, <code>probs</code> and <code>qtype</code>, following the
335-
example of <a href="http://CRAN.R-project.org/package=lattice"><span class="pkg">lattice</span></a>'s <code>panel.qqmathline()</code>.
335+
example of <a href="https://CRAN.R-project.org/package=lattice"><span class="pkg">lattice</span></a>'s <code>panel.qqmathline()</code>.
336336
</p>
337337
</li>
338338
<li><p> The handling of single quotes in the <code>en@quot</code>
@@ -760,7 +760,7 @@ <h4>BUG FIXES</h4>
760760
</p>
761761
</li>
762762
<li> <p><code>parallel::stopCluster()</code> now works with MPI
763-
clusters without <a href="http://CRAN.R-project.org/package=snow"><span class="pkg">snow</span></a> being on the search path.
763+
clusters without <a href="https://CRAN.R-project.org/package=snow"><span class="pkg">snow</span></a> being on the search path.
764764
</p>
765765
</li>
766766
<li> <p><code>terms.formula()</code> could exhaust the stack, and the
@@ -897,7 +897,7 @@ <h4>NEW FEATURES</h4>
897897
<li> <p><code>splineDesign()</code> and <code>spline.des()</code> in package
898898
<span class="pkg">splines</span> have a new option <code>sparse</code> which can be used
899899
for efficient construction of a sparse B-spline design matrix
900-
(<em>via</em> <a href="http://CRAN.R-project.org/package=Matrix"><span class="pkg">Matrix</span></a>).
900+
(<em>via</em> <a href="https://CRAN.R-project.org/package=Matrix"><span class="pkg">Matrix</span></a>).
901901
</p>
902902
</li>
903903
<li> <p><code>norm()</code> now allows <code>type = "2"</code> (the
@@ -1032,8 +1032,8 @@ <h4>INSTALLATION</h4>
10321032
<li> <p><code>R CMD INSTALL</code> with <span class="env">_R_CHECK_INSTALL_DEPENDS_</span>
10331033
set to a true value (as done by <code>R CMD check --as-cran</code>)
10341034
now restricts the packages available when lazy-loading as well
1035-
as when test-loading (since packages such as <a href="http://CRAN.R-project.org/package=ETLUtils"><span class="pkg">ETLUtils</span></a>
1036-
and <a href="http://CRAN.R-project.org/package=agsemisc"><span class="pkg">agsemisc</span></a> had top-level calls to <code>library()</code>
1035+
as when test-loading (since packages such as <a href="https://CRAN.R-project.org/package=ETLUtils"><span class="pkg">ETLUtils</span></a>
1036+
and <a href="https://CRAN.R-project.org/package=agsemisc"><span class="pkg">agsemisc</span></a> had top-level calls to <code>library()</code>
10371037
for undeclared packages).
10381038
</p>
10391039
<p>This check is now also available on Windows.
@@ -1099,7 +1099,7 @@ <h4>BUG FIXES</h4>
10991099
</p>
11001100
</li>
11011101
<li><p> Nonsense uses such as <code>seq(1:50, by = 5)</code> (from package
1102-
<a href="http://CRAN.R-project.org/package=plotrix"><span class="pkg">plotrix</span></a>) and <code>seq.int(1:50, by = 5)</code> are now errors.
1102+
<a href="https://CRAN.R-project.org/package=plotrix"><span class="pkg">plotrix</span></a>) and <code>seq.int(1:50, by = 5)</code> are now errors.
11031103
</p>
11041104
</li>
11051105
<li><p> The residuals in the 5-number summary printed by
@@ -2119,7 +2119,7 @@ <h4>NEW FEATURES</h4>
21192119
</p>
21202120
</li>
21212121
<li> <p><code>tempfile()</code> on a Unix-alike now takes the process ID
2122-
into account. This is needed with <a href="http://CRAN.R-project.org/package=multicore"><span class="pkg">multicore</span></a> (and as part of
2122+
into account. This is needed with <a href="https://CRAN.R-project.org/package=multicore"><span class="pkg">multicore</span></a> (and as part of
21232123
<span class="pkg">parallel</span>) because the parent and all the children share a
21242124
session temporary directory, and they can share the C random
21252125
number stream used to produce the unique part. Further, two
@@ -2340,17 +2340,17 @@ <h4>SIGNIFICANT USER-VISIBLE CHANGES</h4>
23402340
<li><p> There is a new package <span class="pkg">parallel</span>.
23412341
</p>
23422342
<p>It incorporates (slightly revised) copies of packages
2343-
<a href="http://CRAN.R-project.org/package=multicore"><span class="pkg">multicore</span></a> and <a href="http://CRAN.R-project.org/package=snow"><span class="pkg">snow</span></a> (excluding MPI, PVM and NWS
2343+
<a href="https://CRAN.R-project.org/package=multicore"><span class="pkg">multicore</span></a> and <a href="https://CRAN.R-project.org/package=snow"><span class="pkg">snow</span></a> (excluding MPI, PVM and NWS
23442344
clusters). Code written to use the higher-level API functions in
23452345
those packages should work unchanged (apart from changing any
23462346
references to their namespaces to a reference to <span class="pkg">parallel</span>,
2347-
and links explicitly to <a href="http://CRAN.R-project.org/package=multicore"><span class="pkg">multicore</span></a> or <a href="http://CRAN.R-project.org/package=snow"><span class="pkg">snow</span></a> on help
2347+
and links explicitly to <a href="https://CRAN.R-project.org/package=multicore"><span class="pkg">multicore</span></a> or <a href="https://CRAN.R-project.org/package=snow"><span class="pkg">snow</span></a> on help
23482348
pages).
23492349
</p>
23502350
<p>It also contains support for multiple RNG streams following
23512351
L'Ecuyer <em>et al</em> (2002), with support for both
2352-
<code>mclapply</code> and <a href="http://CRAN.R-project.org/package=snow"><span class="pkg">snow</span></a> clusters. This replaces functions
2353-
like <code>clusterSetupRNG()</code> from <a href="http://CRAN.R-project.org/package=snow"><span class="pkg">snow</span></a> (which are not in
2352+
<code>mclapply</code> and <a href="https://CRAN.R-project.org/package=snow"><span class="pkg">snow</span></a> clusters. This replaces functions
2353+
like <code>clusterSetupRNG()</code> from <a href="https://CRAN.R-project.org/package=snow"><span class="pkg">snow</span></a> (which are not in
23542354
<span class="pkg">parallel</span>).
23552355
</p>
23562356
<p>The version released for <span style="font-family: Courier New, Courier; color: #666666;"><b>R</b></span> 2.14.0 contains base functionality:
@@ -2715,7 +2715,7 @@ <h4>NEW FEATURES</h4>
27152715
</p>
27162716
</li>
27172717
<li> <p><code>socketConnection()</code> now has a <code>timeout</code> argument.
2718-
It is now documented that large values (package <a href="http://CRAN.R-project.org/package=snow"><span class="pkg">snow</span></a> used a
2718+
It is now documented that large values (package <a href="https://CRAN.R-project.org/package=snow"><span class="pkg">snow</span></a> used a
27192719
year) do not work on some OSes.
27202720
</p>
27212721
</li>
@@ -3836,7 +3836,7 @@ <h4>LICENCE</h4>
38363836

38373837
<ul>
38383838
<li><p> No parts of <span style="font-family: Courier New, Courier; color: #666666;"><b>R</b></span> are now licensed solely under GPL-2. The
3839-
licences for packages <a href="http://CRAN.R-project.org/package=rpart"><span class="pkg">rpart</span></a> and <a href="http://CRAN.R-project.org/package=survival"><span class="pkg">survival</span></a> have been
3839+
licences for packages <a href="https://CRAN.R-project.org/package=rpart"><span class="pkg">rpart</span></a> and <a href="https://CRAN.R-project.org/package=survival"><span class="pkg">survival</span></a> have been
38403840
changed, which means that the licence terms for <span style="font-family: Courier New, Courier; color: #666666;"><b>R</b></span> as distributed
38413841
are GPL-2 | GPL-3.
38423842
</p>
@@ -5154,7 +5154,7 @@ <h4>INSTALLATION</h4>
51545154
<ul>
51555155
<li><p> The <span class="samp">zlib</span> sources in the distribution are now built
51565156
with all symbols remapped: this is intended to avoid problems seen
5157-
with packages such as <a href="http://CRAN.R-project.org/package=XML"><span class="pkg">XML</span></a> and <a href="http://CRAN.R-project.org/package=rggobi"><span class="pkg">rggobi</span></a> which link to
5157+
with packages such as <a href="https://CRAN.R-project.org/package=XML"><span class="pkg">XML</span></a> and <a href="https://CRAN.R-project.org/package=rggobi"><span class="pkg">rggobi</span></a> which link to
51585158
&lsquo;<span class="file">zlib.so.1</span>&rsquo; on systems using <span class="samp">zlib 1.2.5</span>.
51595159
</p>
51605160
</li>
@@ -5179,7 +5179,7 @@ <h4>PACKAGE INSTALLATION</h4>
51795179
</li>
51805180
<li><p> Files &lsquo;<span class="file">R/sysdata.rda</span>&rsquo; of more than 1Mb are now stored
51815181
in the lazyload database using <code>xz</code> compression: this for
5182-
example halves the installed size of package <a href="http://CRAN.R-project.org/package=Imap"><span class="pkg">Imap</span></a>.
5182+
example halves the installed size of package <a href="https://CRAN.R-project.org/package=Imap"><span class="pkg">Imap</span></a>.
51835183
</p>
51845184
</li>
51855185
<li> <p><code>R CMD INSTALL</code> now ensures that directories
@@ -5343,7 +5343,7 @@ <h4>BUG FIXES</h4>
53435343
contributed by Martin Morgan).
53445344
</p>
53455345
</li>
5346-
<li><p> In some circumstances (including for package <a href="http://CRAN.R-project.org/package=XML"><span class="pkg">XML</span></a>),
5346+
<li><p> In some circumstances (including for package <a href="https://CRAN.R-project.org/package=XML"><span class="pkg">XML</span></a>),
53475347
<code>R CMD INSTALL</code> installed version-control directories from
53485348
source packages.
53495349
</p>
@@ -5658,7 +5658,7 @@ <h4>NEW FEATURES</h4>
56585658
objects now insert linebreaks in long calls in the same way that
56595659
the <code>print()</code> methods for <code>"summary.[g]lm"</code> objects
56605660
have long done. This does change the layout of the examples for
5661-
a number of packages, e.g. <a href="http://CRAN.R-project.org/package=MASS"><span class="pkg">MASS</span></a>. (<a href="https://bugs.R-project.org/bugzilla3/show_bug.cgi?id=14250">PR#14250</a>)
5661+
a number of packages, e.g. <a href="https://CRAN.R-project.org/package=MASS"><span class="pkg">MASS</span></a>. (<a href="https://bugs.R-project.org/bugzilla3/show_bug.cgi?id=14250">PR#14250</a>)
56625662
</p>
56635663
</li>
56645664
<li> <p><code>constrOptim()</code> can now be used with method
@@ -8304,7 +8304,7 @@ <h4>NEW FEATURES</h4>
83048304
</p>
83058305
</li>
83068306
<li> <p><code>xtabs()</code> with the new argument <code>sparse = TRUE</code>
8307-
now returns a sparse Matrix, using package <a href="http://CRAN.R-project.org/package=Matrix"><span class="pkg">Matrix</span></a>.
8307+
now returns a sparse Matrix, using package <a href="https://CRAN.R-project.org/package=Matrix"><span class="pkg">Matrix</span></a>.
83088308
</p>
83098309
</li>
83108310
<li> <p><code>contr.sum()</code> etc gain an argument <code>sparse</code>
@@ -8771,7 +8771,7 @@ <h4>COMPRESSION</h4>
87718771
<span class="option">--data-compress=xz</span>, often giving even better compression
87728772
on large datasets at the expense of much longer installation
87738773
times. (The latter is used for the recommended packages: it is
8774-
particularly effective for <a href="http://CRAN.R-project.org/package=survival"><span class="pkg">survival</span></a>.)
8774+
particularly effective for <a href="https://CRAN.R-project.org/package=survival"><span class="pkg">survival</span></a>.)
87758775
</p>
87768776
</li>
87778777
<li> <p><code>file()</code> for open = <code>""</code>, <code>"r"</code> or

share/texmf/bibtex/bib/Rnews.bib

+25-25
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
@String{http = "http://CRAN.R-project.org/doc/Rnews/"}
2-
@String{Rnews2001-1 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2001-1.pdf"}
3-
@String{Rnews2001-2 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2001-2.pdf"}
4-
@String{Rnews2001-3 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2001-3.pdf"}
5-
@String{Rnews2002-1 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2002-1.pdf"}
6-
@String{Rnews2002-2 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2002-2.pdf"}
7-
@String{Rnews2002-3 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2002-3.pdf"}
8-
@String{Rnews2003-1 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2003-1.pdf"}
9-
@String{Rnews2003-2 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2003-2.pdf"}
10-
@String{Rnews2003-3 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2003-3.pdf"}
11-
@String{Rnews2004-1 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2004-1.pdf"}
12-
@String{Rnews2004-2 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2004-2.pdf"}
13-
@String{Rnews2005-1 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2005-1.pdf"}
14-
@String{Rnews2005-2 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2005-2.pdf"}
15-
@String{Rnews2006-1 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2006-1.pdf"}
16-
@String{Rnews2006-2 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2006-2.pdf"}
17-
@String{Rnews2006-3 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2006-3.pdf"}
18-
@String{Rnews2006-4 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2006-4.pdf"}
19-
@String{Rnews2006-5 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2006-5.pdf"}
20-
@String{Rnews2007-1 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2007-1.pdf"}
21-
@String{Rnews2007-2 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2007-2.pdf"}
22-
@String{Rnews2007-3 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2007-3.pdf"}
23-
@String{Rnews2008-1 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2008-1.pdf"}
24-
@String{Rnews2008-2 = "http://CRAN.R-project.org/doc/Rnews/Rnews_2008-2.pdf"}
1+
@String{http = "https://CRAN.R-project.org/doc/Rnews/"}
2+
@String{Rnews2001-1 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2001-1.pdf"}
3+
@String{Rnews2001-2 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2001-2.pdf"}
4+
@String{Rnews2001-3 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2001-3.pdf"}
5+
@String{Rnews2002-1 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2002-1.pdf"}
6+
@String{Rnews2002-2 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2002-2.pdf"}
7+
@String{Rnews2002-3 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2002-3.pdf"}
8+
@String{Rnews2003-1 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2003-1.pdf"}
9+
@String{Rnews2003-2 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2003-2.pdf"}
10+
@String{Rnews2003-3 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2003-3.pdf"}
11+
@String{Rnews2004-1 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2004-1.pdf"}
12+
@String{Rnews2004-2 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2004-2.pdf"}
13+
@String{Rnews2005-1 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2005-1.pdf"}
14+
@String{Rnews2005-2 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2005-2.pdf"}
15+
@String{Rnews2006-1 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2006-1.pdf"}
16+
@String{Rnews2006-2 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2006-2.pdf"}
17+
@String{Rnews2006-3 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2006-3.pdf"}
18+
@String{Rnews2006-4 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2006-4.pdf"}
19+
@String{Rnews2006-5 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2006-5.pdf"}
20+
@String{Rnews2007-1 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2007-1.pdf"}
21+
@String{Rnews2007-2 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2007-2.pdf"}
22+
@String{Rnews2007-3 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2007-3.pdf"}
23+
@String{Rnews2008-1 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2008-1.pdf"}
24+
@String{Rnews2008-2 = "https://CRAN.R-project.org/doc/Rnews/Rnews_2008-2.pdf"}
2525

2626
@Article{Rnews:Tierney:2001,
2727
author = {Luke Tierney},
@@ -2351,7 +2351,7 @@ @Article{Rnews:Leisch:2007
23512351
number = 2,
23522352
pages = {53--54},
23532353
month = {October},
2354-
url = {http://CRAN.R-project.org/doc/Rnews/}
2354+
url = {https://CRAN.R-project.org/doc/Rnews/}
23552355
}
23562356

23572357
@Article{Rnews:Oh+Kim:2007,

src/library/base/man/Extract.Rd

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ x$name <- value
310310
\code{\link{NULL}} for details of indexing null objects.
311311
}
312312
%% Fixme: Link (to html in 'help.start()', pdf from 'ref manual',
313-
%% 'info' from ESS, see \url{http://cran.R-project.org/manuals.html}.
313+
%% 'info' from ESS, see \url{https://CRAN.R-project.org/manuals.html}.
314314

315315
\examples{
316316
x <- 1:12

0 commit comments

Comments
 (0)