-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNEWS
More file actions
35 lines (22 loc) · 940 Bytes
/
Copy pathNEWS
File metadata and controls
35 lines (22 loc) · 940 Bytes
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
readdst 0.0.7
-------------
* fix data filters when "[Line length]" or "Observer" are used to subset data
* ensure that the top level ("stratum", 10) area is used in data creation
readdst 0.0.6
-------------
* data returned if there are no Analyses setup in the project
* support for no "visits" column, but if there is a "visit" column
* beginnings of cue count support
* fix bad processing when Labels looked numeric but should habe been interpreted as character (e.g., "1.6"!="1.60")
readdst 0.0.5
-------------
* documentation and vignette improvements and updates
* bug fixes in abundance calculations
* ODBC issue fixes in Windows
readdst 0.0.4
-------------
* use read.delim rather than read_delim, which seems unstable. No dependency on readr any more!
* ignore "Assign" commands, thanks to Francois Bolduc for reporting this bug
readdst 0.0.3
-------------
* RODBC support is here! You can now use readdst on Windows!