Skip to content

Re-add get_input_values#11

Merged
joshwlivingston merged 12 commits into
mainfrom
fix_add-get-input-values
Dec 17, 2025
Merged

Re-add get_input_values#11
joshwlivingston merged 12 commits into
mainfrom
fix_add-get-input-values

Conversation

@joshwlivingston

Copy link
Copy Markdown
Owner

Re adding get_input_values(), removed in bad15.

Closes #10 via re-implemntation
Also closes #5 via exporting the function

@joshwlivingston joshwlivingston linked an issue Dec 17, 2025 that may be closed by this pull request
Fixes R CMD check error:
```

❯ checking Rd \usage sections ... WARNING
  Undocumented arguments in Rd file 'get_input_ids.Rd'
    ‘...’

  Undocumented arguments in Rd file 'get_input_values.Rd'
    ‘input’ ‘...’

  Functions with \usage entries need to have the appropriate \alias
  ```
Fixes error:
```
✖ Reference metadata not ok.
  In _pkgdown.yml, 2 topics missing from index: "get_input_ids" and
  "get_input_values".
  Either add to the reference index, or use `@keywords internal` to drop from
  the index.
  ```
@joshwlivingston joshwlivingston linked an issue Dec 17, 2025 that may be closed by this pull request
@joshwlivingston joshwlivingston marked this pull request as ready for review December 17, 2025 03:25
@joshwlivingston joshwlivingston merged commit 880dd26 into main Dec 17, 2025
12 checks passed
@joshwlivingston joshwlivingston deleted the fix_add-get-input-values branch December 17, 2025 03: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.

Implement get_input_labels() Implement get_input_names() Re-implement get_input_values() Export function to access data.frame's inputs

1 participant