Skip to content
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

use = instead of <- + prefix sf:: in code #893

Merged
merged 11 commits into from
Jun 26, 2024
Merged

use = instead of <- + prefix sf:: in code #893

merged 11 commits into from
Jun 26, 2024

Conversation

olivroy
Copy link
Contributor

@olivroy olivroy commented Jun 25, 2024

Thanks so much for getting to it! Seems to work fine to me :) Will test more extensively once this PR is merged.

Followup to fix #851. taken care of in 7353784

Add information to NEWS about the "Breaking" change

To simplify things, I added a R 3.6 dep. (Some base pipe |> is used in tmap v4, so the actual dep is R 4.1) tmap doesn't test this version and it makes it easier to register methods

Silence note about methods in Depends by moving to Imports.

Update documentation with check_man()

I added more commits to prefix sf:: calls and to replace <- with = in the codebase.

@olivroy olivroy requested a review from mtennekes June 25, 2024 19:32
@olivroy olivroy changed the title Fix doc Fix hovering feature in view mode Jun 25, 2024
@olivroy olivroy changed the title Fix hovering feature in view mode Fix hovering feature in view mode + use = instead of <- + prefix sf:: in code Jun 26, 2024
@olivroy olivroy changed the title Fix hovering feature in view mode + use = instead of <- + prefix sf:: in code document() + Fix hovering feature in view mode + use = instead of <- + prefix sf:: in code Jun 26, 2024
R/step2_data.R Outdated Show resolved Hide resolved
@olivroy
Copy link
Contributor Author

olivroy commented Jun 26, 2024

@mtennekes Are you okay with merging this. Thanks for pushing changes. With your latest changes, this PR is essentially just cosmetic fixes (namespacing, =, TRUE, FALSE. There is now no functionality change, except for the increase of R version.

@olivroy olivroy changed the title document() + Fix hovering feature in view mode + use = instead of <- + prefix sf:: in code use = instead of <- + prefix sf:: in code Jun 26, 2024
@mtennekes mtennekes merged commit fe1e72c into master Jun 26, 2024
7 checks passed
@mtennekes
Copy link
Member

thx

@olivroy olivroy deleted the doc branch June 26, 2024 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In interactive mode, id doesn't show in v4
2 participants