Skip to content

Commit a112978

Browse files
author
ripley
committed
update
git-svn-id: https://svn.r-project.org/R-dev-web/trunk@2533 c52295ea-58df-0310-926a-d16021944841
1 parent da9e883 commit a112978

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

214update.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All packages will be lazy-loaded. Please remove any LazyLoad field
1111
from the DESCRIPTION file: false values will give a warning on
1212
installation.
1313

14-
Very few packages are affected by this: in most cases they had
14+
Very few packages were affected by this: in most cases they had
1515
top-level code with side-effects, something 'Writing R Extensions' has
1616
warned about for many years.
1717

@@ -37,7 +37,7 @@ include:
3737
the .First.lib() function should be renamed as .onAssign() or
3838
.onLoad(): in a few cases it needs to split into two functions.
3939

40-
There are exceptions where in has been found that .First.lib should
40+
There are exceptions where it has been found that .First.lib should
4141
be run as .onLoad: these are listed in object
4242
base::.Firstlib_as_onLoad.
4343

release-checklist.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h2 align=left>
156156
<li> <a href="http://laurikari.net/tre/download/">tre</a>
157157
<li> <a href="http://sourceforge.net/projects/ctrio/files/">trio</a>:
158158
only used on Windows.
159-
<li> <a href="ftp://elsie.nci.nih.gov/pub/">tzone</a>: this
159+
<li> <a href="http://www.iana.org/time-zones">tzone</a>: this
160160
amounts to picking up the latest <tt>tzdata</tt> file, and on a
161161
machine with <tt>zic</tt> (usually Linux) following the procedure
162162
in <tt>src/extra/tzone/Notes</tt>.
@@ -166,7 +166,8 @@ <h2 align=left>
166166
<li> <a href="http://www.zlib.org">zlib</a>. We now only use the
167167
basic interface, not the buggy gzio one.
168168
</ul>
169-
We don't update <tt>intl</tt> (for license reasons).
169+
We don't update <tt>intl</tt> (originally for licence reasons, but
170+
it reverted to LGPL 2.1).
170171
</ul>
171172

172173
</body>

0 commit comments

Comments
 (0)