Type: Package
Package: qspray
Title: Multivariate Polynomials with Rational Coefficients
Version: 2.1.0
Authors@R: c(
    person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("aut", "cre")),
    person("Robin", "Hankin", role = c("ctb", "cph"),
           comment = "author of the 'spray' package, which strongly inspired this package")
  )
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Description: Symbolic calculation and evaluation of multivariate
    polynomials with rational coefficients. This package is strongly
    inspired by the 'spray' package. It also provides a function to 
    compute Gröbner bases (reference <doi:10.1007/978-3-319-16721-3>).
License: GPL-3
URL: https://github.com/stla/qspray
BugReports: https://github.com/stla/qspray/issues
Imports: DescTools, gmp, methods, purrr, RationalMatrix, Rcpp (>=
        1.0.9), Ryacas, utils
LinkingTo: BH, Rcpp, RcppArmadillo
Encoding: UTF-8
RoxygenNote: 7.2.3
SystemRequirements: C++ 17, gmp, mpfr
Collate: 'RcppExports.R' 'groebner.R' 'internal.R' 'qspray.R' 'yacas.R'
NeedsCompilation: yes
Packaged: 2023-08-07 13:38:44 UTC; SDL96354
Author: Stéphane Laurent [aut, cre],
  Robin Hankin [ctb, cph] (author of the 'spray' package, which strongly
    inspired this package)
Repository: CRAN
Date/Publication: 2023-08-07 15:10:02 UTC
