The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

<!DOCTYPE html> README

redcas - R interface to REDUCE

This initial version can start an interactive REDUCE session, send REDUCE commands to the session, retrieve and format the output of those commands and close the session. Any REDUCE command which does not require user interaction may be executed and the output is returned as a character vector or list of character vectors. There are also two specialized functions which format: asltx produces LaTeX and redSolve returns the output of the REDUCE solve operator as a custom R object.

System Requirements

In order to use redcas on Linux either the CSL or PSL dialect must be installed and in the search path. For MacOS, only CSL is available. There are other options besides the search path for finding the REDUCE executable - see the documentation for redStart() for details.

REDUCE is available from http://www.reduce-algebra.com and has been tested with versions >=6339.

Installation

Installation is done in the usual way:

install.packages("redcas")

redcas can be installed even if there is no REDUCE installation, but cannot be used.

Testing

The package redcas comes with 328 tests. if no REDUCE installation is present 46 tests involving only R code will be executed which the remaining 282 will be skipped. A summary of the test results are contained in the file 99-test-results.Rout in the test output directory.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.