From 4b40b1828017a9631703c23cd927fcd2324627bd Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sun, 20 Sep 2009 18:14:35 +0200 Subject: [PATCH] and loading the new dataframe structure! Signed-off-by: AJ Rossini --- cls.asd | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cls.asd b/cls.asd index 1fda3fa..2ecbc20 100644 --- a/cls.asd +++ b/cls.asd @@ -1,5 +1,5 @@ ;; -*- mode: lisp -*- -;;; Time-stamp: <2009-08-26 08:10:12 tony> +;;; Time-stamp: <2009-09-19 23:18:31 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> ;;; File: cls.asd ;;; Author: AJ Rossini @@ -180,7 +180,7 @@ )) - ;; prototype and CLOS approaches. + ;; Dataframes and statistical structures. (:module "stat-data" :pathname "src/data/" @@ -190,6 +190,9 @@ "numerics-internal") :components ((:file "dataframe") + (:file "dataframe-array") + (:file "dataframe-matrixlike") + (:file "dataframe-listoflist") (:file "data") (:file "import") (:file "listoflist"))) -- 2.11.4.GIT