-
Notifications
You must be signed in to change notification settings - Fork 10
/
NEWS
145 lines (83 loc) · 2.87 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
flora 0.3.8
================
* Updated dataset (11th Jan 2024)
flora 0.3.7
================
* Updated dataset (7th Jul 2022)
* Included the June 2022 MMA threatned species list (7th Jul 2022)
flora 0.3.6
================
* Updated dataset (18th Mar 2022)
flora 0.3.5
================
* Updated dataset (7th Jan 2021)
flora 0.3.4
================
* Updated dataset (10th April 2020)
* Fixed threat statuses
flora 0.3.3
================
* Updated dataset (6th Feb 2020)
* Threat status now comes from CNC Flora
* Domain and endemism are now available
flora 0.3.2
================
* Updated dataset (29th Oct 2019)
flora 0.3.1
================
* Vegetation type and life form are now included in the dataset
* Updated dataset (29th Jan 2019)
flora 0.3.0
================
* Much improved performance
* Updated dataset (27th Oct 2017)
flora 0.2.9
================
* New function to retrieve information on vegetation types for a list of taxa (`get_vegtype`)
flora 0.2.8
================
* New function to list all the synonyms of a name (`get.synonyms`)
* New functions to get phytogeographic domains (`get_domains`)
* Removed shiny from imports
flora 0.2.7
================
* Updated dataset (21st Feb 2016)
* New parse option in `get.taxa` to remove authors using the GBIF parser
* Changed the name of the data source from Brazilian Flora Checklist to Brazilian Flora 2020
flora 0.2.6
================
* Updated dataset (31st July)
* Export taxa in the Phylomatic format
flora 0.2.5
================
* Updated dataset (April 29th)
* Fixed linkouts in `web.flora`
* Fixed species occurrences
flora 0.2.4
================
* Updated dataset (March 15th)
* Added option to crosscheck the returned taxa against the CNC Flora red list
flora 0.2.3
================
* Fixed the name suggestion code
* More conservative approximate name matching to avoid incorrect suggestions
* Included a slider in the web app to control the name matching conservativeness
flora 0.2.2
================
* Fixed a bug where duplicate names where not processed correctly
* Speed improvements
* New shiny web app included
flora 0.2
================
* All needed data is now included in the package. No internet connection needed
* New function `get.taxa` to get taxonomic data
* New function `occurrence` to get occurrence data
* New function `fixCase` to fix name casing
* New function `lower.taxa` to get downstream taxa
* New function `remove.authors` to attempt to remove authors from names
* New function `standardize.names` to standardize taxon names
* New function `trim` to trim whitespace characters from names
* New function `vernacular` to search for taxa using vernacular names
* Much improved `suggest.names`
* `get.taxon.info` is now deprecated
* `fmt.taxa` is now deprecated