#' pacea package importFrom requirements
#'
#' Adapting from https://github.com/pbs-assess/gfiphc/blob/master/R/gfiphc.R
#' (see that if get issues with column names within dplyr functions for what to
#' add). And from
#' https://github.com/andrew-edwards/sizeSpectra/blob/master/R/sizeSpectra.R for
#' some tibble related stuff.
#' And from the 'Consider adding' output from check(vignettes = FALSE), adding
#' here to then go into NAMESPACE
#'
#' @docType package
#' @name pacea_import_from
#' @importFrom dplyr filter mutate summarise select group_by n arrange ungroup
#' @importFrom dplyr inner_join left_join right_join anti_join full_join
#' @importFrom dplyr semi_join row_number
#' @importFrom dplyr bind_rows case_when pull contains tibble rename as_tibble
#' @importFrom magrittr %>%
#' @importFrom rlang .data
#' @importFrom stats na.omit
#' @importFrom grDevices rgb
#' @importFrom graphics abline axis lines mtext par plot.default points polygon segments
#' @importFrom stats approx setNames
#' @importFrom utils tail type.convert
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.