We need to address [https://rcppcore.github.io/RcppParallel/](these items) if creating a package that uses TBB, namely modifying DESCRIPTION, NAMESPACE, Makevars and possibly including the RcppParallel.h header in code files. Of those items, we currently (in part via PR #140) address NAMESPACE and LinkingTo in DESCRIPTION.
PR #140 is enough for us to continue development as it allows TBB to be used on Linux (and I think Mac) even when using writePackage.
So I am posting this for us to come back to when we are at a good point to do testing on Windows, particularly in terms of creating packages.
We need to address [https://rcppcore.github.io/RcppParallel/](these items) if creating a package that uses TBB, namely modifying DESCRIPTION, NAMESPACE, Makevars and possibly including the RcppParallel.h header in code files. Of those items, we currently (in part via PR #140) address NAMESPACE and LinkingTo in DESCRIPTION.
PR #140 is enough for us to continue development as it allows TBB to be used on Linux (and I think Mac) even when using
writePackage.So I am posting this for us to come back to when we are at a good point to do testing on Windows, particularly in terms of creating packages.