Replace use of ".Rda" by use of ".rds" where appropriate#318
Merged
nikosbosse merged 4 commits intoscoringutils-reviewfrom Sep 4, 2023
Merged
Replace use of ".Rda" by use of ".rds" where appropriate#318nikosbosse merged 4 commits intoscoringutils-reviewfrom
nikosbosse merged 4 commits intoscoringutils-reviewfrom
Conversation
Collaborator
Author
|
@seabbs not sure what the best way to deal with multiple small PRs in a row.. I'm trying to save us all from a mega PR so I'm splitting everything up in smaller PRs. But I assume we don't want to update the version number 1293812 times? Also happy to make PRs directly to main if you prefer. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses one of the issues raised by a recent review of the package as part of a submission to the Journal of Statistical Software (JSS).
It replaces the use of ".Rda" by the use of ".rds" where before ".Rda" was sometimes used in conjunction with
saveRDS().