R/adventofcode-package.R

#' adventofcode
#'
#' adventofcode solutions in R
#'
#' @references \url{https://adventofcode.com/2021}
#' @keywords internal
#'
#' @import assertthat
#' @import camcorder
#' @import docstring
#' @import dplyr
#' @import ggplot2
#' @importFrom here here
#' @import JuliaCall
#' @rawNamespace import(plotly, except = last_plot)
#' @importFrom purrr pluck
#' @import R6
#' @import reticulate
#' @importFrom R.utils seqToIntervals
#' @importFrom tidyr separate unite
#' @importFrom stats optimize setNames step
#' @importFrom utils combn data head read.table tail
#'
"_PACKAGE"

NULL
soniamitchell/adventofcode documentation built on Jan. 8, 2022, 9:33 a.m.