Manos Papadakis

Results 14 comments of Manos Papadakis

Yes, of course. Sorry, but I forgot to push the commits. They are now available. All the commits I have can be found [here](https://github.com/ManosPapadakis95/Rcpp/tree/feature-template-exports).

Yes, of course, Dr. Eddelbuettel. I was in a rush to make the commits and forgot that I pushed to the master branch. I have already updated the link in...

That makes a lot of sense. I’ll prepare more examples and update the test package accordingly. I completely understand if the motivation may not seem pressing from your perspective. In...

Apologies for the silence. It took me some time to create a package with examples (including a mix of all the attribute fields), and it was helpful because I discovered...

As requested, the packages are placed in separate repositories.. 1. [testRcpp](https://github.com/ManosPapadakis95/testRcpp) 2. [testRcppNew](https://github.com/ManosPapadakis95/testRcppNew)

Please proceed with any modifications you deem necessary; I will implement the same changes in ```testRcppNew```.

That's one of the two bugs I mentioned earlier. I've already updated and rebased my [branch](https://github.com/RcppCore/Rcpp/compare/master...ManosPapadakis95:Rcpp:feature-template-exports).

Regarding your comment about ```PACKAGENAME_types.h```, I must admit I was not aware of it, and when I initially did my research, I failed to find a solution. That’s why I...

So, I believe we should first review the ```cpp_name```, which simply changes the name of the exported wrapper function in ```RcppExports.cpp```. The template instantiation and the namespaced functions require the...

You're completely right about the ```headers.h``` naming — I'll rename it to something more descriptive like ```random_wrapper.h```. I'll also split the usage of ```cpp_name``` into three distinct, focused examples as...