R/bertini-package.R

#' 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
dkahle/bertini documentation built on July 16, 2022, 9:26 a.m.