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

Working pkg[att], Working pkg[alist = att] #7

Merged
merged 3 commits into from
Aug 15, 2024

Conversation

radbasa
Copy link
Collaborator

@radbasa radbasa commented Aug 6, 2024

Description

  • Works now: stringr[str_count, str_detect]
  • Should not return str_extract for example
  • Works now: stringr[alias = str_count] Works better in PR Modules support #11

Definition of Done

  • The change is thoroughly documented.
  • The CI passes (R CMD check, linter, unit tests, spelling).
  • Any generated files have been updated (e.g. .Rd files with roxygen2::roxygenise())

Comment on lines +44 to +48
# for box::use(dplyr[alias = a])
# Does not seem to be needed
# nolint start
# action$assign(symbol = names(x) %>% purrr::keep(~. != ""), value = NULL)
# nolint end
Copy link
Collaborator Author

@radbasa radbasa Aug 6, 2024

Choose a reason for hiding this comment

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

Explicit is better, but turning this on seems to break package[...].

@radbasa radbasa merged commit c697718 into main Aug 15, 2024
5 checks passed
@radbasa radbasa deleted the work-on-attach-function-list branch August 15, 2024 05:26
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.

2 participants