(module R ;; @("The R-module provides functions for applying and evaluating ;; R-expressions.") (NA NA? R R* R->scheme R-eval R-missing R-null) (import chicken foreign scheme srfi-1 srfi-13) (import-for-syntax matchable) (use big-chicken call-with-environment-variables define-record-and-printer lolevel matchable moremacros numbers shell) ;; TODO: We're not currently doing anything with `debug?'; is it for ;; the sake of an extraneous package? (parameterize ((debug? #f)) (include "R-core.scm")))