Skip to content

Commit

Permalink
cran fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fishfollower committed Oct 26, 2016
1 parent b904a8a commit fc233ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stockassessment/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: stockassessment
Title: State-Space Assessment Model
Version: 0.0.2
Date: 2016-9-7
Version: 0.0.3
Date: 2016-10-26
Authors@R: c(person("Anders","Nielsen",role=c("aut","cre"), email="[email protected]"),
person("Casper","Berg",role="aut"),
person("Kasper","Kristensen",role="aut"))
Expand Down
1 change: 1 addition & 0 deletions stockassessment/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ importFrom(stats,optimHess)
importFrom(stats,residuals)
importFrom(utils,packageVersion)
importFrom(utils,read.table)
importFrom(utils,relist)
useDynLib(stockassessment)
1 change: 1 addition & 0 deletions stockassessment/R/run.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
##' @param ... extra arguments to MakeADFun
##' @importFrom TMB MakeADFun sdreport
##' @importFrom stats nlminb optimHess
##' @importFrom utils relist
##' @details ...
##' @useDynLib stockassessment
##' @export
Expand Down

0 comments on commit fc233ca

Please sign in to comment.