Skip to content

Commit b1046c1

Browse files
committed
missing semicolon added
1 parent e3f8692 commit b1046c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/Rcpp-attributes.Rnw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ dependencies on other packages. For example:
313313
// [[Rcpp::depends(RcppArmadillo)]]
314314
315315
#include <RcppArmadillo.h>
316-
using namespace Rcpp
316+
using namespace Rcpp;
317317
318318
// [[Rcpp::export]]
319319
List fastLm(NumericVector yr, NumericMatrix Xr) {

0 commit comments

Comments
 (0)