Package: mvp
Type: Package
Title: Fast Symbolic Multivariate Polynomials
Version: 1.0-8
Authors@R: person(given=c("Robin", "K. S."), family="Hankin", role = c("aut","cre"), email="hankin.robin@gmail.com", comment = c(ORCID = "0000-0001-5982-0415"))
Depends: methods,magrittr
Suggests: knitr,rmarkdown,spray,microbenchmark,testthat
VignetteBuilder: knitr
Maintainer: Robin K. S. Hankin <hankin.robin@gmail.com>
Description: Fast manipulation of symbolic multivariate polynomials
  using the 'Map' class of the Standard Template Library.  The package
  uses print and coercion methods from the 'mpoly' package (Kahle 2013,
  "Multivariate polynomials in R".  The R Journal, 5(1):162), but offers
  speed improvements.  It is comparable in speed to the 'spray' package
  for sparse arrays, but retains the symbolic benefits of 'mpoly'.
License: GPL (>= 2)
Imports: Rcpp (>= 0.12.3), partitions, mpoly (>= 1.1.0), magic
LinkingTo: Rcpp
SystemRequirements: C++11
URL: https://github.com/RobinHankin/mvp.git
BugReports: https://github.com/RobinHankin/mvp/issues
NeedsCompilation: yes
Packaged: 2019-09-04 21:41:02 UTC; rhankin
Author: Robin K. S. Hankin [aut, cre] (<https://orcid.org/0000-0001-5982-0415>)
Repository: CRAN
Date/Publication: 2019-09-05 04:40:09 UTC
Built: R 4.0.2; x86_64-w64-mingw32; 2020-08-02 15:14:33 UTC; windows
Archs: i386, x64
