|
1 | 1 | #' @keywords internal |
2 | 2 | "_PACKAGE" |
3 | 3 |
|
4 | | -# The following block is used by usethis to automatically manage |
5 | | -# roxygen namespace tags. Modify with care! |
6 | 4 | ## usethis namespace: start |
| 5 | + |
| 6 | +#' @import rlang |
| 7 | +#' @importFrom dplyr %>% |
| 8 | +#' @importFrom dplyr count |
| 9 | +#' @importFrom dplyr group_by |
| 10 | +#' @importFrom dplyr matches |
| 11 | +#' @importFrom dplyr mutate |
| 12 | +#' @importFrom dplyr mutate_all |
| 13 | +#' @importFrom dplyr rename_all |
| 14 | +#' @importFrom dplyr sample_n |
| 15 | +#' @importFrom dplyr select |
| 16 | +#' @importFrom dplyr slice |
| 17 | +#' @importFrom dplyr starts_with |
| 18 | +#' @importFrom dplyr ungroup |
| 19 | +#' @importFrom ggplot2 ggplot geom_step xlab ylab aes autoplot |
| 20 | +#' @importFrom glue glue |
| 21 | +#' @importFrom hardhat forge |
| 22 | +#' @importFrom hardhat mold |
| 23 | +#' @importFrom hardhat new_model |
| 24 | +#' @importFrom hardhat validate_prediction_size |
| 25 | +#' @importFrom Matrix Matrix colSums |
| 26 | +#' @importFrom proxyC simil |
| 27 | +#' @importFrom purrr map_dfc |
| 28 | +#' @importFrom purrr map2_dfc |
| 29 | +#' @importFrom stats approx |
| 30 | +#' @importFrom stats ecdf |
| 31 | +#' @importFrom stats prcomp |
| 32 | +#' @importFrom stats predict |
| 33 | +#' @importFrom stats quantile |
| 34 | +#' @importFrom stats setNames |
| 35 | +#' @importFrom tibble as_tibble |
| 36 | +#' @importFrom tibble tibble |
| 37 | +#' @importFrom tidyr gather |
| 38 | +#' @importFrom tidyselect vars_select |
| 39 | +#' @importFrom utils globalVariables |
7 | 40 | ## usethis namespace: end |
| 41 | + |
| 42 | +# ------------------------------------------------------------------------------ |
| 43 | +# global variable" check |
| 44 | +# nocov |
| 45 | +# nocov end |
| 46 | +# Reduce false positives when R CMD check runs its "no visible binding for |
| 47 | +utils::globalVariables( |
| 48 | + c("cumulative", "n", "sim", "percentile", "component", "value") |
| 49 | +) |
8 | 50 | NULL |
0 commit comments