-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adding subsets used to SCE #30
Conversation
Mostly looks good. Comments in no particular order:
Don't worry about the other things for now. |
Addressed most of the questions (I am not sure if I missed some indentation):
|
I cleaned it up a bit, once I realized that we have a |
I agree it makes sense to have a prefix too. But I would prefer if the default would be subsets_ instead of just subset_ as then it would match the default prefix added to Many thanks for the improvements I learned a couple of tricks there. |
This is a draft implementation of the feature request on #29 .
I am not sure if the name matches the package conventions or you'd like to have a different approach.
Let me know if it makes sense and I'll document the method.
Also in my local machine there was an error in tests:
I don't think it is relevant to the changes I've done. But I was surprised to see that tests use more than 2 cores without skip_on_bioc()...
While Checking the package in my system I noted a couple of issues.
I think R now detects c++ version needed: Specified C++11: please drop specification unless essential
Roxygen documentation hasn't been updated in some time and roxygen2 7.3.2 needs the Encoding field:
RoxygenNote: 7.3.2
Encoding: UTF-8
Do you want me to address them here or in a separate PR?