Also version NAMESPACE because roxygen2 complains when missing
[morpheus.git] / pkg / NAMESPACE
diff --git a/pkg/NAMESPACE b/pkg/NAMESPACE
new file mode 100644 (file)
index 0000000..2c6f6a1
--- /dev/null
@@ -0,0 +1,28 @@
+# Generated by roxygen2: do not edit by hand
+
+export(alignMatrices)
+export(computeMoments)
+export(computeMu)
+export(generateSampleIO)
+export(multiRun)
+export(normalize)
+export(optimParams)
+export(plotBox)
+export(plotCoefs)
+export(plotHist)
+importFrom(graphics,barplot)
+importFrom(graphics,boxplot)
+importFrom(graphics,hist)
+importFrom(graphics,matplot)
+importFrom(graphics,par)
+importFrom(jointDiag,ajd)
+importFrom(methods,new)
+importFrom(pracma,integral)
+importFrom(stats,integrate)
+importFrom(stats,pnorm)
+importFrom(stats,rbinom)
+importFrom(stats,rmultinom)
+importFrom(stats,rnorm)
+importFrom(stats,runif)
+importFrom(stats,sd)
+useDynLib(morpheus, .registration = TRUE)