Skip to content

Commit 6fd27d7

Browse files
committed
correctly spell importFrom(..) with round parens (thanks, Jay)
1 parent fd1d108 commit 6fd27d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/Rcpp-package.Rnw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ The \rdoc{Rcpp}{Rcpp.package.skeleton} function also creates a file
327327
\begin{verbatim}
328328
useDynLib(mypackage)
329329
exportPattern("^[[:alpha:]]+")
330-
importFrom{Rcpp, evalCpp}
330+
importFrom(Rcpp, evalCpp)
331331
\end{verbatim}
332332
\end{Hchunk}
333333

0 commit comments

Comments
 (0)