- using R version 2.14.1 (2011-12-22)
- using platform: i386-apple-darwin9.8.0 (32-bit)
- using session charset: ASCII
- checking for file 'XML/DESCRIPTION' ... OK
- this is package 'XML' version '3.9-4'
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking whether package 'XML' can be installed ... OK
- checking installed package size ... OK
NB: this package is only installed for sub-architecture 'i386'
- checking package directory ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking R files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking for unstated dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... NOTE
addParentNode: no visible binding for global variable '.this'
addParentNode: no visible binding for '<<-' assignment to '.children'
addParentNode: no visible binding for global variable '.children'
addParentNode: no visible binding for '<<-' assignment to '.parents'
addParentNode: no visible binding for global variable '.parents'
addParentNode: no visible binding for '<<-' assignment to '.nodes'
addParentNode: no visible binding for global variable '.nodes'
newXMLDoc: no visible binding for global variable 'doc'
xmlFlatListTree : f: no visible binding for global variable 'nodeNames'
xmlFlatListTree : f: no visible binding for global variable 'idx'
xmlFlatListTree : addNode: no visible binding for global variable
'.this'
xmlFlatListTree : addNode: no visible binding for '<<-' assignment to
'nodeSet'
xmlFlatListTree : addNode: no visible binding for global variable
'nodeSet'
xmlFlatListTree : addNode: no visible binding for global variable 'idx'
xmlFlatListTree : addNode: no visible binding for '<<-' assignment to
'nodeNames'
xmlFlatListTree : addNode: no visible binding for global variable
'nodeNames'
xmlFlatListTree : addNode: no visible binding for '<<-' assignment to
'idx'
xmlFlatListTree : addNode: no visible binding for '<<-' assignment to
'parentCount'
xmlFlatListTree : addNode: no visible binding for global variable
'parentCount'
xmlFlatListTree : addNode: no visible binding for '<<-' assignment to
'.parents'
xmlFlatListTree : addNode: no visible binding for global variable
'.parents'
xmlFlatListTree : addNode: no visible binding for '<<-' assignment to
'.children'
xmlFlatListTree : addNode: no visible binding for global variable
'.children'
xmlFlatListTree : <anonymous>: no visible binding for global variable
'e'
xmlFlatListTree : .tidy: no visible binding for '<<-' assignment to
'.nodes'
xmlFlatTree : f: no visible binding for global variable '.nodes'
xmlFlatTree : addNode: no visible binding for global variable '.this'
xmlFlatTree : addNode: no visible binding for '<<-' assignment to
'.parents'
xmlFlatTree : addNode: no visible binding for global variable
'.parents'
xmlFlatTree : addNode: no visible binding for '<<-' assignment to
'.children'
xmlFlatTree : addNode: no visible binding for global variable
'.children'
xmlFlatTree : addNode: no visible binding for '<<-' assignment to
'.nodes'
xmlFlatTree : addNode: no visible binding for global variable '.nodes'
xmlFlatTree : <anonymous>: no visible binding for global variable 'e'
xmlHashTree : .tidy: no visible binding for '<<-' assignment to
'.nodes'
xmlTangle: no visible global function definition for 'tangleR'
- checking Rd files ... NOTE
prepare_Rd: XMLCodeFile-class.Rd:65-66: Dropping empty section \examples
prepare_Rd: XMLNode-class.Rd:43-46: Dropping empty section 'Slots'
prepare_Rd: asXMLTreeNode.Rd:43-44: Dropping empty section \examples
prepare_Rd: coerce.Rd:15-16: Dropping empty section \usage
prepare_Rd: compareXMLDocs.Rd:29-30: Dropping empty section \references
prepare_Rd: getRelativeURL.Rd:44-45: Dropping empty section \examples
prepare_Rd: isXMLString.Rd:39-40: Dropping empty section \details
prepare_Rd: isXMLString.Rd:41-43: Dropping empty section \value
prepare_Rd: isXMLString.Rd:44-45: Dropping empty section \references
prepare_Rd: makeClassTemplate.Rd:36-38: Dropping empty section \details
prepare_Rd: makeClassTemplate.Rd:57-59: Dropping empty section \examples
prepare_Rd: newXMLNamespace.Rd:43-44: Dropping empty section \examples
prepare_Rd: removeXMLNamespaces.Rd:24-25: Dropping empty section \details
prepare_Rd: removeXMLNamespaces.Rd:26-28: Dropping empty section \value
prepare_Rd: removeXMLNamespaces.Rd:29-30: Dropping empty section \references
prepare_Rd: removeXMLNamespaces.Rd:37-38: Dropping empty section \seealso
prepare_Rd: removeXMLNamespaces.Rd:39-41: Dropping empty section \examples
prepare_Rd: schema-class.Rd:34-36: Dropping empty section 'Slots'
prepare_Rd: xmlClone.Rd:44-45: Dropping empty section \examples
prepare_Rd: xmlParserContextFunction.Rd:40-41: Dropping empty section \examples
prepare_Rd: xmlSearchNs.Rd:36-38: Dropping empty section \examples
prepare_Rd: xmlSerializeHook.Rd:36-37: Dropping empty section \value
prepare_Rd: xmlToS4.Rd:33-35: Dropping empty section \examples
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... NOTE
'library' or 'require' call not declared from: 'RCurl'
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking for portable compilation flags in Makevars ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking compiled code ... NOTE
File '/Volumes/Tiger/Builds/Rdev-web/QA/Simon/packages/leopard-universal/results/2.14/XML.Rcheck/XML/libs/i386/XML.so':
Found '___stderrp', possibly from 'stderr' (C)
Compiled code should not call functions which might terminate R nor
write to stdout/stderr instead of to the console. The detected symbols
are linked into the code but might come from libraries and not actually
be called.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
- checking examples ... ERROR
Running examples in 'XML-Ex.R' failed
The error most likely occurred in:
> ### Name: readHTMLTable
> ### Title: Read data from one or more HTML tables
> ### Aliases: readHTMLTable readHTMLTable,character-method
> ### readHTMLTable,HTMLInternalDocument-method
> ### readHTMLTable,XMLInternalElementNode-method
> ### coerce,character,FormattedInteger-method
> ### coerce,character,FormattedNumber-method
> ### coerce,character,Percent-method coerce,character,Currency-method
> ### FormattedInteger-class FormattedNumber-class Percent-class
> ### Keywords: IO data
>
> ### ** Examples
>
> # u = "http://en.wikipedia.org/wiki/World_population"
> u = "http://en.wikipedia.org/wiki/List_of_countries_by_population"
>
> tables = readHTMLTable(u)
> names(tables)
[1] "toc" "NULL" "NULL" "NULL" "NULL"
>
> tables[[2]]
Rank Country (or dependent territory)
1 1 <U+00A0>China[7]
2 2 <U+00A0>India
3 3 <U+00A0>United States
4 4 <U+00A0>Indonesia
5 5 <U+00A0>Brazil
6 6 <U+00A0>Pakistan
7 7 <U+00A0>Nigeria
8 8 <U+00A0>Russia
9 9 <U+00A0>Bangladesh
10 10 <U+00A0>Japan
11 11 <U+00A0>Mexico
12 12 <U+00A0>Philippines
13 13 <U+00A0>Vietnam
14 14 <U+00A0>Ethiopia
15 15 <U+00A0>Germany
16 16 <U+00A0>Egypt
17 17 <U+00A0>Iran
18 18 <U+00A0>Turkey
19 19 <U+00A0>Democratic Republic of the Congo
20 20 <U+00A0>Thailand
21 21 <U+00A0>France[8]
22 22 <U+00A0>United Kingdom
23 23 <U+00A0>Italy
24 24 <U+00A0>South Africa
25 25 <U+00A0>South Korea
26 26 <U+00A0>Myanmar
27 27 <U+00A0>Colombia
28 28 <U+00A0>Spain
29 29 <U+00A0>Ukraine
30 30 <U+00A0>Tanzania
31 31 <U+00A0>Argentina
32 32 <U+00A0>Kenya
33 33 <U+00A0>Poland
34 34 <U+00A0>Algeria
35 35 <U+00A0>Canada
36 36 <U+00A0>Uganda
37 37 <U+00A0>Morocco
38 38 <U+00A0>Iraq
39 39 <U+00A0>Sudan[9]
40 40 <U+00A0>Peru
41 41 <U+00A0>Malaysia
42 42 <U+00A0>Uzbekistan
43 43 <U+00A0>Saudi Arabia
44 44 <U+00A0>Venezuela
45 45 <U+00A0>Nepal
46 46 <U+00A0>Afghanistan
47 47 <U+00A0>Ghana
48 48 <U+00A0>North Korea
49 49 <U+00A0>Yemen
50 50 <U+00A0>Taiwan[10]
51 51 <U+00A0>Mozambique
52 52 <U+00A0>Australia
53 53 <U+00A0>Romania
54 54 <U+00A0>C<U+00F4>te d'Ivoire
55 55 <U+00A0>Syria
56 56 <U+00A0>Madagascar
57 57 <U+00A0>Sri Lanka
58 58 <U+00A0>Angola
59 59 <U+00A0>Cameroon
60 60 <U+00A0>Chile
61 61 <U+00A0>Netherlands
62 62 <U+00A0>Kazakhstan
63 63 <U+00A0>Niger
64 64 <U+00A0>Burkina Faso
65 65 <U+00A0>Guatemala
66 66 <U+00A0>Mali
67 67 <U+00A0>Ecuador
68 68 <U+00A0>Cambodia
69 69 <U+00A0>Malawi
70 70 <U+00A0>Zambia
71 71 <U+00A0>Senegal
72 72 <U+00A0>Zimbabwe
73 73 <U+00A0>Chad
74 74 <U+00A0>Cuba
75 75 <U+00A0>Belgium
76 76 <U+00A0>Greece
77 77 <U+00A0>Rwanda
78 78 <U+00A0>Tunisia
79 79 <U+00A0>Czech Republic
80 80 <U+00A0>Portugal
81 81 <U+00A0>Bolivia
82 82 <U+00A0>Guinea
83 83 <U+00A0>Hungary
84 84 <U+00A0>Haiti
85 85 <U+00A0>Somalia[11]
86 86 <U+00A0>Sweden
87 87 <U+00A0>Belarus
88 88 <U+00A0>Dominican Republic
89 89 <U+00A0>Azerbaijan
90 90 <U+00A0>Benin
91 91 <U+00A0>Burundi
92 92 <U+00A0>Austria
93 93 <U+00A0>United Arab Emirates
94 94 <U+00A0>South Sudan
95 95 <U+00A0>Honduras
96 96 <U+00A0>Switzerland
97 97 <U+00A0>Israel
98 98 <U+00A0>Tajikistan
99 99 <U+00A0>Bulgaria
100 100 <U+00A0>Serbia[12]
101 101 <U+00A0>Hong Kong[13]
102 102 <U+00A0>Papua New Guinea
103 103 <U+00A0>Libya
104 104 <U+00A0>Laos
105 105 <U+00A0>Paraguay
106 106 <U+00A0>Jordan
107 107 <U+00A0>El Salvador
108 108 <U+00A0>Sierra Leone
109 109 <U+00A0>Nicaragua
110 110 <U+00A0>Togo
111 111 <U+00A0>Denmark [14]
112 112 <U+00A0>Kyrgyzstan
113 113 <U+00A0>Slovakia
114 114 <U+00A0>Eritrea
115 115 <U+00A0>Finland[15]
116 116 <U+00A0>Singapore
117 117 <U+00A0>Turkmenistan
118 118 <U+00A0>Norway
119 119 <U+00A0>Ireland
120 120 <U+00A0>Central African Republic
121 121 <U+00A0>Georgia[16]
122 122 <U+00A0>New Zealand
123 123 <U+00A0>Costa Rica
124 124 <U+00A0>Croatia
125 125 <U+00A0>Lebanon
126 126 <U+00A0>Palestinian territories[17]
127 127 <U+00A0>Republic of the Congo
128 128 <U+00A0>Bosnia and Herzegovina
129 129 <U+00A0>Puerto Rico
130 130 <U+00A0>Moldova[18]
131 131 <U+00A0>Liberia
132 132 <U+00A0>Panama
133 133 <U+00A0>Mauritania
134 134 <U+00A0>Armenia
135 135 <U+00A0>Uruguay
136 136 <U+00A0>Lithuania
137 137 <U+00A0>Albania
138 138 <U+00A0>Kuwait
139 139 <U+00A0>Oman
140 140 <U+00A0>Mongolia
141 141 <U+00A0>Jamaica
142 142 <U+00A0>Namibia
143 143 <U+00A0>Lesotho
144 144 <U+00A0>Latvia
145 145 <U+00A0>Macedonia
146 146 <U+00A0>Slovenia
147 147 <U+00A0>Botswana
148 148 <U+00A0>Gambia
149 149 <U+00A0>Qatar
150 150 <U+00A0>Gabon
151 151 <U+00A0>Guinea-Bissau
152 152 <U+00A0>Estonia
153 153 <U+00A0>Trinidad and Tobago
154 154 <U+00A0>Mauritius[19]
155 155 <U+00A0>Bahrain
156 156 <U+00A0>Swaziland
157 157 <U+00A0>Timor-Leste
158 158 <U+00A0>Djibouti
159 159 <U+00A0>Fiji
160 160 <U+00A0>Cyprus[20]
161 161 <U+00A0>R<U+00E9>union (France)
162 162 <U+00A0>Guyana
163 163 <U+00A0>Comoros[21]
164 164 <U+00A0>Equatorial Guinea
165 165 <U+00A0>Bhutan
166 166 <U+00A0>Montenegro
167 167 <U+00A0>Macau (China)[22]
168 168 <U+00A0>Western Sahara
169 169 <U+00A0>Solomon Islands
170 170 <U+00A0>Suriname
171 171 <U+00A0>Luxembourg
172 172 <U+00A0>Cape Verde
173 173 <U+00A0>Brunei
174 174 <U+00A0>Malta
175 175 <U+00A0>Guadeloupe (France)
176 176 <U+00A0>Martinique (France)
177 177 <U+00A0>Bahamas
178 178 <U+00A0>Iceland
179 179 <U+00A0>Maldives
180 180 <U+00A0>Belize
181 181 <U+00A0>Barbados
182 182 <U+00A0>French Polynesia
183 183 <U+00A0>New Caledonia (France)
184 184 <U+00A0>Vanuatu
185 185 <U+00A0>French Guiana (France)
186 186 <U+00A0>Mayotte (France)
187 187 <U+00A0>Samoa
188 188 <U+00A0>S<U+00E3>o Tom<U+00E9> and Pr<U+00ED>ncipe
189 189 <U+00A0>Saint Lucia
190 190 <U+00A0>Guam (USA)
191 191 <U+00A0>Cura<U+00E7>ao (the Netherlands)
192 192 <U+00A0>Grenada
193 193 <U+00A0>United States Virgin Islands (USA)
194 194 <U+00A0>Tonga
195 195 <U+00A0>Federated States of Micronesia
196 196 <U+00A0>Aruba (the Netherlands)
197 197 <U+00A0>Kiribati
198 198 <U+00A0>Saint Vincent and the Grenadines
199 199 <U+00A0>Jersey (UK)
200 200 <U+00A0>Seychelles
201 201 <U+00A0>Antigua and Barbuda
202 202 <U+00A0>Andorra
203 203 <U+00A0>Isle of Man (UK)
204 204 <U+00A0>Dominica
205 205 <U+00A0>Bermuda (UK)
206 206 <U+00A0>Guernsey (UK)
207 207 <U+00A0>Greenland (Denmark)
208 208 <U+00A0>American Samoa
209 209 <U+00A0>Cayman Islands (UK)
210 210 <U+00A0>Marshall Islands
211 211 <U+00A0>Northern Mariana Islands (USA)
212 212 <U+00A0>Saint Kitts and Nevis
213 213 <U+00A0>Faroe Islands (Denmark)
214 214 <U+00A0>Turks and Caicos Islands (UK)
215 215 <U+00A0>Sint Maarten (Netherlands)
216 216 <U+00A0>Saint Martin (France)
217 217 <U+00A0>Liechtenstein
218 218 <U+00A0>Monaco
219 219 <U+00A0>San Marino
220 220 <U+00A0>Gibraltar (UK)[23]
221 221 <U+00A0>British Virgin Islands (UK)
222 222 <U+00A0><U+00C5>land Islands (Finland)
223 223 <U+00A0>Palau
224 224 <U+00A0>Caribbean Netherlands
225 225 <U+00A0>Anguilla (UK)
226 226 <U+00A0>Wallis and Futuna (France)
227 227 <U+00A0>Cook Islands (NZ)
228 228 <U+00A0>Nauru
229 229 <U+00A0>Tuvalu
230 230 <U+00A0>Saint Barth<U+00E9>lemy (France)
231 231 <U+00A0>Saint Pierre and Miquelon (France)
232 232 <U+00A0>Montserrat (UK)
233 233 <U+00A0>Saint Helena, Ascension and Tristan da Cunha (UK)
234 234 <U+00A0>Falkland Islands (UK)[24]
235 235 <U+00A0>Svalbard and Jan Mayen (Norway)
236 236 <U+00A0>Norfolk Island (Australia)
237 237 <U+00A0>Tokelau (NZ)
238 238 <U+00A0>Christmas Island (Australia)
239 239 <U+00A0>Niue (NZ)
240 240 <U+00A0>Vatican City
241 241 <U+00A0>Cocos (Keeling) Islands (Australia)
242 242 <U+00A0>Pitcairn Islands (UK)
Population Date % of world\npopulation
1 1,339,724,852 November 1, 2010 19.16%
2 1,210,193,422 March 1, 2011 17.31%
3 312,957,000 February 4, 2012 4.48%
4 237,641,326 May 1, 2011 3.4%
5 192,376,496 July 1, 2011 2.75%
6 178,600,000 February 4, 2012 2.55%
7 162,471,000 July 1, 2011 2.32%
8 143,030,106 January 1, 2012 2.04%
9 142,319,000 March 15, 2011 2.04%
10 127,730,000 January 1, 2012 1.83%
11 112,336,538 June 12, 2010 1.61%
12 94,013,200 July 1, 2010 1.34%
13 87,840,000 December 31, 2011 1.26%
14 84,320,987 July 1, 2012 1.21%
15 81,768,000 June 30, 2011 1.17%
16 81,492,000 February 4, 2012 1.17%
17 76,065,000 February 4, 2012 1.09%
18 74,724,269 December 31, 2011 1.07%
19 67,758,000 July 1, 2011 0.97%
20 65,926,261 September 1, 2010 0.94%
21 65,350,000 January 1, 2012 0.93%
22 62,300,000 July 1, 2010 0.89%
23 60,757,278 August 31, 2011 0.87%
24 50,586,757 July 1, 2011 0.72%
25 48,580,000 November 1, 2010 0.69%
26 48,337,000 July 1, 2011 0.69%
27 46,366,000 February 4, 2012 0.66%
28 46,196,278 January 1, 2012 0.66%
29 45,655,163 November 1, 2011 0.65%
30 43,188,000 July 1, 2010 0.62%
31 40,117,096 October 27, 2010 0.57%
32 38,610,097 August 24, 2009 0.55%
33 38,092,000 July 1, 2010 0.54%
34 37,100,000 January 1, 2012 0.53%
35 34,605,346 October 1, 2011 0.49%
36 32,939,800 July 1, 2011 0.47%
37 32,454,700 February 4, 2012 0.46%
38 32,105,000 July 1, 2009 0.46%
39 30,894,000 April 22, 2008 0.44%
40 29,797,694 June 30, 2011 0.43%
41 28,334,135 July 6, 2010 0.41%
42 28,000,000 January 1, 2010 0.4%
43 27,136,977 April 28, 2010 0.39%
44 26,840,935 November 30, 2011 0.38%
45 26,620,809 June 22, 2011 0.38%
46 24,485,500 2010-11 0.35%
47 24,233,431 September 26, 2010 0.35%
48 24,052,231 October 1, 2008 0.34%
49 23,833,000 July 1, 2011 0.34%
50 23,224,912 December 31, 2011 0.33%
51 23,049,621 July 1, 2011 0.33%
52 22,821,722 February 4, 2012 0.33%
53 21,469,959 July 1, 2009 0.31%
54 21,395,000 July 1, 2009 0.31%
55 21,427,000 February 4, 2012 0.31%
56 20,696,070 2011 0.3%
57 20,653,000 July 1, 2010 0.3%
58 19,618,000 July 1, 2011 0.28%
59 19,406,100 January 1, 2010 0.28%
60 17,248,450 June 30, 2011 0.25%
61 16,727,255 November 1, 2011 0.24%
62 16,658,000 December 1, 2011 0.24%
63 16,274,738 July 1, 2011 0.23%
64 15,730,977 July 1, 2010 0.22%
65 14,713,763 July 1, 2011 0.21%
66 14,517,176 April 1, 2009 0.21%
67 14,483,499 November 28, 2010 0.21%
68 13,395,682 March 3, 2008 0.19%
69 13,077,160 June 1, 2008 0.19%
70 13,046,508 October 16, 2010 0.19%
71 12,855,153 July 1, 2011 0.18%
72 12,754,000 July 1, 2011 0.18%
73 11,274,106 May 20, 2009 0.16%
74 11,241,161 December 31, 2010 0.16%
75 10,839,905 January 1, 2010 0.16%
76 10,787,690 June 1, 2011 0.15%
77 10,718,379 July 1, 2011 0.15%
78 10,673,800 July 1, 2011 0.15%
79 10,562,214 March 26, 2011 0.15%
80 10,561,614 March 21, 2011 0.15%
81 10,426,154 July 1, 2010 0.15%
82 10,217,591 July 1, 2009 0.15%
83 9,985,722 January 1, 2011 0.14%
84 9,719,932 July 1, 2011 0.14%
85 9,557,000 July 1, 2011 0.14%
86 9,475,954 October 31, 2011 0.14%
87 9,466,000 December 1, 2011 0.14%
88 9,378,818 December 1, 2010 0.13%
89 9,111,100 January 1, 2011 0.13%
90 9,100,000 July 1, 2011 0.13%
91 8,575,000 July 1, 2011 0.12%
92 8,419,776 July 1, 2011 0.12%
93 8,264,070 July 1, 2010 0.12%
94 8,260,490 April 22, 2008 0.12%
95 8,215,313 July 1, 2011 0.12%
96 7,870,100 December 31, 2010 0.11%
97 7,836,000 December 31, 2011 0.11%
98 7,616,000 January 1, 2011 0.11%
99 7,364,570 February 1, 2011 0.11%
100 7,120,666 October 1, 2011 0.1%
101 7,108,100 July 1, 2011 0.1%
102 7,014,000 July 1, 2011 0.1%
103 6,423,000 July 1, 2011 0.092%
104 6,348,800 July 1, 2011 0.091%
105 6,337,127 July 1, 2010 0.091%
106 6,262,200 February 4, 2012 0.09%
107 6,227,000 July 1, 2011 0.089%
108 5,997,000 July 1, 2011 0.086%
109 5,815,524 July 1, 2010 0.083%
110 5,753,324 November 6, 2010 0.082%
111 5,579,204 October 1, 2011 0.08%
112 5,477,600 July 1, 2011 0.078%
113 5,445,324 September 30, 2011 0.078%
114 5,415,000 July 1, 2011 0.077%
115 5,403,900 February 4, 2012 0.077%
116 5,183,700 June 30, 2011 0.074%
117 5,105,000 July 1, 2011 0.073%
118 4,991,600 February 4, 2012 0.071%
119 4,581,269 April 10, 2011 0.066%
120 4,487,000 July 1, 2011 0.064%
121 4,469,200 January 1, 2011 0.064%
122 4,436,900 February 4, 2012 0.063%
123 4,301,712 June 3, 2011 0.062%
124 4,290,612 March 31, 2011 0.061%
125 4,259,000 July 1, 2011 0.061%
126 4,168,858 July 1, 2011 0.06%
127 4,140,000 July 1, 2011 0.059%
128 3,839,737 June 30, 2011 0.055%
129 3,725,789 April 1, 2010 0.053%
130 3,560,400 January 1, 2011 0.051%
131 3,476,608 April 1, 2008 0.05%
132 3,405,813 May 16, 2010 0.049%
133 3,340,627 July 1, 2011 0.048%
134 3,266,300 October 2011 0.047%
135 3,203,792 September 30, 2011 0.046%
136 3,199,300 January 1, 2012 0.046%
137 2,831,741 October 1, 2011 0.04%
138 2,818,000 July 1, 2011 0.04%
139 2,773,479 December 12, 2010 0.04%
140 2,736,800 July 1, 2010 0.039%
141 2,705,800 December 31, 2010 0.039%
142 2,324,000 July 1, 2011 0.033%
143 2,194,000 July 1, 2011 0.031%
144 2,067,887 March 1, 2011 0.032%
145 2,057,284 December 31, 2010 0.029%
146 2,056,200 February 4, 2012 0.029%
147 2,031,000 July 1, 2011 0.029%
148 1,776,000 July 1, 2011 0.025%
149 1,699,435 April 21, 2010 0.024%
150 1,534,000 July 1, 2011 0.022%
151 1,520,830 March 1, 2009 0.022%
152 1,340,194 January 1, 2011 0.019%
153 1,317,714 July 1, 2010 0.019%
154 1,280,924 July 1, 2010 0.018%
155 1,234,571 April 27, 2010 0.018%
156 1,203,000 July 1, 2011 0.017%
157 1,066,409 July 11, 2010 0.015%
158 906,000 July 1, 2011 0.013%
159 868,000 July 1, 2011 0.012%
160 838,897 December 23, 2011 0.012%
161 816,364 January 1, 2009 0.012%
162 784,894 July 1, 2010 0.011%
163 754,000 July 1, 2011 0.011%
164 720,000 July 1, 2011 0.01%
165 708,265 July 1, 2011 0.01%
166 620,029 April 1, 2011 0.0089%
167 560,100 September 1, 2011 0.008%
168 548,000 July 1, 2011 0.0078%
169 542,287 July 1, 2011 0.0078%
170 529,000 July 1, 2011 0.0076%
171 511,840 January 1, 2011 0.0073%
172 491,575 June 16, 2010 0.007%
173 422,700 July 1, 2011 0.006%
174 417,617 December 31, 2010 0.006%
175 401,554 January 1, 2009 0.0057%
176 396,404 January 1, 2009 0.0057%
177 353,658 May 3, 2010 0.0051%
178 318,452 January 1, 2011 0.0046%
179 317,280 July 1, 2010 0.0045%
180 312,698 May 12, 2010 0.0045%
181 276,302 December 31, 2010 0.004%
182 274,000 July 1, 2011 0.0039%
183 245,580 July 27, 2009 0.0035%
184 234,023 November 16, 2009 0.0033%
185 224,469 January 1, 2009 0.0032%
186 211,000 July 1, 2011 0.003%
187 184,032 July 1, 2010 0.0026%
188 169,000 July 1, 2011 0.0024%
189 166,526 May 10, 2010 0.0024%
190 159,358 April 1, 2010 0.0023%
191 142,180 January 1, 2010 0.002%
192 110,821 July 1, 2009 0.0016%
193 106,405 April 1, 2010 0.0015%
194 103,036 November 30, 2011 0.0015%
195 102,624 April 4, 2010 0.0015%
196 101,484 September 29, 2010 0.0015%
197 101,000 July 1, 2011 0.0014%
198 100,892 July 1, 2009 0.0014%
199 97,857 March 27, 2011 0.0014%
200 90,945 August 26, 2010 0.0013%
201 89,138 July 1, 2009 0.0013%
202 85,015 July 1, 2010 0.0012%
203 84,497 March 27, 2011 0.0012%
204 71,685 July 1, 2009 0.001%
205 64,237 May 20, 2010 0.00092%
206 62,431 March 31, 2010 0.00089%
207 56,890 July 1, 2011 0.00081%
208 55,519 April 1, 2010 0.00079%
209 54,878 October 10, 2010 0.00078%
210 54,305 July 1, 2010 0.00078%
211 53,883 April 1, 2010 0.00077%
212 51,970 July 1, 2009 0.00074%
213 48,738 July 1, 2011 0.0007%
214 42,375 July 1, 2011 0.00061%
215 37,429 January 1, 2010 0.00054%
216 36,824 January 1, 2009 0.00053%
217 36,157 December 31, 2010 0.00052%
218 35,881 2010 0.00051%
219 32,166 November 30, 2011 0.00046%
220 29,441 July 1, 2010 0.00042%
221 28,213 July 1, 2008 0.0004%
222 28,007 December 31, 2010 0.0004%
223 21,000 July 1, 2011 0.0003%
224 18,012 January 1, 2010 0.00026%
225 15,236 July 1, 2011 0.00022%
226 13,445 July 21, 2008 0.00019%
227 10,900 June 1, 2011 0.00016%
228 10,000 July 1, 2011 0.00014%
229 10,000 July 1, 2011 0.00014%
230 8,902 January 1, 2009 0.00013%
231 6,082 January 1, 2009 0.00006%
232 4,932 July 1, 2009 0.00005%
233 4,255 February 10, 2008 0.00004%
234 3,000 July 1, 2011 0.00003%
235 2,394 July 1, 2011 0.00001%
236 2,302 August 9, 2011 0.00001%
237 1,411 October 18, 2011 0.00001%
238 1,402 July 1, 2010 0.00001%
239 1,000 July 1, 2011 0.00001%
240 800 March 1, 2011 0.00001%
241 596 July 1, 2010 0.00001%
242 67 July 1, 2011 0.000001%
Source
1 Census result
2 Census result
3 Official population clock
4 Census result
5 Official estimate
6 Official population clock
7 UN estimate
8 Official estimate
9 Census result
10 Monthly official estimate
11 Census result
12 Official estimate
13 Official estimate
14 Official estimate
15 Monthly official estimate
16 Official population clock
17 Official population clock
18 Official estimate
19 UN estimate
20 Official estimate
21 Official estimate
22 Official estimate
23 Monthly official estimate
24 Official estimate
25 Census result
26 UN estimate
27 Official population clock
28 Monthly official estimate
29 Monthly official estimate
30 Official estimate
31 Census result
32 Census result
33 Official estimate
34 Official estimate
35 Official estimate
36 Official estimate
37 Official population clock
38 Official estimate
39 Census result
40 Official estimate
41 Census result
42 Official estimate
43 Census result
44 Census result
45 Census result
46 Official estimate
47 Census result
48 Census result
49 Official estimate
50 Monthly official estimate
51 Official estimate
52 Official population clock
53 Official estimate
54 Official estimate
55 Official population clock
56 Official estimate
57 Official estimate
58 UN estimate
59 Official estimate
60 Official estimate
61 Monthly official estimate
62 Monthly official estimate
63 Official estimate
64 Official estimate
65 Official estimate
66 Census result
67 Census result
68 Census result
69 Census result
70 Census result
71 Official estimate
72 UN estimate
73 Census result
74 Official estimate
75 Official estimate
76 Census result
77 Official estimate
78 Official estimate
79 Census result
80 Census result
81 Official estimate
82 Official estimate
83 Official estimate
84 Official estimate
85 UN estimate
86 Monthly official estimate
87 Monthly official estimate
88 Census result
89 Official estimate
90 UN estimate
91 UN estimate
92 Official estimate
93 Official estimate
94 Census result
95 Official estimate
96 Official estimate
97 Official estimate
98 Official estimate
99 Census result
100 Census result
101 Official estimate
102 UN estimate
103 UN estimate
104 Official estimate
105 Official estimate
106 Official population clock
107 UN estimate
108 UN estimate
109 Official estimate
110 Census result
111 Monthly official estimate
112 Official estimate
113 Official estimate
114 UN estimate
115 Official population clock
116 Official estimate
117 UN estimate
118 Official population clock
119 Census result
120 UN estimate
121 Official estimate
122 Official population clock
123 Census result
124 Census result
125 UN estimate
126 Official estimate
127 UN estimate
128 Official estimate
129 Census result
130 Official estimate
131 Census result
132 Census result
133 Official estimate
134 Monthly official estimate
135 Census result
136 Monthly official estimate
137 Census result
138 UN estimate
139 Census result
140 Official estimate
141 Official estimate
142 UN estimate
143 UN estimate
144 Census result
145 Official estimate
146 Official population clock
147 UN estimate
148 UN estimate
149 Census result
150 UN estimate
151 Census result
152 Official estimate
153 Official estimate
154 Official estimate
155 Census result
156 UN estimate
157 Census result
158 UN estimate
159 UN estimate
160 Census result
161 Official estimate
162 Official estimate
163 UN estimate
164 UN estimate
165 Official estimate
166 Census result
167 Official estimate
168 UN estimate
169 Official estimate
170 UN estimate
171 Official estimate
172 Census result
173 Official estimate
174 Official estimate
175 Official estimate
176 Official estimate
177 Census result
178 Official estimate
179 Official estimate
180 Census result
181 Official estimate
182 UN estimate
183 Census result
184 Census result
185 Official estimate
186 UN estimate
187 Official estimate
188 UN estimate
189 Census result
190 Census result
191 Official estimate
192 Official estimate
193 Census result
194 UN estimate
195 Census result
196 Census result
197 UN estimate
198 Official estimate
199 Census result
200 Census result
201 Official estimate
202 Official estimate
203 Census result
204 Official estimate
205 Census result
206 Official estimate
207 Official estimate
208 Census result
209 Census result
210 Official estimate
211 Census result
212 Official estimate
213 Monthly official estimate
214 Official estimate
215 Official estimate
216 Official estimate
217 Official estimate
218 Official estimate
219 Monthly official estimate
220 Official estimate
221 Official estimate
222 Official estimate
223 UN estimate
224 Official estimate
225 Official estimate
226 Census result
227 Monthly official estimate
228 UN estimate
229 UN estimate
230 Official estimate
231 Official estimate
232 Official estimate
233 Census result
234 UN estimate
235 Census result
236 Census result
237 Census result
238 UN estimate
239 UN estimate
240 Official estimate
241 UN estimate
242 UN estimate
> # Print the table. Note that the values are all characters
> # not numbers. Also the column names have a preceding X since
> # R doesn't allow the variable names to start with digits.
> tmp = tables[[2]]
>
> # We can transform this to get the rows to be years and the columns
> # to be population counts. We'll create a matrix.
> vals = cbind(year = as.integer(gsub("X", "", names(tmp)[-1])),
+ matrix(as.integer(gsub(",", "", as.character(unlist(tmp[-1])))),
+ ncol(tmp)-1, byrow = TRUE, dimnames = list(NULL, as.character(tmp[[1]]))))
Warning in cbind(year = as.integer(gsub("X", "", names(tmp)[-1])), matrix(as.integer(gsub(",", :
NAs introduced by coercion
Warning in matrix(as.integer(gsub(",", "", as.character(unlist(tmp[-1])))), :
NAs introduced by coercion
>
> # Let's just read the second table directly by itself.
> doc = htmlParse(u)
> tableNodes = getNodeSet(doc, "//table")
> tb = readHTMLTable(tableNodes[[2]])
>
> # Let's try to adapt the values on the fly.
> # We'll create a function that turns a th/td node into a val
> tryAsInteger = function(node) {
+ val = xmlValue(node)
+ ans = as.integer(gsub(",", "", val))
+ if(is.na(ans))
+ val
+ else
+ ans
+ }
>
> tb = readHTMLTable(tableNodes[[2]], elFun = tryAsInteger)
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
>
> tb = readHTMLTable(tableNodes[[2]], elFun = tryAsInteger,
+ colClasses = c("character", rep("integer", 9)))
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in function (node) : NAs introduced by coercion
Warning in asMethod(object) : NAs introduced by coercion
Warning in asMethod(object) : NAs introduced by coercion
Warning in asMethod(object) : NAs introduced by coercion
Warning in asMethod(object) : NAs introduced by coercion
>
>
> zz = readHTMLTable("http://www.inflationdata.com/Inflation/Consumer_Price_Index/HistoricalCPI.aspx")
*** caught bus error ***
address 0x3a, cause 'non-existent physical address'
Traceback:
1: .Call("RS_XML_ParseTree", as.character(file), handlers, as.logical(ignoreBlanks), as.logical(replaceEntities), as.logical(asText), as.logical(trim), FALSE, FALSE, as.logical(isURL), FALSE, as.logical(useInternalNodes), TRUE, FALSE, FALSE, as.character(encoding), as.logical(useDotNames), xinclude, error, addFinalizer, PACKAGE = "XML")
2: htmlParse(doc)
3: readHTMLTable("http://www.inflationdata.com/Inflation/Consumer_Price_Index/HistoricalCPI.aspx")
4: readHTMLTable("http://www.inflationdata.com/Inflation/Consumer_Price_Index/HistoricalCPI.aspx")
aborting ...
- elapsed time (check, wall clock): 1:05