You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p> There is a new package <spanclass="pkg">parallel</span>.
2341
2341
</p>
2342
2342
<p>It incorporates (slightly revised) copies of packages
2343
-
<ahref="http://CRAN.R-project.org/package=multicore"><spanclass="pkg">multicore</span></a> and <ahref="http://CRAN.R-project.org/package=snow"><spanclass="pkg">snow</span></a> (excluding MPI, PVM and NWS
2343
+
<ahref="https://CRAN.R-project.org/package=multicore"><spanclass="pkg">multicore</span></a> and <ahref="https://CRAN.R-project.org/package=snow"><spanclass="pkg">snow</span></a> (excluding MPI, PVM and NWS
2344
2344
clusters). Code written to use the higher-level API functions in
2345
2345
those packages should work unchanged (apart from changing any
2346
2346
references to their namespaces to a reference to <spanclass="pkg">parallel</span>,
2347
-
and links explicitly to <ahref="http://CRAN.R-project.org/package=multicore"><spanclass="pkg">multicore</span></a> or <ahref="http://CRAN.R-project.org/package=snow"><spanclass="pkg">snow</span></a> on help
2347
+
and links explicitly to <ahref="https://CRAN.R-project.org/package=multicore"><spanclass="pkg">multicore</span></a> or <ahref="https://CRAN.R-project.org/package=snow"><spanclass="pkg">snow</span></a> on help
2348
2348
pages).
2349
2349
</p>
2350
2350
<p>It also contains support for multiple RNG streams following
2351
2351
L'Ecuyer <em>et al</em> (2002), with support for both
2352
-
<code>mclapply</code> and <ahref="http://CRAN.R-project.org/package=snow"><spanclass="pkg">snow</span></a> clusters. This replaces functions
2353
-
like <code>clusterSetupRNG()</code> from <ahref="http://CRAN.R-project.org/package=snow"><spanclass="pkg">snow</span></a> (which are not in
2352
+
<code>mclapply</code> and <ahref="https://CRAN.R-project.org/package=snow"><spanclass="pkg">snow</span></a> clusters. This replaces functions
2353
+
like <code>clusterSetupRNG()</code> from <ahref="https://CRAN.R-project.org/package=snow"><spanclass="pkg">snow</span></a> (which are not in
2354
2354
<spanclass="pkg">parallel</span>).
2355
2355
</p>
2356
2356
<p>The version released for <spanstyle="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>
2715
2715
</p>
2716
2716
</li>
2717
2717
<li><p><code>socketConnection()</code> now has a <code>timeout</code> argument.
2718
-
It is now documented that large values (package <ahref="http://CRAN.R-project.org/package=snow"><spanclass="pkg">snow</span></a> used a
2718
+
It is now documented that large values (package <ahref="https://CRAN.R-project.org/package=snow"><spanclass="pkg">snow</span></a> used a
2719
2719
year) do not work on some OSes.
2720
2720
</p>
2721
2721
</li>
@@ -3836,7 +3836,7 @@ <h4>LICENCE</h4>
3836
3836
3837
3837
<ul>
3838
3838
<li><p> No parts of <spanstyle="font-family: Courier New, Courier; color: #666666;"><b>R</b></span> are now licensed solely under GPL-2. The
3839
-
licences for packages <ahref="http://CRAN.R-project.org/package=rpart"><spanclass="pkg">rpart</span></a> and <ahref="http://CRAN.R-project.org/package=survival"><spanclass="pkg">survival</span></a> have been
3839
+
licences for packages <ahref="https://CRAN.R-project.org/package=rpart"><spanclass="pkg">rpart</span></a> and <ahref="https://CRAN.R-project.org/package=survival"><spanclass="pkg">survival</span></a> have been
3840
3840
changed, which means that the licence terms for <spanstyle="font-family: Courier New, Courier; color: #666666;"><b>R</b></span> as distributed
3841
3841
are GPL-2 | GPL-3.
3842
3842
</p>
@@ -5154,7 +5154,7 @@ <h4>INSTALLATION</h4>
5154
5154
<ul>
5155
5155
<li><p> The <spanclass="samp">zlib</span> sources in the distribution are now built
5156
5156
with all symbols remapped: this is intended to avoid problems seen
5157
-
with packages such as <ahref="http://CRAN.R-project.org/package=XML"><spanclass="pkg">XML</span></a> and <ahref="http://CRAN.R-project.org/package=rggobi"><spanclass="pkg">rggobi</span></a> which link to
5157
+
with packages such as <ahref="https://CRAN.R-project.org/package=XML"><spanclass="pkg">XML</span></a> and <ahref="https://CRAN.R-project.org/package=rggobi"><spanclass="pkg">rggobi</span></a> which link to
5158
5158
‘<spanclass="file">zlib.so.1</span>’ on systems using <spanclass="samp">zlib 1.2.5</span>.
<li><p> Files ‘<spanclass="file">R/sysdata.rda</span>’ of more than 1Mb are now stored
5181
5181
in the lazyload database using <code>xz</code> compression: this for
5182
-
example halves the installed size of package <ahref="http://CRAN.R-project.org/package=Imap"><spanclass="pkg">Imap</span></a>.
5182
+
example halves the installed size of package <ahref="https://CRAN.R-project.org/package=Imap"><spanclass="pkg">Imap</span></a>.
5183
5183
</p>
5184
5184
</li>
5185
5185
<li><p><code>R CMD INSTALL</code> now ensures that directories
@@ -5343,7 +5343,7 @@ <h4>BUG FIXES</h4>
5343
5343
contributed by Martin Morgan).
5344
5344
</p>
5345
5345
</li>
5346
-
<li><p> In some circumstances (including for package <ahref="http://CRAN.R-project.org/package=XML"><spanclass="pkg">XML</span></a>),
5346
+
<li><p> In some circumstances (including for package <ahref="https://CRAN.R-project.org/package=XML"><spanclass="pkg">XML</span></a>),
5347
5347
<code>R CMD INSTALL</code> installed version-control directories from
5348
5348
source packages.
5349
5349
</p>
@@ -5658,7 +5658,7 @@ <h4>NEW FEATURES</h4>
5658
5658
objects now insert linebreaks in long calls in the same way that
5659
5659
the <code>print()</code> methods for <code>"summary.[g]lm"</code> objects
5660
5660
have long done. This does change the layout of the examples for
5661
-
a number of packages, e.g. <ahref="http://CRAN.R-project.org/package=MASS"><spanclass="pkg">MASS</span></a>. (<ahref="https://bugs.R-project.org/bugzilla3/show_bug.cgi?id=14250">PR#14250</a>)
5661
+
a number of packages, e.g. <ahref="https://CRAN.R-project.org/package=MASS"><spanclass="pkg">MASS</span></a>. (<ahref="https://bugs.R-project.org/bugzilla3/show_bug.cgi?id=14250">PR#14250</a>)
5662
5662
</p>
5663
5663
</li>
5664
5664
<li><p><code>constrOptim()</code> can now be used with method
@@ -8304,7 +8304,7 @@ <h4>NEW FEATURES</h4>
8304
8304
</p>
8305
8305
</li>
8306
8306
<li><p><code>xtabs()</code> with the new argument <code>sparse = TRUE</code>
8307
-
now returns a sparse Matrix, using package <ahref="http://CRAN.R-project.org/package=Matrix"><spanclass="pkg">Matrix</span></a>.
8307
+
now returns a sparse Matrix, using package <ahref="https://CRAN.R-project.org/package=Matrix"><spanclass="pkg">Matrix</span></a>.
8308
8308
</p>
8309
8309
</li>
8310
8310
<li><p><code>contr.sum()</code> etc gain an argument <code>sparse</code>
@@ -8771,7 +8771,7 @@ <h4>COMPRESSION</h4>
8771
8771
<spanclass="option">--data-compress=xz</span>, often giving even better compression
8772
8772
on large datasets at the expense of much longer installation
8773
8773
times. (The latter is used for the recommended packages: it is
8774
-
particularly effective for <ahref="http://CRAN.R-project.org/package=survival"><spanclass="pkg">survival</span></a>.)
8774
+
particularly effective for <ahref="https://CRAN.R-project.org/package=survival"><spanclass="pkg">survival</span></a>.)
8775
8775
</p>
8776
8776
</li>
8777
8777
<li><p><code>file()</code> for open = <code>""</code>, <code>"r"</code> or
0 commit comments