Conversation
Merge branch 'dev' of https://github.com/denabel/gxc into dev # Conflicts: # R/utils.R
denabel
marked this pull request as ready for review
February 10, 2026 13:37
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.
Some unorganized changes related to 1. refactoring, 2. increasing error robustness, 3. improving user feedback, 4. improving user friendliness, 5. improving understandability, some of which are arguable and/or subjective. The changes are not complete the pull request may be regarded as a draft, but I wanted to get this out before the Jour Fixe.
Key changes:
point_*,poly_*,grid_*) to S3 class dispatch (closes Breakdown ofpoint_*,poly_*andgrid_*#16)dplyr,lubridateandtidyr(closes Reduce number of hard dependencies #3)set_api_key()(closes Show better user info when API keys are missing #8, questioning)progressrto traditionalclifor more convenient info, warning and error messages (closes Leave use ofwith_progressto users #5).make_lnk) (Split linking functions #11, questioning)parallel = TRUE#19)ncdf4(closes Add a hard dependency to ncdf4 #2)tempdir()without caching ortools::R_user_dir()with caching (closes Don't write in user files without explicit confirmation #4)grid_link_*#15).dataas the first argument to allow for piping::insteadverboseargument and a functioninfo()that is suppressed ifverbose = FALSE