-
Notifications
You must be signed in to change notification settings - Fork 7
Fix add cor gen 2 #178
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
Fix add cor gen 2 #178
Conversation
… into fix-addCorGen-2
@assignUser I made some pretty big changes to There was one problem with a number of servers (windows oldrel and macos oldrel) that couldn't find the package If this all sounds good, I'll merge for now. |
@kgoldfeld I won't have time before the weekend to look this over in detail. Feel free to merge if this is blocking you or users. I can still add comments on a closed PR :) I will also fix the benchmarking action this weekend so we can see the improvements! 🚀 |
That sounds good. We can always fix/clean any more issues later. Thanks. |
@kgoldfeld I have fixed lorenzwalthert/touchstone#118 so the benchmark workflow should be fixed now 👍 |
@assignUser That is great to hear. I was wondering how to deal with the issue that at least two of the servers that we are running R CMD CHECK on are giving an error indicating they are not finding the |
I have check out the logs,the latest CRAN version of |
@assignUser I can only think of two possibilities. One is that the package isn't updated enough. Two is the issues of "LinkTo" and "Imports" in the |
@kgoldfeld this seems to happen only with oldrel (so R 4.1.3) you could test if that issue also happens locally with that r version and |
Thanks - I'll give it a try. |
This update involves some major changes to
addCorGen
and moves some R code to Rcpp to improve performance substantially.