Skip to content
bwallace edited this page Sep 13, 2010 · 6 revisions

Some main points on the design:

  • All UI elements in Python (Qt).
  • All computations in R.
  • All calls to R must be executed via the meta_py_r.py interface; no other module should ever reference R directly

Data structures

Clone this wiki locally