From 24551a48e02152f0a1dd070316fd729bc26f7c58 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Fri, 3 Oct 2008 02:39:21 +0200 Subject: [PATCH] more package cleanup --- lispstat.asd | 26 +++++++++++++------------- src/packages.lisp | 8 +++----- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/lispstat.asd b/lispstat.asd index 13e40a5..3d204f2 100644 --- a/lispstat.asd +++ b/lispstat.asd @@ -2,7 +2,7 @@ ;;; Copyright (c) 2005--2008, by AJ Rossini ;;; ASDF packaging for CommonLisp Stat ;;; License: BSD, see the top level directory file LICENSE for details. -;;; Time-stamp: <2008-10-03 02:25:15 tony> +;;; Time-stamp: <2008-10-03 02:37:10 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> (in-package :cl-user) @@ -215,18 +215,18 @@ ;; "dists")) )) - (:module - "lisp-stat-user" - :pathname "src/" - :depends-on ("packaging" "proto-objects" - "lispstat-core" - "numerics-internal" - "stat-data" - "lispstat-basics" - "descriptives" - "optimization" - "stat-models") - :components ((:file "ls-user"))) +;; (:module +;; "lisp-stat-user" +;; :pathname "src/" +;; :depends-on ("packaging" "proto-objects" +;; "lispstat-core" +;; "numerics-internal" +;; "stat-data" +;; "lispstat-basics" +;; "descriptives" +;; "optimization" +;; "stat-models") +;; :components ((:file "ls-user"))) (:module "lisp-stat-unittest" diff --git a/src/packages.lisp b/src/packages.lisp index 787257d..f8e1eab 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2008-10-03 02:34:15 tony> +;;; Time-stamp: <2008-10-03 02:38:51 tony> ;;; Creation: <2008-03-11 19:18:34 user> ;;; File: packages.lisp ;;; Author: AJ Rossini @@ -70,13 +70,11 @@ (:use :common-lisp :lisp-matrix :lisp-stat-data-clos) - (:export regression-model regression-model-obj x y intercept sweep-matrix - basis weights included total-sum-of-squares residual-sum-of-squares - predictor-names response-name case-labels)) + (:export regression-model)) -;;; +;;; USER PACKAGES (defpackage :lisp-stat (:documentation "Experimentation package for LispStat. Serious work -- 2.11.4.GIT