From 1b9ee1091e17d0dbb8bc9f7156b6c4ebada556e9 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Mon, 5 Nov 2007 11:43:36 +0100 Subject: [PATCH] Need to export a few more things. --- ls-user.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ls-user.lisp b/ls-user.lisp index 11f491b..331e916 100644 --- a/ls-user.lisp +++ b/ls-user.lisp @@ -14,9 +14,11 @@ should be packaged up elsewhere for reproducibility.") :lisp-stat-types :lisp-stat-float :lisp-stat-basics + :lisp-stat-data :lisp-stat-math :lisp-stat-matrix :lisp-stat-linalg + :lisp-stat-descriptive-statistics :lisp-stat-regression-linear) (:shadowing-import-from :lisp-stat-object-system slot-value call-method call-next-method) -- 2.11.4.GIT