R/ssdtools-package.R

# Copyright 2015-2023 Province of British Columbia
# Copyright 2021 Environment and Climate Change Canada
# Copyright 2023-2024 Australian Government Department of Climate Change,
# Energy, the Environment and Water
#
#    Licensed under the Apache License, Version 2.0 (the "License");
#    you may not use this file except in compliance with the License.
#    You may obtain a copy of the License at
#
#       https://www.apache.org/licenses/LICENSE-2.0
#
#    Unless required by applicable law or agreed to in writing, software
#    distributed under the License is distributed on an "AS IS" BASIS,
#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#    See the License for the specific language governing permissions and
#    limitations under the License.

#' @rawNamespace useDynLib(ssdtools, .registration=TRUE); useDynLib(ssdtools_TMBExports)
#' @keywords internal
"_PACKAGE"

utils::globalVariables("where")

## usethis namespace: start
#' @import chk ggplot2
#' @import rlang
#' @importFrom abind abind
#' @importFrom furrr future_map furrr_options
#' @importFrom generics augment glance tidy
#' @importFrom ggplot2 autoplot sym
#' @importFrom glue glue
#' @importFrom goftest ad.test cvm.test
#' @importFrom graphics par plot title
#' @importFrom grid gList gpar grobName gTree polygonGrob segmentsGrob
#' @importFrom lifecycle deprecated expect_defunct expect_deprecated deprecate_soft deprecate_stop deprecate_warn
#' @importFrom parallel nextRNGStream nextRNGSubStream
#' @importFrom plyr summarise
#' @importFrom purrr list_assign transpose
#' @importFrom Rcpp sourceCpp
#' @importFrom scales manual_pal label_percent trans_breaks
#' @importFrom ssddata gm_mean
#' @importFrom stats coef complete.cases ks.test logLik nobs optim plogis predict qlogis runif sd setNames weighted.mean
#' @importFrom stats uniroot
#' @importFrom stringr str_order
#' @importFrom tibble as_tibble tibble
#' @importFrom TMB MakeADFun sdreport
#' @importFrom universals estimates npars
#' @importFrom utils capture.output relist
## usethis namespace: end
NULL

Try the ssdtools package in your browser

Any scripts or data that you put into this service are public.

ssdtools documentation built on April 4, 2025, 12:35 a.m.