# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "redcas" in publications use:' type: software license: GPL-3.0-only title: 'redcas: An Interface to the Computer Algebra System ''REDUCE''' version: 0.1.1 doi: 10.32614/CRAN.package.redcas abstract: '''REDUCE'' is a portable general-purpose computer algebra system supporting scalar, vector, matrix and tensor algebra, symbolic differential and integral calculus, arbitrary precision numerical calculations and output in ''LaTeX'' format. ''REDUCE'' is based on ''Lisp'' and is available on the two dialects ''Portable Standard Lisp'' (''PSL'') and ''Codemist Standard Lisp'' (''CSL''). The ''redcas'' package provides an interface for executing arbitrary ''REDUCE'' code interactively from ''R'', returning output as character vectors. ''R'' code and ''REDUCE'' code can be interspersed. It also provides a specialized function for calling the ''REDUCE'' feature for solving systems of equations, returning the output as an ''R'' object designed for the purpose. A further specialized function uses ''REDUCE'' features to generate ''LaTeX'' output and post-processes this for direct use in ''LaTeX'' documents, e.g. using ''Sweave''.' authors: - family-names: Gregory given-names: Martin email: mairtin.macghreagoir@gmail.com repository: https://CRAN.R-project.org/package=redcas date-released: '2024-11-05' contact: - family-names: Gregory given-names: Martin email: mairtin.macghreagoir@gmail.com