-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
CHANGELOG.html
759 lines (721 loc) · 24.8 KB
/
CHANGELOG.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
<!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Change Log • rrricanes</title>
<!-- jquery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha256-916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG/aiY1w=" crossorigin="anonymous" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha256-U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8=" crossorigin="anonymous"></script>
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />
<!-- clipboard.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.4/clipboard.min.js" integrity="sha256-FiZwavyI2V6+EXO1U+xzLG3IKldpiTFf3153ea9zikQ=" crossorigin="anonymous"></script>
<!-- sticky kit -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/sticky-kit/1.1.3/sticky-kit.min.js" integrity="sha256-c4Rlo1ZozqTPE2RLuvbusY3+SU1pQaJC0TjuhygMipw=" crossorigin="anonymous"></script>
<!-- pkgdown -->
<link href="pkgdown.css" rel="stylesheet">
<script src="pkgdown.js"></script>
<meta property="og:title" content="Change Log" />
<meta property="og:image" content="https://ropensci.github.io/rrricanes/logo.png" />
<meta name="twitter:card" content="summary" />
<!-- mathjax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container template-title-body">
<header>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span class="navbar-brand">
<a class="navbar-link" href="index.html">rrricanes</a>
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.2.0.6.9001</span>
</span>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">
<span class="fa fa-home fa-lg"></span>
</a>
</li>
<li>
<a href="reference/index.html">Reference</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Articles
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="articles/accumulated_cyclone_energy.html">Accumulated Cyclone Energy (ACE)</a>
</li>
<li>
<a href="articles/forecast_advisory.html">Forecast/Advisory GIS</a>
</li>
<li>
<a href="articles/getting_started.html">Getting Started</a>
</li>
<li>
<a href="articles/gis_data.html">GIS data</a>
</li>
<li>
<a href="articles/installing_rrricanesdata.html">Installing rrricanesdata</a>
</li>
<li>
<a href="articles/probabilistic_storm_surge.html">Probabilistic Storm Surge</a>
</li>
<li>
<a href="articles/wind_pressure.html">Wind and Pressure</a>
</li>
<li>
<a href="articles/wind_speed_probabilities.html">Wind Speed Probabilities</a>
</li>
</ul>
</li>
<li>
<a href="news/index.html">Changelog</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://github.com/ropensci/rrricanes">
<span class="fa fa-github fa-lg"></span>
</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
</header>
<div class="row">
<div class="contents col-md-9">
<div class="page-header">
<h1>Change Log</h1>
</div>
<div id="change-log" class="section level1">
<p>All notable changes to this project will be documented in this file.</p>
<p>The format is based on <a href="http://keepachangelog.com/">Keep a Changelog</a> and this project adheres to <a href="http://semver.org/">Semantic Versioning</a>.</p>
<div id="unreleased-yyyy-mm-dd" class="section level2">
<h2 class="hasAnchor">
<a href="#unreleased-yyyy-mm-dd" class="anchor"></a>[Unreleased] yyyy-mm-dd</h2>
<div id="added" class="section level3">
<h3 class="hasAnchor">
<a href="#added" class="anchor"></a>Added</h3>
<ul>
<li>
<code>nm_to_sm</code> Convert nautical miles to survey miles. (#99)</li>
<li>
<code>tidy_adv</code> to replace <code>tidy_fstadv</code> which will be removed in release 0.2.2 (#103)</li>
<li>
<code>get_storm_list</code> returns dataframe of all known cyclones. (#114)</li>
</ul>
</div>
<div id="changed" class="section level3">
<h3 class="hasAnchor">
<a href="#changed" class="anchor"></a>Changed</h3>
<ul>
<li><p><code>gis_download</code> and <code>gis_latest</code> can accept parameters for rgdal::readOGR (#104).</p></li>
<li><p><code>ep_prblty_stations</code> now returns all stations.</p></li>
<li><p><code>al_prblty_stations</code>, <code>cp_prblty_stations</code> and <code>ep_prblty_stations</code> datasets were modified with additional columns. Changes are documented.</p></li>
</ul>
</div>
<div id="removed" class="section level3">
<h3 class="hasAnchor">
<a href="#removed" class="anchor"></a>Removed</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="deprecated" class="section level3">
<h3 class="hasAnchor">
<a href="#deprecated" class="anchor"></a>Deprecated</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="fixed" class="section level3">
<h3 class="hasAnchor">
<a href="#fixed" class="anchor"></a>Fixed</h3>
<ul>
<li>
<code>tidy_fcst</code> now returns all forecast periods; previously only returned hours 12:96 (#107)</li>
<li>NHC GIS page went from using POST to GET parameters at some point recently for wind speed probability datasets. Func <code>gis_wsp</code> modified accordingly. (#108)</li>
</ul>
</div>
<div id="security" class="section level3">
<h3 class="hasAnchor">
<a href="#security" class="anchor"></a>Security</h3>
<ul>
<li>NA</li>
</ul>
</div>
</div>
<div id="section" class="section level2">
<h2 class="hasAnchor">
<a href="#section" class="anchor"></a>[0.2.0-6] 2017-07-16</h2>
<div id="added-1" class="section level3">
<h3 class="hasAnchor">
<a href="#added-1" class="anchor"></a>Added</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="changed-1" class="section level3">
<h3 class="hasAnchor">
<a href="#changed-1" class="anchor"></a>Changed</h3>
<ul>
<li>
<code>get_storms</code> and <code>get_storm_data</code> now use asynchronous http requests to make data collection faster. (#94)</li>
<li>Prefaced all built-in data objects with “df”; modified names slightly.</li>
</ul>
</div>
<div id="removed-1" class="section level3">
<h3 class="hasAnchor">
<a href="#removed-1" class="anchor"></a>Removed</h3>
<ul>
<li>
<code>load_storm_data</code> has been removed. Archived data can now be accessed through <code>rrricanesdata</code>.</li>
</ul>
</div>
<div id="deprecated-1" class="section level3">
<h3 class="hasAnchor">
<a href="#deprecated-1" class="anchor"></a>Deprecated</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="fixed-1" class="section level3">
<h3 class="hasAnchor">
<a href="#fixed-1" class="anchor"></a>Fixed</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="security-1" class="section level3">
<h3 class="hasAnchor">
<a href="#security-1" class="anchor"></a>Security</h3>
<ul>
<li>NA</li>
</ul>
</div>
</div>
<div id="section-1" class="section level2">
<h2 class="hasAnchor">
<a href="#section-1" class="anchor"></a>[0.2.0-5.1] 2017-07-10</h2>
<div id="added-2" class="section level3">
<h3 class="hasAnchor">
<a href="#added-2" class="anchor"></a>Added</h3>
<ul>
<li>Instructions for Linux users to install <code>libgdal1-dev</code>, <code>libproj-dev</code>, and <code>libxml2-dev</code>. (#95)</li>
</ul>
</div>
<div id="added-3" class="section level3">
<h3 class="hasAnchor">
<a href="#added-3" class="anchor"></a>Added</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="changed-2" class="section level3">
<h3 class="hasAnchor">
<a href="#changed-2" class="anchor"></a>Changed</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="removed-2" class="section level3">
<h3 class="hasAnchor">
<a href="#removed-2" class="anchor"></a>Removed</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="deprecated-2" class="section level3">
<h3 class="hasAnchor">
<a href="#deprecated-2" class="anchor"></a>Deprecated</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="fixed-2" class="section level3">
<h3 class="hasAnchor">
<a href="#fixed-2" class="anchor"></a>Fixed</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="security-2" class="section level3">
<h3 class="hasAnchor">
<a href="#security-2" class="anchor"></a>Security</h3>
<ul>
<li>NA</li>
</ul>
</div>
</div>
<div id="section-2" class="section level2">
<h2 class="hasAnchor">
<a href="#section-2" class="anchor"></a>[0.2.0-5] 2017-07-08</h2>
<div id="added-4" class="section level3">
<h3 class="hasAnchor">
<a href="#added-4" class="anchor"></a>Added</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="changed-3" class="section level3">
<h3 class="hasAnchor">
<a href="#changed-3" class="anchor"></a>Changed</h3>
<ul>
<li>
<code>load_storm_data</code> now takes <code><a href="https://readr.tidyverse.org/reference/read_delim.html">readr::read_csv</a></code> parameters.</li>
</ul>
</div>
<div id="removed-3" class="section level3">
<h3 class="hasAnchor">
<a href="#removed-3" class="anchor"></a>Removed</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="deprecated-3" class="section level3">
<h3 class="hasAnchor">
<a href="#deprecated-3" class="anchor"></a>Deprecated</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="fixed-3" class="section level3">
<h3 class="hasAnchor">
<a href="#fixed-3" class="anchor"></a>Fixed</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="security-3" class="section level3">
<h3 class="hasAnchor">
<a href="#security-3" class="anchor"></a>Security</h3>
<ul>
<li>NA</li>
</ul>
</div>
</div>
<div id="section-3" class="section level2">
<h2 class="hasAnchor">
<a href="#section-3" class="anchor"></a>[0.2.0-4] 2017-06-25</h2>
<div id="added-5" class="section level3">
<h3 class="hasAnchor">
<a href="#added-5" class="anchor"></a>Added</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="changed-4" class="section level3">
<h3 class="hasAnchor">
<a href="#changed-4" class="anchor"></a>Changed</h3>
<ul>
<li>Added variable <code>Key</code> to <code>discus</code> dataframes. (#80)</li>
<li>Removed variable <code>Adv</code> from <code>posest</code>. Position estimates do not have advisory numbers. (#81)</li>
<li>Fix <code>scrape_adv_num</code> to accomodate possible “INTERMEDIATE” text in Public Advisory headers. (#83)</li>
<li>Remove variable <code>Adv</code> from <code>update</code>. Updates do not have advisory numbers. (#84)</li>
<li>Added variable <code>Key</code> to <code>get_public</code> dataframes. (#85)</li>
<li>Added variable <code>Key</code> to <code>get_update</code> dataframes. (#86)</li>
<li>Removed non-existent wind radii variables in <code>get_fstadv</code>. Hrs 48 and 72 hours only have 34 and 50kt wind fields. Hrs 96 and 120 have none. (#89)</li>
</ul>
</div>
<div id="removed-4" class="section level3">
<h3 class="hasAnchor">
<a href="#removed-4" class="anchor"></a>Removed</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="deprecated-4" class="section level3">
<h3 class="hasAnchor">
<a href="#deprecated-4" class="anchor"></a>Deprecated</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="fixed-4" class="section level3">
<h3 class="hasAnchor">
<a href="#fixed-4" class="anchor"></a>Fixed</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="security-4" class="section level3">
<h3 class="hasAnchor">
<a href="#security-4" class="anchor"></a>Security</h3>
<ul>
<li>NA</li>
</ul>
</div>
</div>
<div id="section-4" class="section level2">
<h2 class="hasAnchor">
<a href="#section-4" class="anchor"></a>[0.2.0-3] 2017-06-22</h2>
<div id="added-6" class="section level3">
<h3 class="hasAnchor">
<a href="#added-6" class="anchor"></a>Added</h3>
<ul>
<li>Examples for functions <code>knots_to_mph</code>, <code>mb_to_in</code>, <code>status_abbr_to_str</code>, <code>get_discus</code>, <code>get_fstadv</code>, <code>tidy_fstadv</code>, <code>tidy_wr</code>, <code>tidy_fcst</code> and <code>tidy_fcst_wr</code>.</li>
</ul>
</div>
<div id="changed-5" class="section level3">
<h3 class="hasAnchor">
<a href="#changed-5" class="anchor"></a>Changed</h3>
<ul>
<li>Added data files to make building vignettes quicker.</li>
<li>Added <code>skip_on_cran</code> to tests. Additionally, slimmed down some tests. Previous tests exist in branch <code>tests</code> and will be redeveloped.</li>
<li>Minor documentation updates and corrections.</li>
</ul>
</div>
<div id="removed-5" class="section level3">
<h3 class="hasAnchor">
<a href="#removed-5" class="anchor"></a>Removed</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="deprecated-5" class="section level3">
<h3 class="hasAnchor">
<a href="#deprecated-5" class="anchor"></a>Deprecated</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="fixed-5" class="section level3">
<h3 class="hasAnchor">
<a href="#fixed-5" class="anchor"></a>Fixed</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="security-5" class="section level3">
<h3 class="hasAnchor">
<a href="#security-5" class="anchor"></a>Security</h3>
<ul>
<li>NA</li>
</ul>
</div>
</div>
<div id="section-5" class="section level2">
<h2 class="hasAnchor">
<a href="#section-5" class="anchor"></a>[0.2.0-2] 2017-06-22</h2>
<div id="added-7" class="section level3">
<h3 class="hasAnchor">
<a href="#added-7" class="anchor"></a>Added</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="changed-6" class="section level3">
<h3 class="hasAnchor">
<a href="#changed-6" class="anchor"></a>Changed</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="removed-6" class="section level3">
<h3 class="hasAnchor">
<a href="#removed-6" class="anchor"></a>Removed</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="deprecated-6" class="section level3">
<h3 class="hasAnchor">
<a href="#deprecated-6" class="anchor"></a>Deprecated</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="fixed-6" class="section level3">
<h3 class="hasAnchor">
<a href="#fixed-6" class="anchor"></a>Fixed</h3>
<ul>
<li>Advisories now issued when tropical cyclone development is anticipated, but not yet occurred, and watches and warnings need to be issued. See AL022017, AL032017.</li>
<li>Added additional time zones (HDT, HST, MDT, MST)</li>
<li>Appended additional headers (TCE, WTPA, MIATCM, MIAWRKAD1, MIAWRKAP)</li>
</ul>
</div>
<div id="security-6" class="section level3">
<h3 class="hasAnchor">
<a href="#security-6" class="anchor"></a>Security</h3>
<ul>
<li>NA</li>
</ul>
</div>
</div>
<div id="section-6" class="section level2">
<h2 class="hasAnchor">
<a href="#section-6" class="anchor"></a>[0.2.0-1] 2017-06-16</h2>
<div id="added-8" class="section level3">
<h3 class="hasAnchor">
<a href="#added-8" class="anchor"></a>Added</h3>
<ul>
<li>GIS functions <code>gis_advisory</code>, <code>gis_breakpoints</code>, <code>gis_latest</code>, <code>gis_outlook</code>, <code>gis_prob_storm_surge</code>, <code>gis_windfield</code> and <code>gis_wsp</code> added. These functions return one or more URLs to datasets that can be downloaded with <code>gis_download</code>.</li>
<li>
<code>shp_to_df</code> added to convert lines and polygons spatial dataframes to dataframes. Points dataframes can be converted using <code>tibble::as_dataframe</code> (target the @data object).</li>
</ul>
</div>
<div id="changed-7" class="section level3">
<h3 class="hasAnchor">
<a href="#changed-7" class="anchor"></a>Changed</h3>
<ul>
<li>
<code>load_storm_data</code> now returns full datasets from the <code>rrricanesdata</code> repo including tidied <code>fstadv</code> data. See documentation for notes on other products. (#76)</li>
</ul>
</div>
<div id="removed-7" class="section level3">
<h3 class="hasAnchor">
<a href="#removed-7" class="anchor"></a>Removed</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="deprecated-7" class="section level3">
<h3 class="hasAnchor">
<a href="#deprecated-7" class="anchor"></a>Deprecated</h3>
<ul>
<li>Not yet deprecated but a warning that <code>al_prblty_stations</code>, <code>cp_prblty_stations</code> and <code>ep_prblty_stations</code> may be removed on a future release. (#46)</li>
</ul>
</div>
<div id="fixed-7" class="section level3">
<h3 class="hasAnchor">
<a href="#fixed-7" class="anchor"></a>Fixed</h3>
<ul>
<li>dplyr 0.6.0 has renamed the .cols parameter of <code>mutate_at</code> to .vars. Have modified pkg to accept both dplyr 0.5.0 and >= 0.6.0. This will be removed in future releases. (#74)</li>
</ul>
</div>
<div id="security-7" class="section level3">
<h3 class="hasAnchor">
<a href="#security-7" class="anchor"></a>Security</h3>
<ul>
<li>NA</li>
</ul>
</div>
</div>
<div id="section-7" class="section level2">
<h2 class="hasAnchor">
<a href="#section-7" class="anchor"></a>[0.1.3] 2017-06-11</h2>
<div id="added-9" class="section level3">
<h3 class="hasAnchor">
<a href="#added-9" class="anchor"></a>Added</h3>
<ul>
<li>
<code>rrricanes.http_sleep</code> to control time to sleep between multiple HTTP requests.</li>
</ul>
</div>
<div id="changed-8" class="section level3">
<h3 class="hasAnchor">
<a href="#changed-8" class="anchor"></a>Changed</h3>
<ul>
<li>Update documentation for <code>get_fstadv</code>, <code>get_prblty</code>, <code>get_wndprb</code>, <code>tidy_fstadv</code>, <code>tidy_wr</code>, <code>tidy_fcst</code> and <code>tidy_fcst_wr</code>.</li>
</ul>
</div>
<div id="removed-8" class="section level3">
<h3 class="hasAnchor">
<a href="#removed-8" class="anchor"></a>Removed</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="deprecated-8" class="section level3">
<h3 class="hasAnchor">
<a href="#deprecated-8" class="anchor"></a>Deprecated</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="fixed-8" class="section level3">
<h3 class="hasAnchor">
<a href="#fixed-8" class="anchor"></a>Fixed</h3>
<ul>
<li>Correct <code>tidy_fcst</code> and <code>tidy_fcst_wr</code> when all forecast periods do not exist. Previously, was expected that all forecast fields would exist. This may not always be the case. Now works only available forecast periods. (#73)</li>
</ul>
</div>
<div id="security-8" class="section level3">
<h3 class="hasAnchor">
<a href="#security-8" class="anchor"></a>Security</h3>
<ul>
<li>NA</li>
</ul>
</div>
</div>
<div id="section-8" class="section level2">
<h2 class="hasAnchor">
<a href="#section-8" class="anchor"></a>[0.1.2] - 2017-06-08</h2>
<div id="added-10" class="section level3">
<h3 class="hasAnchor">
<a href="#added-10" class="anchor"></a>Added</h3>
<ul>
<li>dplyr.progress_bar for all products</li>
<li>rrricanes.working_msg option to show current working advisory.</li>
<li>
<code><a href="reference/tracking_chart.html">tracking_chart()</a></code> for a base world plot. <code><a href="reference/al_tracking_chart.html">al_tracking_chart()</a></code> for chart centered on Atlantic basin. <code><a href="reference/ep_tracking_chart.html">ep_tracking_chart()</a></code> for chart centered on northeast Pacific.</li>
<li>
<code>load_storm_data()</code> helps get datasets that have already been scraped and processed. Designed to make it more efficient to get data faster.</li>
<li>
<code>status_abbr_to_str</code> converts storm status abbreviations (i.e., TD, TS, HU) to string.</li>
<li>
<code>saffir</code> returns Saffir-Simpson classification of tropical cyclones; abbreviated.</li>
<li>
<code>twoal</code> and <code>twoep</code> for Atlantic and east Pacific tropical weather outlooks.</li>
<li>Added options <code>rrricanes.http_timeout</code> and <code>rrricanes.http_attempts</code> to give user more control over failures.</li>
</ul>
</div>
<div id="changed-9" class="section level3">
<h3 class="hasAnchor">
<a href="#changed-9" class="anchor"></a>Changed</h3>
<ul>
<li>
<code>get_storm_data</code> now takes link as first parameter for chaining. Returns a list of dataframes for each product.</li>
<li>
<code>tidy_fstadv</code>, <code>tidy_wr</code>, <code>tidy_fcst</code> and <code>tidy_fcst_wr</code> have been added to replaced now-removed <code>fstadv_split()</code>.</li>
<li>Completed package top-level documentation.</li>
</ul>
</div>
<div id="removed-9" class="section level3">
<h3 class="hasAnchor">
<a href="#removed-9" class="anchor"></a>Removed</h3>
<ul>
<li>
<code>fstadv_split</code>. Dataframe can be split if desired by user.</li>
</ul>
</div>
<div id="deprecated-9" class="section level3">
<h3 class="hasAnchor">
<a href="#deprecated-9" class="anchor"></a>Deprecated</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="fixed-9" class="section level3">
<h3 class="hasAnchor">
<a href="#fixed-9" class="anchor"></a>Fixed</h3>
<ul>
<li>Fix call to <code>get_storms</code> on some Linux distros which generated xpath_element fun error. (#67)</li>
<li>Fix call to <code>get_storm_data</code>. Issue similar to #67. (#68)</li>
<li>Fix call to <code>gis_wsp</code>. Call in <code><a href="https://rvest.tidyverse.org/reference/html_nodes.html">rvest::html_nodes</a></code> generated “xpath_attrib” error. Add test for <code>gis_wsp</code>. (#70)</li>
</ul>
</div>
<div id="security-9" class="section level3">
<h3 class="hasAnchor">
<a href="#security-9" class="anchor"></a>Security</h3>
<ul>
<li>NA</li>
</ul>
</div>
</div>
<div id="section-9" class="section level2">
<h2 class="hasAnchor">
<a href="#section-9" class="anchor"></a>[0.1.0] - 2017-05-12</h2>
<div id="added-11" class="section level3">
<h3 class="hasAnchor">
<a href="#added-11" class="anchor"></a>Added</h3>
<ul>
<li>
<code>al_prblty_stations</code> Get list of locations for wind speed probabilities in Atlantic basin.</li>
<li>
<code>cp_prblty_stations</code> Get list of locations for wind speed probabilities in central Pacific basin.</li>
<li>
<code>fstadv_split</code> split dataframe returned from <code><a href="reference/fstadv.html">fstadv()</a></code> to four narrow dataframes.</li>
<li>
<code>get_discus</code> get storm discussions from a storm’s archive page.</li>
<li>
<code>get_fstadv</code> get forecast/advisory products from a storm’s archive page.</li>
<li>
<code>get_nhc_link</code> returns link to NHC homepage</li>
<li>
<code>get_posest</code> get position estimates from a storm’s archive page.</li>
<li>
<code>get_prblty</code> get strike probabilities from a storm’s archive page.</li>
<li>
<code>get_products</code> get links to all products for a storm.</li>
<li>
<code>get_public</code> get public advisory statements from a storm’s archive page.</li>
<li>
<code>get_storms</code> get a list for storms from a year’s archive page.</li>
<li>
<code>get_storm_data</code> get one or multiple products for a storm</li>
<li>
<code>get_update</code> get updates from a storm’s archive page.</li>
<li>
<code>get_wndprb</code> get wind speed probabilities from a storm’s archive page.</li>
<li>
<code>knots_to_mph</code> Convert values from knots to mph (for wind and gust values).</li>
<li>
<code>mb_to_in</code> convert barometric pressure from millibars to inches.</li>
<li>
<code>wndprb</code> Access a specific wind speed probability for a storm.</li>
</ul>
</div>
<div id="changed-10" class="section level3">
<h3 class="hasAnchor">
<a href="#changed-10" class="anchor"></a>Changed</h3>
<ul>
<li>Correct version, CHANGELOG and NEWS from previous “release”.</li>
</ul>
</div>
<div id="removed-10" class="section level3">
<h3 class="hasAnchor">
<a href="#removed-10" class="anchor"></a>Removed</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="deprecated-10" class="section level3">
<h3 class="hasAnchor">
<a href="#deprecated-10" class="anchor"></a>Deprecated</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="fixed-10" class="section level3">
<h3 class="hasAnchor">
<a href="#fixed-10" class="anchor"></a>Fixed</h3>
<ul>
<li>NA</li>
</ul>
</div>
<div id="security-10" class="section level3">
<h3 class="hasAnchor">
<a href="#security-10" class="anchor"></a>Security</h3>
<ul>
<li>NA</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="copyright">
<p>Developed by Tim Trice.</p>
</div>
<div class="pkgdown">
<p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.3.0.</p>
</div>
</footer>
</div>
</body>
</html>