#' R Interface to Bertini
#'
#' Back-end connections to Bertini (\url{https://bertini.nd.edu}) executables
#' and front-end tools facilitating its use in the R ecosystem.
#'
#' @docType package
#' @name bertini
#' @aliases bertini package-bertini
#' @import mpoly
#' @importFrom rlang !!!
#' @importFrom stringr str_replace_all str_detect fixed str_sub str_split
#' str_replace str_c str_extract_all str_extract str_to_lower
#' @importFrom purrr pluck flatten_chr list_modify zap map_chr
#' @importFrom magrittr %>%
#' @importFrom glue glue glue_collapse
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.