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

Pre release changes 0.5.0 #451

Merged
merged 9 commits into from Jan 17, 2024
Merged

Pre release changes 0.5.0 #451

merged 9 commits into from Jan 17, 2024

Conversation

jakubnowicki
Copy link
Member

No description provided.

Copy link
Contributor

@federiva federiva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Just leaving a comment about style

choices[[.x]], choices_value[[.x]],
~ shiny::div(class = "item", `data-value` = .y, .x)
)
if (is.null(names(choices))) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style comment:
There are places in which we are using explicitly namespaced functions like here purrr::map and other places in which we don't. Why not using @importFrom purrr map map2 etc... in here?
If there is a reason to do so then it's fine, if not, then maybe we should start to consolidate the style.
If you think we should consolidate it then I can create an issue for it

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We definitely should consolidate - if you could create an issue that would be great.

@jakubnowicki jakubnowicki merged commit a58fb0f into develop Jan 17, 2024
5 checks passed
@jakubnowicki jakubnowicki deleted the pre-release-changes-0.5.0 branch January 17, 2024 08:05
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.

None yet

2 participants