Skip to content

Commit

Permalink
drop plugins(cpp11)
Browse files Browse the repository at this point in the history
  • Loading branch information
privefl committed May 31, 2024
1 parent 6b79a56 commit e311002
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions src/SFBM-xptr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#include <bigsparser/SFBM.h>
#include <bigsparser/SFBM-corr-compact.h>

// Enable C++11 via this plugin (Rcpp 0.10.3 or later)
// [[Rcpp::plugins(cpp11)]]

/******************************************************************************/

SEXP getXPtrSFBM0(std::string path, int n, int m, const std::vector<size_t>& p,
Expand Down
3 changes: 0 additions & 3 deletions src/dense-accessor.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/******************************************************************************/

// Enable C++11 via this plugin (Rcpp 0.10.3 or later)
// [[Rcpp::plugins(cpp11)]]

#include <bigsparser/SFBM.h>
#include <bigsparser/SFBM-corr-compact.h>

Expand Down
3 changes: 0 additions & 3 deletions src/prod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

using namespace Rcpp;

// Enable C++11 via this plugin (Rcpp 0.10.3 or later)
// [[Rcpp::plugins(cpp11)]]

/******************************************************************************/

// [[Rcpp::export]]
Expand Down
3 changes: 0 additions & 3 deletions src/solve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

#include <bigsparser/EigenMatrixReplacement.h>

// Enable C++11 via this plugin (Rcpp 0.10.3 or later)
// [[Rcpp::plugins(cpp11)]]

/******************************************************************************/

// [[Rcpp::export]]
Expand Down
3 changes: 0 additions & 3 deletions src/spmat-accessor.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/******************************************************************************/

// Enable C++11 via this plugin (Rcpp 0.10.3 or later)
// [[Rcpp::plugins(cpp11)]]

#include <bigsparser/SFBM.h>
#include <bigsparser/SFBM-corr-compact.h>

Expand Down
3 changes: 0 additions & 3 deletions src/write-indval.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/******************************************************************************/

// Enable C++11 via this plugin (Rcpp 0.10.3 or later)
// [[Rcpp::plugins(cpp11)]]

#include <bigsparser/SFBM.h>

using namespace Rcpp;
Expand Down
3 changes: 0 additions & 3 deletions src/write-val-compact.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/******************************************************************************/

// Enable C++11 via this plugin (Rcpp 0.10.3 or later)
// [[Rcpp::plugins(cpp11)]]

#include <bigsparser/SFBM.h>

using namespace Rcpp;
Expand Down

0 comments on commit e311002

Please sign in to comment.