summaryrefslogtreecommitdiff
path: root/R/NAMESPACE
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2023-02-07 16:09:06 +1100
committerJustin Bedo <cu@cua0.org>2023-02-07 17:08:50 +1100
commitb555b36b5c14f7a4342b10bcea8374bfe5e0fac8 (patch)
treea08064479c101d33ea350382b1cc56e748ce40c2 /R/NAMESPACE
parenta0b5f58d8d2040306006a8b9deded629692ed8f3 (diff)
add R bindings
Diffstat (limited to 'R/NAMESPACE')
-rw-r--r--R/NAMESPACE2
1 files changed, 2 insertions, 0 deletions
diff --git a/R/NAMESPACE b/R/NAMESPACE
new file mode 100644
index 0000000..35f6f6a
--- /dev/null
+++ b/R/NAMESPACE
@@ -0,0 +1,2 @@
+export("pca")
+useDynLib(codapca)