-
Notifications
You must be signed in to change notification settings - Fork 4
/
NEWS
112 lines (87 loc) · 3.32 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
------------------------------------------------
version 5.0
* New shiny function (WRC_App) to automatically fit the water retention curves
* Fixed on documentation
------------------------------------------------
version 4.1
* Documentation fixes
* Starting message fixed
------------------------------------------------
version 4.0
* Documentation fixes
* Code fixes in soilStrength
* New functions: particle.sedimentation(), aggreg.stability(), r(),
psd(), Kr(), llwr_llmpr(), hydraulicCutOff2()
* Several shiny apps
* New data: SoilAggregate
* Fixes on tkrplot and rpanel dependency
* New citation entry
------------------------------------------------
version 3.1
* Documentation fixes
* New functions: stressTraffic(), for predicting the
applied stress in the soil profile; soilStrength(),
for predicting load bearing capacity; llwrPTF() and soilDeformation()
* Output "LLWR" of llwr() fixed
* New reference for citation()
------------------------------------------------
version 3.0
* Documentation fixes
* New references for citation()
* Data skp1994 were updated (now in full)
------------------------------------------------
version 2.4
* Documentation fixes
* New arguments for llwr() and new graphical output
* Missing legends added to iwc() graphs
------------------------------------------------
version 2.3
* Documentation fixes
* New detailed output for iwc() and new
graphical arguments
* Three new methods for calculating 'mcp' with maxcurv()
------------------------------------------------
version 2.2
* Documentation fixes
* New argument (hos = 0) on iwc() for dealing with
salinity effects
* Boundaries for the argument mcp of sigmaP()
------------------------------------------------
version 2.1
* Documentation fixes
* corretions on the graphic output of iwc()
* 'mcp' bug fixed on sigmaP()
* new output for sigmaP(), now with compression and
decompression indices
* print method for sigmaP()
* new functions: simSigmaP() and plotCIsigmaP()
* bug fixed on maxcurv()
* new graphical output for maxcurv()
------------------------------------------------
version 2.0
* Documentation fixes
* new argument (water.model) in the function llwr()
* new graphic output and print.method for llwr()
* R-squared for the models fitted in llwr()
* R-squared for the models fitted in fitsoilwater(),
fitsoilwater2(), fitsoilwater3(), fitsoilwater5()
* new functions: soilwater2(), fitsoilwater2(),
soilwater3(), fitsoilwater3(), soilwater4(),
fitsoilwater4(), soilwater5(), fitsoilwater5(),
soilwater6(), fitsoilwater6(), hydraulicCutOff(),
hemc(), iwc()
------------------------------------------------
version 1.2
* Documentation fixes
* function llwr()
* data set skp1994
* automatic casagrande method in the function sigmaP()
* a flow chart in the documentation of sigmaP()
------------------------------------------------
version 1.1
* Documentation fixes
* S3 print method for the classes: criticalmoisture,
maxcurv and S.index
------------------------------------------------
version 1.0
* First version released on CRAN