aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2016-02-10 20:19:51 -0500
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2016-02-10 20:19:51 -0500
commit6c3d2ff1cb9e7bd3bf1426e1ec4cecd0891ea089 (patch)
tree0cf43714e1252ae833e473dc6beed6ddad953663 /NAMESPACE
parentadded authors and dependencies (diff)
downloadsparsestep-6c3d2ff1cb9e7bd3bf1426e1ec4cecd0891ea089.tar.gz
sparsestep-6c3d2ff1cb9e7bd3bf1426e1ec4cecd0891ea089.zip
bugfixes, documentation improvements, and generic function agreement
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/NAMESPACE b/NAMESPACE
index c3f5715..a42304f 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -4,6 +4,6 @@ S3method(coef,sparsestep)
S3method(plot,sparsestep)
S3method(predict,sparsestep)
S3method(print,sparsestep)
+export(path.sparsestep)
export(sparsestep)
-export(sparsestep.cd)
-export(sparsestep.path)
+import(Matrix)