[Rcpp-commits] r3508 - pkg/RcppSMC
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Mar 14 03:39:07 CET 2012
Author: edd
Date: 2012-03-14 03:39:02 +0100 (Wed, 14 Mar 2012)
New Revision: 3508
Added:
pkg/RcppSMC/TODO
Log:
added simple punchlist of things to possibly look at
Added: pkg/RcppSMC/TODO
===================================================================
--- pkg/RcppSMC/TODO (rev 0)
+++ pkg/RcppSMC/TODO 2012-03-14 02:39:02 UTC (rev 3508)
@@ -0,0 +1,17 @@
+
+ * Add more examples
+
+ * Maybe remove example 2 from the JSS paper
+
+ * Should src/* files be named *.cc or *.cpp or mixed? DE doesn't
+ care much either way, but prefers consistency -- so far it's *.cc
+ for the SMC code.
+
+ * Dito for headers: DE mostly uses .h out of convention; .hh or .hpp
+ actually make more sense; whatever works with Emacs is fine by me
+
+ * For blockpfGaussianOpt, we could be fancy and return an S3 object
+ with a plot method. Maybe later.
+
+ * Once we are happy with the GSL -> R rng switch, we can remove all
+ commented-out references to the GSL
\ No newline at end of file
More information about the Rcpp-commits
mailing list