R/tidypopgen-package.R

#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @import dplyr
#' @import tibble
#' @importFrom Rcpp sourceCpp
#' @importFrom rlang :=
#' @useDynLib tidypopgen, .registration = TRUE
#' @importFrom ggplot2 autoplot
## usethis namespace: end
NULL

#' @importFrom generics tidy
#' @export
generics::tidy

#' @importFrom generics augment
#' @export
generics::augment

#' @importFrom ggplot2 autoplot
#' @export
ggplot2::autoplot

Try the tidypopgen package in your browser

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

tidypopgen documentation built on Aug. 28, 2025, 1:08 a.m.