#' @import methods
NULL
# @importFrom Rcpp sourceCpp evalCpp
# @importFrom dplyr mutate filter summarize group_by select bind_rows slice n
# add_count arrange distinct pull everything if_else inner_join bind_cols
# @importFrom lubridate parse_date_time
# @importFrom mlegp mlegp predict.gp
# @importFrom rlang ensyms list2
# @importFrom stringr str_replace_all
NULL
#' @importFrom grDevices adjustcolor colorRampPalette dev.off pdf png rgb
#' devAskNewPage
#' @importFrom graphics abline axis box close.screen curve image legend lines
#' mtext par plot points polygon screen split.screen layout barplot grid
#' axis.POSIXct
#' @importFrom stats aggregate anova approx coef cor cov lm median na.omit nls
#' nls.control optim predict quantile resid rnorm sd plogis qlogis IQR mad
#' mahalanobis
#' @importFrom utils capture.output download.file read.csv recover write.table
NULL
## @useDynLib REddyProc _REddyProc_whichValueGreaterEqualC
NULL
# only checked in code by require(), let R CMD check complain (only NOTE)
#importFrom(boot, boot)
#importFrom(segmented, segmented, seg.control)
#importFrom(minpack.lm, nlsLM, nls.lm.control)
# https://www.r-bloggers.com/re-exporting-the-magrittr-pipe-operator/
#' re-export magrittr pipe operator
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.