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

Add function signatures to box-attached package functions #10

Merged
merged 44 commits into from
Aug 15, 2024

Conversation

radbasa
Copy link
Collaborator

@radbasa radbasa commented Aug 13, 2024

Description

Install local package:

devtools::install_local(<path to box.lsp>)

# in project
box.lsp::use_box_lsp()

# restart R session to properly load languageserver
box::use(
  stringr[str_count, str_match]
)

str_count()

str_count() should show the function signature.

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())

Base automatically changed from convert-to-package to main August 15, 2024 05:45
@radbasa radbasa merged commit 4064462 into main Aug 15, 2024
5 checks passed
@radbasa radbasa deleted the add-function-signatures branch August 15, 2024 05:54
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