[Rcpp-commits] r1488 - pkg/Rcpp/inst/doc/Rcpp-FAQ

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jun 8 12:17:35 CEST 2010


Author: edd
Date: 2010-06-08 12:17:34 +0200 (Tue, 08 Jun 2010)
New Revision: 1488

Modified:
   pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw
Log:
one more round of minor tweaks


Modified: pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw	2010-06-08 07:34:28 UTC (rev 1487)
+++ pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw	2010-06-08 10:17:34 UTC (rev 1488)
@@ -82,7 +82,7 @@
   Questions (FAQ) regarding the \pkg{Rcpp} \citep{CRAN:Rcpp} package.
 }
 
-\section{Get started}
+\section{Getting started}
 
 \subsection{How do I get started ?}
 
@@ -92,7 +92,7 @@
 
 \section{Compiling and Linking}
 
-\subsection{How to use \pkg{Rcpp} in my package ?}
+\subsection{How do I use \pkg{Rcpp} in my package ?}
 \label{make-package}
 
 \pkg{Rcpp} has been specifically designed to be used by other packages.
@@ -107,7 +107,7 @@
 vignette( "Rcpp-package" )
 @
 
-\subsection{How to quickly prototype my code ?}
+\subsection{How do I quickly prototype my code ?}
 \label{using-inline}
 
 The \pkg{inline} package \citep{CRAN:inline} provides the functions
@@ -146,7 +146,7 @@
 The \texttt{verbose} argument of \Sexpr{link("cxxfunction")} is very
 useful as it shows how \pkg{inline} runs the show.
 
-\subsection{How to convert my prototyped code to a package?}
+\subsection{How do I convert my prototyped code to a package?}
 \label{from-inline-to-package}
 
 Since release 0.3.5 of \pkg{inline}, one can combine \faq{using-inline} and
@@ -291,15 +291,16 @@
 \href{http://dirk.eddelbuettel.com/code/rcpp/rcpp-doc-latex.zip}{latex}, and
 \href{http://dirk.eddelbuettel.com/code/rcpp/rcpp-doc-man.zip}{man}.
 
-\subsection{Does it work ?}
+\subsection{Does it really work ?}
 
 We take quality seriously and have developped an extensive unit test suite to
-cover many possible uses of the \pkg{Rcpp} API. 
+cover many possible uses of the \pkg{Rcpp} API.
 
 We are always on the look for more coverage in our testing. Please let us know
 if something has not been tested enough.
 
 \section{Support}
+
 \subsection{Where can I ask further questions ?}
 
 The
@@ -315,8 +316,9 @@
 to study patches and incorporate them in \pkg{Rcpp}.
 
 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 can write a
-review of \pkg{Rcpp} in \href{http://crantastic.org}{crantastic}.
+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 ?}
 
@@ -325,8 +327,8 @@
 
 \subsection{Can I have commercial support for \pkg{Rcpp} ?}
 
-Sure you can. Just send us an email, we'll be happy to either deal with the 
-request or redirect it. 
+Sure you can. Just send us an email, and we will be happy to discuss the
+request..
 
 \bibliographystyle{abbrvnat}
 \bibliography{Rcpp}



More information about the Rcpp-commits mailing list