Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copy complex numbers/vectors/matrices from R to C++ and viceversa #427

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
cpp11test: add rcpp to imports + .here to .Rbuildignore
  • Loading branch information
pachadotdev committed Dec 27, 2024
commit f7ead220dc67f83f99d8b1a4b92ecaafc4edd76d
1 change: 1 addition & 0 deletions cpp11test/.Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
^\.here$
1 change: 1 addition & 0 deletions cpp11test/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ Authors@R:
Description: Provides a test suite and benchmarking code for the 'cpp11' package.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: Rcpp
LinkingTo: Rcpp, cpp11, testthat
Suggests:
covr,
70 changes: 0 additions & 70 deletions cpp11test/dev/partial_r_vector.hpp

This file was deleted.

Loading