#' dymiumCore package
#'
#' @details
#'
#' Dynamic microsimulation framework for integrated urban models.
#'
#' See the README on
#' \href{https://github.com/dymium-org/dymiumCore#readme}{GitHub}
#'
#' @docType package
#' @name dymiumCore
#' @import R6
#' @import data.table
#' @importFrom rlang enexpr
#' @importFrom checkmate makeExpectation vname
#' @importFrom glue glue glue_col glue_collapse
#' @importFrom fs path dir_create path_ext_remove path_ext path_ext_set
#' @importFrom usethis use_template use_directory
#' @importFrom cli cli_alert_info cli_li cli_alert_danger rule symbol cli_text
#' @importFrom here here
#' @importFrom magrittr freduce functions set_colnames
#' @importFrom purrr flatten_int map map_lgl map2 map2_int map2_dfr walk walk2
#' @importFrom utils packageVersion download.file
#' @keywords internal
"_PACKAGE"
## quiets concerns of R CMD check re: the .'s that appear in pipelines
if (getRversion() >= "2.15.1") utils::globalVariables(c("."))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.