Package: rim
Type: Package
Title: R's Interface to Maxima, Bringing Symbolic Computation into R
Version: 0.5.0
Date: 2021-11-16
Authors@R: c(
    person("Kseniia", "Shumelchyk", email = "shumelchyk@gmail.com", role = c("aut")),
    person("Hans W.", "Borchers", email = "hwborchers@googlemail.com", role = c("aut")),
    person("Eric", "Stemmler", email = "stemmler.eric@gmail.com", role = c("aut", "cre")))
Description: Provides an interface to the powerful and fairly complete computer algebra system maxima.
    It can be used to start and control 'Maxima' from within R by entering 'Maxima' commands. 
    It facilitates outputting results from 'Maxima' in 'LaTeX' and 'MathML'. 2D and 3D plots can be displayed directly. This package also registers a 'knitr'-engine 
    enabling 'Maxima' code chunks to be written in 'RMarkdown' documents.
URL: https://rcst.github.io/rim/
BugReports: https://github.com/rcst/rim/issues
SystemRequirements: Maxima (https://sourceforge.net/projects/maxima/,
        tested with versions >=5.42.1), needs to be on PATH
License: GPL (>= 3)
Imports: methods, Rcpp, R6, knitr, rmarkdown, stringr, GlobalOptions
LinkingTo: Rcpp
RoxygenNote: 7.1.2
Suggests: testthat (>= 3.0.0), digest, OpenImageR
Config/testthat/edition: 3
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2021-11-17 18:31:16 UTC; eric
Author: Kseniia Shumelchyk [aut],
  Hans W. Borchers [aut],
  Eric Stemmler [aut, cre]
Maintainer: Eric Stemmler <stemmler.eric@gmail.com>
Repository: CRAN
Date/Publication: 2021-11-17 18:50:02 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2021-11-18 11:46:12 UTC; unix
Archs: rim.so.dSYM
