Skip to content

Commit bf7ea46

Browse files
committed
Update to version 1.7.4
1 parent 26c2d19 commit bf7ea46

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

TMB/DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: TMB
22
Type: Package
33
Title: Template Model Builder: A General Random Effect Tool Inspired by 'ADMB'
4-
Version: 1.7.3
5-
Date: 2016-09-05
4+
Version: 1.7.4
5+
Date: 2016-09-21
66
Authors@R: c(person("Kasper","Kristensen",role=c("aut","cre","cph"),email="[email protected]"),
77
person("Brad","Bell",role="cph"),
88
person("Hans","Skaug",role="ctb"),

TMB/NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
------------------------------------------------------------------------
2+
TMB 1.7.4 (2016-09-21)
3+
------------------------------------------------------------------------
4+
5+
o Add onLoad check on 'Matrix' package version.
6+
7+
o runExample: Fixed bug when running all examples from a specified
8+
example folder.
9+
10+
o sdreport: Fixed bug in the case with exactly one random effect.
11+
12+
o sdreport: Reduced size of output.
13+
114
------------------------------------------------------------------------
215
TMB 1.7.3 (2016-09-05)
316
------------------------------------------------------------------------

dox/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PROJECT_NAME = "TMB Documentation"
3131
# This could be handy for archiving the generated documentation or
3232
# if some version control system is used.
3333

34-
PROJECT_NUMBER=v1.7.3
34+
PROJECT_NUMBER=v1.7.4
3535

3636
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
3737
# base path where the generated documentation will be put.

0 commit comments

Comments
 (0)