File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ All packages will be lazy-loaded. Please remove any LazyLoad field
11
11
from the DESCRIPTION file: false values will give a warning on
12
12
installation.
13
13
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
15
15
top-level code with side-effects, something 'Writing R Extensions' has
16
16
warned about for many years.
17
17
@@ -37,7 +37,7 @@ include:
37
37
the .First.lib() function should be renamed as .onAssign() or
38
38
.onLoad(): in a few cases it needs to split into two functions.
39
39
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
41
41
be run as .onLoad: these are listed in object
42
42
base::.Firstlib_as_onLoad.
43
43
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ <h2 align=left>
156
156
< li > < a href ="http://laurikari.net/tre/download/ "> tre</ a >
157
157
< li > < a href ="http://sourceforge.net/projects/ctrio/files/ "> trio</ a > :
158
158
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
160
160
amounts to picking up the latest < tt > tzdata</ tt > file, and on a
161
161
machine with < tt > zic</ tt > (usually Linux) following the procedure
162
162
in < tt > src/extra/tzone/Notes</ tt > .
@@ -166,7 +166,8 @@ <h2 align=left>
166
166
< li > < a href ="http://www.zlib.org "> zlib</ a > . We now only use the
167
167
basic interface, not the buggy gzio one.
168
168
</ 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).
170
171
</ ul >
171
172
172
173
</ body >
You can’t perform that action at this time.
0 commit comments