Package: hypergeo2
Title: Generalized Hypergeometric Function with Tunable High Precision
Version: 0.2.0
Authors@R: 
    person("Xiurui", "Zhu", , "zxr6@163.com", role = c("aut", "cre"),
           comment = NULL)
Description: Computation of generalized hypergeometric function with tunable high precision in a vectorized manner, with the floating-point datatypes from 'mpfr' or 'gmp' library. The computation is limited to real numbers.
License: MIT + file LICENSE
Suggests: 
    ggplot2,
    hypergeo,
    microbenchmark,
    testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LinkingTo: 
    BH,
    Rcpp
Imports: 
    Rcpp
URL: https://github.com/zhuxr11/hypergeo2
BugReports: https://github.com/zhuxr11/hypergeo2/issues
SystemRequirements: gmp, mpfr
