-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNEWS
699 lines (473 loc) · 17.7 KB
/
NEWS
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
NEWS-MBSStools
================
<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->
#> Last Update: 2024-10-15 12:41:32.620089
# MBSStools v1.2.0.9003 (2024-10-15)
- refactor: Update FFG text in metric.values, Issue \#47
# MBSStools v1.2.0.9002 (2024-10-15)
- fix: Replace `rgdal` functions with ones from `sf` package, Issue \#44
- refactor: Remove XLConnect, Issue \#48
- DESCRIPTION, Suggests
- MBSStools_vignette
- fixe: Vignette now builds, Issue \#33
# MBSStools v1.2.0.9001 (2024-04-08)
- fix: Update examples and vignette to not use droplevels()
- Revised thresholds no longer has levels
# MBSStools v1.2.0 (2024-04-05)
- refactor: Bump version number for fix in previous commit
- docs: Create release on GitHub using new version number
# MBSStools v1.1.0.9056 (2024-04-05)
- fix: Revise family BIBI scoring thresholds, Issue \#45
- test: Added test for extra digits for scoring thresholds
- refactor: Update vignette for IBI calculations, Issue \#45
- StringAsFactors default now FALSE so don’t have to remove in
Vignette
# MBSStools v1.1.0.9055 (2022-01-12)
- refactor: Update GitHub repo default branch from ‘master’ to ‘main’
# MBSStools v1.1.0.9054 (2022-01-12)
- docs: Update runShiny() documentation with updated URL
# MBSStools v1.1.0.9053 (2021-06-30)
- docs: Add sf to MapTaxaObs example in vignette
# MBSStools v1.1.0.9052 (2021-06-30)
- refactor: Modify `metric.values()` calculations to use na.rm=TRUE
- All `sum()` and `max()` metrics
- refactor: Update example in MapTaxaObs
- Swap `path.package()` for `find.package()`
- refactor: Shiny app make download button disabled when click
‘calculate’
- Issue \#32
- refactor: Tweak Exclude column QC in `metric.values()`, Issue \#31
# MBSStools v1.1.0.9051 (2021-06-24)
- refactor: Add markdown to DESCRIPTION Suggests to avoid build failure
on GitHub Actions
# MBSStools v1.1.0.9050 (2021-06-24)
- refactor: Tweak vignette so GitHub Action doesn’t fail
- refactor: Update ‘add_new’ case in `qc_taxa()`
- tests: Update testcases for qc_taxa to match recent changes
# MBSStools v1.1.0.9049 (2021-06-23)
- refactor: Add package to referenced function in MapTaxaObs
- refactor: Add global variable bindings
- MapTaxaObs
- metric.scores
- refactor: Update map example in Vignette from rgdal to sf
- refactor: Update FlowSum to convert input from tibble to data frame
- Example was failing
- refactor: Update IonContrib ion.ref default to NULL
- is.na() was causing issues when doing QC check within the function
- fix: Fix combining of files in qc_taxa
- Change order of data frames in merge
- Convert input data frame to taxanames in all caps prior to matching
- refactor: Shiny UI, remove semicolon for file delimiter
# MBSStools v1.1.0.9048 (2021-06-17)
- refactor: Update MapTaxaObs function, Issue \#17
- Issues with state shapefile and rgdal, switch to sf package
- docs: Add sf package to DESCRIPTION
# MBSStools v1.1.0.9047 (2021-06-17)
- refactor: Update GIS files for use with strata for consistency, Issue
\#36
- Highlands to Highland
- Piedmont to EPiedmont
- refactor: Update PHIcalc for consistency, Issue \#36
- Highlands to Highland
- Piedmont to EPiedmont
- CoastalPlain to Coastal
- BioRegion paramater to Strata
- Add QC check to use uppercase for strata
- refactor: Update MBSS.PHI data strata for consistency, Issue \#36
# MBSStools v1.1.0.9046 (2021-06-16)
- refactor: Add fibi and msw GIS base files to strata(), Issue \#39
- Update ProcessData script
- Add shape files to extdata\_GIS_strata.zip
- Update data.R
- Update strata function for the new layers
# MBSStools v1.1.0.9045 (2021-06-16)
- docs: Tweak help file for strata function, Issue \#39
# MBSStools v1.1.0.9044 (2021-06-15)
- feat: Add strata function to assign strata based on lat-long, Issue
\#39
- Add function strata
- Add data \_GIS_strata.zip
- Add internal data shp_strata_bugs and shp_strata_fish
- Create ProcessData in data-raw for shapefiles
- style: Trim to 80 characters, NEWS
- docs: Add packages to DESCRIPTION Suggests for strata function, Issue
\#39
- sp
- MazamaSpatialUtils
# MBSStools v1.1.0.9043 (2021-06-14)
- refactor: Update license file and README badge, Issue \#41
# MBSStools v1.1.0.9042 (2021-06-14)
- refactor: Add binding for global variable, metric.scores.R
- docs: Rename example inputs to match MapTaxaObs function call, Issue
\#36
- Issue \#17
- style: Edit style of MapTaxaObs code
- refactor: Rework filepath within MapTaxaObs, Issue \#17
# MBSStools v1.1.0.9041 (2021-04-21)
- refactor: Edits to MBSStools_vignette.Rmd
- Move files to proper folder (vignettes)
- Fix code blocks so run properly
- Comment out write.csv()
- Convert View() to kable(head()) where eval=TRUE
# MBSStools v1.1.0.9040 (2021-04-21)
- refactor: Edits to MBSStools_vignette.Rmd
- Merge pull request 42
# MBSStools v1.1.0.9039 (2021-04-04)
- refactor: Update install code example
- README
- MBSStools_vignette.Rmd
- refactor: Update example, MapTaxaObs
- Change getwd() to tempdir()
# MBSStools v1.1.0.9038 (2021-04-04)
- docs: Update spelling and language in MBSStools_vignette.Rmd
# MBSStools v1.1.0.9037 (2021-04-01)
- style: Fix items from goodpractice::gp()
- Trim lines to 80 characters
- IonContrib
- test-qc_taxa
- qc_taxa
- data
- MapTaxaObs
- server
- global
- Replace ‘=’ with ‘\<-’
- IonContrib
- style: Fix typos
# MBSStools v1.1.0.9036 (2021-01-12)
- chore: Rename files in instwith non-portable names
# MBSStools v1.1.0.9035 (2021-01-11)
- chore: Fix comment line without leading comment symbol
- chore: Document subfunctions of metric.values()
- chore: Rename files in instwith non-portable names
# MBSStools v1.1.0.9034 (2021-01-10)
- chore: Add bindings for global variables
- MapTaxaObs
- metric.scores
- metric.values
- style: Trim lines to 80 characters
- metric.scores
- runShiny
- PHIcalc
- chore: Remove View() from examples
- metric.scores
- metric.values
- PHIcalc
- IonContrib
- FlowSum
# MBSStools v1.1.0.9033 (2021-01-10)
- chore: Remove Excel files from data folder
- AllFish_95to16.xls
- TaxaMapsCrossWalk20170731.xlsx
- style: Trim to 80 character lines
- FlowSum.R
- chore: Remove orphaned package from DESCRIPTION
- plotly in Suggests
- chore: Add non standard files to .Rbuildignore
- NEWS.rmd
- README.Rmd
- chore: Change default for ion.ref parameter in IonContrib to NA
- Use MBSS.Ion.Ref if NA
# MBSStools v1.1.0.9032 (2020-12-27)
- docs: DESCRIPTION, add Bug Reports entry
- tests: qc_taxa, replace = with \<-
- refactor: Add foo:: to missing functions.
# MBSStools v1.1.0.9031 (2020-12-24)
- docs: Readme, add codecov badge
- docs: Readme, add gh R-CMD-check badge
- docs: Readme, sort badges
# MBSStools v1.1.0.9030 (2020-12-24)
- docs: Add test-coverage gh Action, codecov.io
# MBSStools v1.1.0.9029 (2020-12-24)
refactor: CodeFactor change 1:foo() to seq_len(foo()) + MapTaxaObs.R
# MBSStools v1.1.0.9028 (2020-12-24)
- docs: Remove docs folder for pkgdown in main branch
- pkgdown now handled by GitHub Action and is stored in the gh-pages
branch
# MBSStools v1.1.0.9027 (2020-12-24)
- docs: Add pkgdown github action
- ci: Remove travis.yml (free service shutting down)
# MBSStools v1.1.0.9026 (2020-12-23)
- docs: ReadMe, add lifecycle badge
# MBSStools v1.1.0.9025 (2020-12-23)
- docs: ReadMe, not all changes updated from previous update
# MBSStools v1.1.0.9024 (2020-12-23)
- docs: ReadMe, add CodeFactor badge
- docs: ReadMe, Remove TravisCI badge as service is shutting down free
accounts
- ci: Remove TravisCI yaml and switch to GitHub Actions CI
# MBSStools v1.1.0.9023 (2020-07-09)
- Rebuild vignette with taxa distribution map as image; Issue \#33
# MBSStools v1.1.0.9022 (2020-07-09)
- Shiny app, ensure download button is not active until create zip file;
Issue \#32
- Add shinyjs to DESCRIPTION
# MBSStools v1.1.0.9021 (2020-07-09)
- metric.values; Issue \#30 and \#31
- Modify Exclude column QC check.
# MBSStools v1.1.0.9020 (2020-07-09)
- metric.values; Issue \#34
- Added Piercer as valid FFG entry.
- UI.R
- Added version number to title of Shiny app.
# MBSStools v1.1.0.9019 (2020-07-02)
- metric.values; Issue \#30
- Add basic QC fixes for non-standard bug files.
# MBSStools v1.1.0.9018 (2020-07-02)
- qc_taxa
- Fix typo in example.
# MBSStools v1.1.0.9017 (2020-07-01)
- metric.scores; Issue \#29
- Fish message about 0 individuals always showing.
- Added condition so prints only if relevant.
# MBSStools v1.1.0.9016 (2020-07-01)
- Update taxa_fish data without an extra column.
# MBSStools v1.1.0.9015 (2020-06-30)
- Remove SiteID from \_95to16.xls.
- Replace example data files in shiny app (munged Site IDs).
- Update Vignette.
# MBSStools v1.1.0.9014 (2020-06-30)
- Modify Site IDs in bug (genus and family) and fish data.
- Update Vignette.
# MBSStools v1.1.0.9013 (2020-06-26)
- Vignette not rebuilding.
- Replace XLConnect with readxl.
- Java issue.
# MBSStools v1.1.0.9012 (2020-06-23)
- Update Shiny app to use qc_taxa(); Issue \#26
# MBSStools v1.1.0.9011 (2020-06-23)
- Update pkgdown website.
# MBSStools v1.1.0.9010 (2020-06-23)
- metric.values
- QC checks on valid values; Issue \#26
# MBSStools v1.1.0.9009 (2020-06-23)
- qc_taxa
- New function; Issue \#13 and \#26
- tests
- Add tests for qc_taxa
# MBSStools v1.1.0.9008 (2020-05-22)
- taxa_fish
- Update 2 Species name errors so passes QC check.
# MBSStools v1.1.0.9007 (2020-05-21)
- Add testing
- DESCRIPTION, add testthat to Suggests
- test PHIcalc, Issue \#19
# MBSStools v1.1.0.9006 (2020-05-20)
- metric.scores.R, Issue \#20
- Update column name checking for user input data frame.
- Edit error message to user.
# MBSStools v1.1.0.9005 (2020-05-20)
- metric.scores.R
- Fix error in assigning final IBI due to changes in behavior of
Tibbles.
# MBSStools v1.1.0.9004 (2020-05-20)
- Shiny App, Issue \#22.
- File upload size increased from 10 to 25 MB.
- Output file format, tsv to csv.
- Zip file download.
- Remove input file (original and transformed).
- Keep only the “results\_” files (values, scores, and plot).
# MBSStools v1.1.0.9003 (2020-05-20)
- Update fish metric scoring for no taxa obsevered, Issue \#26
- taxa_fish.rda
- data.r
- metric.scores.r
# MBSStools v1.1.0.9002 (2020-05-18)
- Update metric.values.
- Error when using R v4.0. Issue \#28.
# MBSStools v1.1.0.9001 (2019-06-13)
- Add pkgdown website.
- Examples failed for FlowSum and IonContrib.
# MBSStools v1.1 (2019-06-13)
- Shiny release version
# MBSStools v1.0.2.9015 (2019-06-13)
- Shiny app, Issue \#22
- Remove link to package vignette (doesn’t work on Shiny.io)
# MBSStools v1.0.2.9014 (2019-06-13)
- Additional packages to Suggests for the Shiny app, Issue \#22
# MBSStools v1.0.2.9013 (2019-06-13)
- Complete Shiny app, Issue \#22
# MBSStools v1.0.2.9012 (2019-05-17)
- README
- Update install example to ensure vignettes are installed.
# MBSStools v1.0.2.9011 (2019-05-17)
- Update for R v3.6.0, Issue \#27
- README
- Added extra line to make work devtools::install_github()
- DESCRIPTION
- Remove StagedInstall: no
- README
- Update badges.
# MBSStools v1.0.2.9010 (2019-05-01)
- Shiny app development, Issue \#22
- Not complete.
# MBSStools v1.0.2.9010 (2019-05-01)
- Revise for staged install for R v3.6.0, Issue \#27
- DESCRIPTION
- StagedInstall: no
- Temporary fix. Still needs to be installed from a local file.
- Edits to Shiny App. Issue \#22.
- Incomplete.
# MBSStools v1.0.2.9009 (2019-05-01)
- Revise “EXCLUDE” column in benthic data from “Y” and “” to TRUE and
FALSE.
Issue \#25.
- data
- taxa_bugs_family
- taxa_bugs_genus, ProcessData had additional issues that weren’t
present in prior versions.
- function; metric.values
- Function help text
- Example use “MetricName.Other” rather than “Metric” to get
pertinent metrics.
- Replace EXCLUDE!=“Y” with EXCLUDE!=TRUE
- Vignette
- Example for installing a package (line 51) had a typo.
- droplevels update for MetricName.Other (line 110, 161, and 187).
- Shiny example code, eval=FALSE
# MBSStools v1.0.2.9008 (2019-02-21)
- Revised scoring thresholds table, per MBSS. Issue \#23.
- metric.scores.R
- Update example code to match the MBSS metric names.
- Slight tweaking of QC check for column names.
# MBSStools v1.0.2.9007 (2019-02-12)
- Shiny app, Issue \#22
- Include function to launch the Shiny app.
- runShiny
- Add to Vignette.
# MBSStools v1.0.2.9006 (2017-07-31)
- metric.scores
- Add example of adding narrative to IBI scores. Issue \#21.
# MBSStools v1.0.2.9005 (2017-07-31)
- DESCRIPTION
- Suggests; XLConnect (MBSStools_vignette.Rmd)
- Maintainer; <Erik.Leppo@tetratech.com> (Needed if submit to CRAN)
- Description; make more verbose. (Needed if submit to CRAN)
- Title; remove ending period.
- NEWS
- Restructure. Still not right but has all info now.
- Remove planned updates.
- Shorten long lines.
- FlowSum.R
- IonContrib.R
- MapTaxaObs.R
- metric.scores.R
- metric.values.R
- PHIcalc.R
- Remove “keywords” (incorrect usage).
- FlowSum.R
- IonContrib.R
- MapTaxaObs.R
- metric.scores.R
- metric.values.R
- PHIcalc.R
# MBSStools v1.0.2.9004 (2017-07-31)
- .travis.yml
- Add TravisCI yml to GitHub directory.
- Add TravisCI yml to Rbuildignore.
# MBSStools v1.0.2.9003 (2017-07-30)
- Add continuous integration (TravisCI) badge to ReadMe.
# MBSStools v1.0.2.9002 (2017-07-25)
- DESCRIPTION
- Move dplyr and rgdal from Suggests to Imports
- Packages not always loading. Issue \#15 and Issue \#17
- Modify minimum version of R from 3.3.2 to 3.4.0.
- MapTaxaObs did not work in earlier version of R.
Updated to v3.4.0 and no issue. Issue \#17.
# MBSStools v1.0.2.9001 (2017-05-11)
- Issue \#17 with MapTaxaObs
- Removed extra file in vignette folder.
- Update Vignette as doesn’t build in check; commented out MapTaxaObs.
# MBSStools v1.0.2.0000 (2017-10-26)
- Corrected metric.score() \[line 181\] for fish for “HIGHLANDS” was
incorrectly designated. These sites were not getting a final FIBI
score.
# MBSStools v1.0.1.0000 (2017-09-26)
- Update each function’s description and vignette with the packages
needed for that function to work properly.
- Update Vignette for a few typos and so shows in final package. Also
messages=FALSE for XLConnect example.
- DESCRIPTION. Move rgdal from Depends to Suggests.
- Fish metric example not working in metric.values(). Issue \#14.
Extra parameter. Removed and works.
# MBSStools v1.0.0.0000 (2017-09-24)
- Release version 1.
# MBSStools v0.0.0.9018 (2017-09-24)
- Add install guide notebook.
- Tweak vignette.
- Update Readme.
- Final version before going to v1.0.0.
- IonContrib, ensure data input is a data frame.
- PHI, ensure data input is a data frame.
# MBSStools v0.0.0.9017 (2017-09-20)
- Update vignette.
- Fixed example for fish metrics in metric.values(). 20170920.
# MBSStools v0.0.0.9016 (2017-09-19)
- IonContrib() added barplot example. 20170919.
# MBSStools v0.0.0.9015 (2017-09-13)
- Fix typo in example for metric.scores(); “Metrics.Bugs.Scores” to
“Metrics.Bugs.Scores.MBSS”. 20170913.
# MBSStools v0.0.0.9014 (2017-09-09)
- Added MSW (family) data, values, and scores. 20170909.
# MBSStools v0.0.0.9013 (2017-09-09)
- Added BIBI.
- Updated metric names to match those used by MBSS.
- Updated metric.values() and metric.scores().
- Updated genus level bug data file.
# MBSStools v0.0.0.9012 (2017-09-08)
- Add FIBI. 2017-09-05.
- metric.values.R
- metric.score.R
- example data files
- -raw.scoring.tab and metric adjustment
- Added dplyr to DESCRIPTION. Needed for metric values and scores.
20170908
- Modified -raw.scoring.tab to resolve QC issues with 2016 data.
20170908.
# MBSStools 0.0.0.9011 (2017-08-22)
- Updated taxa map data for typo in “no fish observed”. 20170822.
# MBSStools v0.0.0.9010 (2017-07-31)
- Updated fish data and crosswalk table examples so have more matched
data.
Also update help to remind that data has to be on the first worksheet
for the Excel file. 20170731.
# MBSStools v0.0.0.9009 (2017-07-28)
- Updated DESCRIPTION. “Erik” to “Erik W.” and added Matt Ashton as data
contributor. 20170728.
# MBSStools v0.0.0.9008 (2017-07-21)
- Added TaxaMapsObs(). Issue \#2. 20170720.
- Libraries readxl (suggested) and rgdal (required) added to
DESCRIPTION.
Maps won’t generate without rgdal loaded. 20170720.
- Added example data and GIS files (zipped). 20170721.
# MBSStools v0.0.0.9007 (2017-06-23)
- Added “LazyData: true” to DESCRIPTION. Data was not being loaded
properly.
Issue \#9. 20170623.
# MBSStools v0.0.0.9006 (2017-06-23)
- Modified vignette.
- Modified data-raw Process data R files (wd).
- Added IonContrib.R
# MBSStools v0.0.0.9005 (2017-06-14)
- Added vignette for documentation of each function and the library as a
whole.
# MBSStools v0.0.0.9004 (2017-04-28)
- Address issues with PHIcalc from testing. Removed extra rows from
Excel import for data MBSS.PHI. Added line to convert values to
numeric inside MBSS.PHI. (not complete)
# MBSStools v0.0.0.9003 (2017-04-21)
- FlowSum(). Added Error Handling for misidentified Channels.
Updated data MBSS.flow.
# MBSStools v0.0.0.9002 (2017-04-20)
- Flow sum calculation completed. Included Channel Number as grouping
variable but sum across channels to get the total site flow.
- PHI, edit script for outlining in RStudio.
- PHI.calc() to PHIcalc().
- Data.R and folder “data-raw”.
- PHI, tweak for created data. Using Excel to build rda rather than txt
file from the Excel.
# MBSStools v0.0.0.9001 (2017-03-29)
- Completed PHI calculation.
# MBSStools v0.0.0.9000 (2017-03-27)
- Created GitHub repository.
- Added ReadME.RMD and NEWS.RMD
- PHI calculation started.