Skip to content

Commit

Permalink
Remove links to stockassessment package (fix warning on CRAN)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arni Magnusson committed May 24, 2019
1 parent bb8acd2 commit d8584a3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 21 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: icesTAF
Version: 3.1-0
Version: 3.1-1
Date: 2019-05-24
Title: Functions to Support the ICES Transparent Assessment Framework
Authors@R: c(person("Arni", "Magnusson", role=c("aut","cre"), email="[email protected]"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
icesTAF 3.1-0 (2019-05-24)
icesTAF 3.1-1 (2019-05-24)
--------------------------------------------------------------------------------
o Added function convert.spaces() to convert spaces in filenames.

Expand Down
17 changes: 7 additions & 10 deletions R/sam2taf.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,13 @@
#' @seealso
#' \code{\link{summary.taf}} describes the TAF format.
#'
#' \code{\link[stockassessment]{catchtable}},
#' \code{\link[stockassessment]{fbartable}},
#' \code{\link[stockassessment]{rectable}},
#' \code{\link[stockassessment]{ssbtable}}, and
#' \code{\link[stockassessment]{tsbtable}} return matrices with SAM estimates
#' and confidence limits.
#'
#' The \code{\link[stockassessment:summary.sam]{summary}} method produces a
#' summary SAM table with some key quantities of interest, containing duplicated
#' column names (\verb{Low}, \verb{High}) and rounded values.
#' \code{catchtable}, \code{fbartable}, \code{rectable}, \code{ssbtable}, and
#' \code{tsbtable} (in the \pkg{stockassessment} package) return matrices with
#' SAM estimates and confidence limits.
#'
#' The \code{summary} method for \code{sam} objects produces a summary table
#' with some key quantities of interest, containing duplicated column names
#' (\verb{Low}, \verb{High}) and rounded values.
#'
#' \code{\link{icesTAF-package}} gives an overview of the package.
#'
Expand Down
15 changes: 6 additions & 9 deletions man/sam2taf.Rd

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

0 comments on commit d8584a3

Please sign in to comment.