@(title "R") @(description "R interface for Chicken Scheme") @(author "Peter Danenberg") @(email "pcd@roxygen.org") @(username "klutometis") (module R @("The R-module provides functions for applying and evaluating R-expressions.") (R-apply R-eval R-missing) (import chicken foreign scheme srfi-1 srfi-13) (use big-chicken call-with-environment-variables debug lolevel matchable moremacros numbers shell) (parameterize ((debug? #f)) (include "R-core.scm")))