Skip to content

Commit

Permalink
increment version to 1.30.1, update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
iantaylor-NOAA committed Feb 2, 2018
1 parent 5bb67a1 commit e6b65be
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: r4ss
Type: Package
Title: R Code for Stock Synthesis
Version: 1.30.0
Date: 2018-01-25
Version: 1.30.1
Date: 2018-02-02
Author: Ian G. Taylor, Ian J. Stewart, Allan C. Hicks, Tommy M. Garrison,
Andre E. Punt, John R. Wallace, Chantel R. Wetzel, James T. Thorson,
Yukio Takeuchi, Kotaro Ono, Cole C. Monnahan, Christine C. Stawitz,
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ cleanup of terminology in latest Stock Synthesis
* Limited support for models that use Dirichlet-Multinomial likelihood
(currently only works for age compositions, not length comps)

# r4ss 1.30.1 (February 2, 2018)

* Fix bugs in new stock-recruit plot, and cohort lines added to bubbles

4 changes: 3 additions & 1 deletion R/SS_readforecast.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ SS_readforecast <- function(file='forecast.ss', Nfleets, Nareas, nseas,
mylist$Fcast_selex <- NA
if(version=="3.30" | version==3.3){
mylist$Fcast_selex <- allnums[i]; i <- i+1 # not present in early 3.30 versions
cat("Forecast selectivity option: ", mylist$Fcast_selex, "\n")
if(verbose){
cat("Forecast selectivity option: ", mylist$Fcast_selex, "\n")
}
}
mylist$ControlRuleMethod <- allnums[i]; i <- i+1
mylist$BforconstantF <- allnums[i]; i <- i+1
Expand Down
2 changes: 1 addition & 1 deletion R/r4ss-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' parameterizations, and various other tasks.
#'
#' \tabular{ll}{ Package: \tab r4ss\cr Type: \tab Package\cr Version: \tab
#' 1.30.0\cr Date: \tab 2018-01-25\cr License: \tab GPL-3\cr LazyLoad: \tab
#' 1.30.1\cr Date: \tab 2018-02-02\cr License: \tab GPL-3\cr LazyLoad: \tab
#' yes\cr URL: \tab \url{https://github.com/r4ss/}\cr }
#' Should be compatible with Stock Synthesis versions 3.24 through 3.30
#' (specifically version 3.30.10.00, from January 9, 2018).
Expand Down
2 changes: 1 addition & 1 deletion man/SSplotComps.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/r4ss-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6b65be

Please sign in to comment.