forked from ices-tools-prod/icesDatras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
80 lines (48 loc) · 2.81 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
--------------------------------------------------------------------------------
icesDatras 1.3-1 (2019-10-29)
--------------------------------------------------------------------------------
o Bug fix - deal with NULL XML feilds
--------------------------------------------------------------------------------
icesDatras 1.3-0 (2019-03-12)
--------------------------------------------------------------------------------
o Added function getIndices() to get age based indices of abundance by species,
survey and year.
o Made all examples 'dontrun' as taking a while due to slow response time of
web server.
o Added function getIndices() to get age based indices of abundance by species,
survey and year.
o Made all examples 'dontrun' as taking a while due to slow response time of
web server
--------------------------------------------------------------------------------
icesDatras 1.2-0 (2017-01-10)
--------------------------------------------------------------------------------
o Removed RCurl dependency by using download.file() and scan().
o Removed XML dependency by using grep() and gsub().
--------------------------------------------------------------------------------
icesDatras 1.1-1 (2016-09-14)
--------------------------------------------------------------------------------
o Improved XML parsing, gaining speed by deleting XML nodes once read.
o New function getCatchWgt() to calculate total reported catch weight by species
and haul.
--------------------------------------------------------------------------------
icesDatras 1.1-0 (2016-08-17)
--------------------------------------------------------------------------------
o New argument 'surveys' in function getDatrasDataOverview() allows faster
overviews for one or few surveys.
o Improved XML parsing, so both leading and trailing white space is removed.
o Improved XML parsing, so -9 and "" is converted to NA.
o Improved XML parsing, so data frame columns are automatically coerced to the
appropriate storage mode (character, numeric, integer).
--------------------------------------------------------------------------------
icesDatras 1.0-3 (2016-08-09)
--------------------------------------------------------------------------------
o Fixed bug where code assumed stringsAsFactors = FALSE by default.
o Remove trailing white space from HHdata table entries.
o Added function getDATRAS() from retired package rICES to extract multiple
years and quarters.
--------------------------------------------------------------------------------
icesDatras 1.0-0 (2016-08-04)
--------------------------------------------------------------------------------
o Initial release, with functions getCAdata(), getDatrasDataOverview(),
getHHdata(), getHLdata(), getSurveyInsertDate(), getSurveyList(),
getSurveyYearList(), and getSurveyYearQuarterList().