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 is.call() to parameter validation #19

Merged
merged 3 commits into from
Dec 26, 2023

Conversation

eroten
Copy link
Collaborator

@eroten eroten commented Dec 26, 2023

Fix parameter validation error

Fixes #18

Type of change

Please delete options that are not relevant.

  • Bug fix
  • New feature

Package development checklist

  • usethis::use_latest_dependencies()
  • usethis::use_tidy_description()
  • devtools::test()
  • devtools::document(roclets = c('rd', 'collate', 'namespace'))
  • Update DESCRIPTION with new contributors, if neccessary.
  • Double check your documentation
  • styler:::style_active_pkg()
  • rcmdcheck::rcmdcheck()
    • fix errors
    • fix simple warnings and notes

Courtesy checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have tagged this PR appropriatley

@eroten eroten linked an issue Dec 26, 2023 that may be closed by this pull request
@eroten eroten marked this pull request as ready for review December 26, 2023 21:52
@eroten eroten merged commit da9dcf0 into main Dec 26, 2023
2 checks passed
@eroten eroten deleted the 18-add-iscall-to-parameter-validation branch December 26, 2023 22:04
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.

Add is.call() to parameter validation
1 participant