Skip to content

Commit

Permalink
Documentation fixes to avoid build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavdelius committed Oct 16, 2024
1 parent 8954576 commit 3da047f
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 10 deletions.
4 changes: 4 additions & 0 deletions R/plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,10 @@ setMethod("plot", signature(x = "MizerSim", y = "missing"),
#' level and predation mortality of each species through time. This method just
#' uses the other plotting functions and puts them all in one window.
#'
#' @param x An object of class \linkS4class{MizerParams}
#' @param y Not used
#' @param ... For additional arguments see the documentation for
#' [plotFeedingLevel()],[plotSpectra()],[plotPredMort()]
#' @return A viewport object
#' @export
#' @family plotting functions
Expand Down
4 changes: 2 additions & 2 deletions R/validSpeciesParams.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#' list of these functions).
#'
#' @param species_params The user-supplied species parameter data frame
#' @return For validSpeciesParams(): A valid species parameter data frame with
#' @return For `validSpeciesParams()`: A valid species parameter data frame with
#' additional parameters with default values.
#'
#' @seealso [species_params()], [validGearParams()], [validParams()], [validSim()]
Expand All @@ -73,7 +73,7 @@ validSpeciesParams <- function(species_params) {
}

#' @rdname validSpeciesParams
#' @return For validGivenSpeciesParams(): A valid species parameter data frame
#' @return For `validGivenSpeciesParams()`: A valid species parameter data frame
#' without additional parameters.
#' @export
validGivenSpeciesParams <- function(species_params) {
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/completeSpeciesParams.html

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

17 changes: 17 additions & 0 deletions docs/reference/plot-MizerParams-missing-method.html

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

4 changes: 2 additions & 2 deletions docs/reference/validSpeciesParams.html

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

4 changes: 2 additions & 2 deletions man/completeSpeciesParams.Rd

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

8 changes: 8 additions & 0 deletions man/plot-MizerParams-missing-method.Rd

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

4 changes: 2 additions & 2 deletions man/validSpeciesParams.Rd

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

0 comments on commit 3da047f

Please sign in to comment.