-
Notifications
You must be signed in to change notification settings - Fork 2
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
Any reason why tracelib does not use R6 class? #4
Comments
See our decision documentation from that time below. Should we migrate our implementation to R6 to use the same Class approach? R6 a validated package (by Mango). R6
RC
Because we have nearly finished the main implementation of TraceLib and test development, documentation, etc. seems to be not affected by a switch from RC to R6 it seems to be the same effort to change now or later from RC to R6. Therefore we do not switch now - perhaps later, when assessment of advantages and disadvantages is more stable. |
This is not true. Documentation with rdoc is now supported for R6 class and you need to document at the method level and not globally like for RC class. |
I should correct: This is not true ANYMORE It was at the time of decision however |
@ju-rgen I thought we had agreed to use R6 class for our projects. I see that tracelib uses the older
setRefClass
.The text was updated successfully, but these errors were encountered: