Skip to content

Commit 8c64530

Browse files
committed
add missing 'not' in one Rcpp-FAQ sentence
also add pending update to lintian override
1 parent 1cfd238 commit 8c64530

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

debian/r-cran-rcpp.lintian-overrides

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,4 @@ r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.I
8282
r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.InternalFunctionCPP11.R
8383
r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.binary.package.R
8484
r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.sugar.var.R
85+
r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.algorithm.R

vignettes/Rcpp-FAQ.Rnw

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,8 +607,8 @@ But for most packages using \pkg{Rcpp}, only two things are required:
607607
instantiated, for example \code{importFrom(Rcpp, evalCpp)}.
608608
\end{itemize}
609609

610-
The name of the symbol does really matter; once one symbol is imported all
611-
should be available.
610+
The name of the symbol does not really matter; once one symbol is imported all
611+
symbols should be available.
612612

613613
\subsection{I am having problems building RcppArmadillo on OS X, any help ?}
614614
\label{q:OSXArma}

0 commit comments

Comments
 (0)