[Rcpp-commits] r2023 - in pkg/Rcpp: . inst/doc/Rcpp-FAQ

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Aug 15 14:32:40 CEST 2010


Author: romain
Date: 2010-08-15 14:32:37 +0200 (Sun, 15 Aug 2010)
New Revision: 2023

Modified:
   pkg/Rcpp/TODO
   pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw
Log:
mention the TODO file in the FAQ

Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO	2010-08-15 12:26:06 UTC (rev 2022)
+++ pkg/Rcpp/TODO	2010-08-15 12:32:37 UTC (rev 2023)
@@ -56,8 +56,8 @@
 	maybe we should use LazyVector like in outer to somehow cache the 
 	result when it is judged expensive to calculate
 	
-	o	The current impl of "diff" might cause problems (e.g. with ifelse) due to 
-	laziness, it is probably best to not make it lazy
+    o	The current impl of "diff" might cause problems (e.g. with ifelse) due to 
+    laziness, it is probably best to not make it lazy
 
     o 	crossprod
 	

Modified: pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw	2010-08-15 12:26:06 UTC (rev 2022)
+++ pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw	2010-08-15 12:32:37 UTC (rev 2023)
@@ -328,15 +328,17 @@
 \subsection{I like it. How can I help ?}
 \label{helping}
 
-We maintain some feature request in the R-forge tracker in the \pkg{Rcpp}
-project page. If you feel you want to draft code for these, we would be glad
-to study patches and incorporate them in \pkg{Rcpp}.
+The current list of things to do is available in our \texttt{TODO} file. 
+\href{https://r-forge.r-project.org/scm/viewvc.php/pkg/Rcpp/TODO?view=markup&root=rcpp}. 
+If you are willing to donate time and have skills in C++, let us know. If you are 
+willing to donate money to sponsor improvements, let us know. 
 
 You can also spread the word about \pkg{Rcpp}. There are many packages on CRAN
 that use \proglang{C++}, yet are not using \pkg{Rcpp}. You could write a
 review of \pkg{Rcpp} in \href{http://crantastic.org}{crantastic}, blog about
 it or get the word out otherwise.
 
+
 \subsection{I don't like it. How can I help ?}
 
 It is very generous of you to still want to help. Perhaps you can tell us



More information about the Rcpp-commits mailing list