-
Notifications
You must be signed in to change notification settings - Fork 11
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
Clean depracated functions and unit tests #331
Conversation
unit test should only check for deprecation message
unit test should only check for deprecation message
Merge branch 'develop' into bugfix/321-unit-tests-failing-R-release # Conflicts: # hyperSpec/R/DEPRECATED-spc_fit_poly.R # hyperSpec/R/DEPRECATED-spc_rubberband.R
I added some commits to this PR that are related to #330 (style of function description titles). |
After updates in unit tests, there are no warnings related to the function deprecation: So I think this PR is ready to be merged. And if some new improvements are needed, they can be added as a new PR. |
...in order not to lose changes due to error that occurred while updating from `develop` previously.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an intermediate stage of deprecating lots of functions, a) to rename or b) to move them into separate packages. Work is not complete, but it's time to merge this into develop to avoid parallel development.
Thanks for merging, @cbeleites |
I create this PR of the @cbeleites branch so that we could discuss the changes made.
Closes #326
Related to #330, r-hyperspec/r-hyperspec.github.io#17
In addition to updates by @cbeleites, I: