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

Survey ard_categorical() #167

Merged
merged 26 commits into from
Jul 3, 2024
Merged

Survey ard_categorical() #167

merged 26 commits into from
Jul 3, 2024

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    02df52d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. in progress

    ddsjoberg committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    73e9b8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76cef0e View commit details
    Browse the repository at this point in the history
  3. updates

    ddsjoberg committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2994779 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6398b8a View commit details
    Browse the repository at this point in the history
  5. updates

    ddsjoberg committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    af2057d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ada6843 View commit details
    Browse the repository at this point in the history
  7. progress

    ddsjoberg committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    bd964d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d661ba2 View commit details
    Browse the repository at this point in the history
  9. update

    ddsjoberg committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    715ea63 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc54a4a View commit details
    Browse the repository at this point in the history
  11. progress

    ddsjoberg committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ebc6610 View commit details
    Browse the repository at this point in the history
  12. more updates

    ddsjoberg committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    bc7c3c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. in progress

    ddsjoberg committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9c5e3e3 View commit details
    Browse the repository at this point in the history
  2. updates

    ddsjoberg committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    43ee82e View commit details
    Browse the repository at this point in the history
  3. style

    ddsjoberg committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d1a777b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20d2dca View commit details
    Browse the repository at this point in the history
  5. Update NEWS.md

    ddsjoberg committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3afa330 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    ae8c862 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. review updates

    ddsjoberg committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e48f687 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    07cd51e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7812a26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef5308d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    0385f7e View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    b6f0b7a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Svy ard categorical unit tests (#171)

    **What changes are proposed in this pull request?**
    * Style this entry in a way that can be copied directly into `NEWS.md`.
    (#<issue number>, @<username>)
    
    Provide more detail here as needed.
    
    **Reference GitHub issue associated with pull request.** _e.g., 'closes
    #<issue number>'_
    
    
    
    --------------------------------------------------------------------------------
    
    Pre-review Checklist (if item does not apply, mark is as complete)
    - [ ] **All** GitHub Action workflows pass with a ✅
    - [ ] PR branch has pulled the most recent updates from master branch:
    `usethis::pr_merge_main()`
    - [ ] If a bug was fixed, a unit test was added.
    - [ ] If a new `ard_*()` function was added, it passes the ARD
    structural checks from `cards::check_ard_structure()`.
    - [ ] If a new `ard_*()` function was added, `set_cli_abort_call()` has
    been set.
    - [ ] If a new `ard_*()` function was added and it depends on another
    package (such as, `broom`), `is_pkg_installed("broom", reference_pkg =
    "cardx")` has been set in the function call and the following added to
    the roxygen comments: `@examplesIf
    do.call(asNamespace("cardx")$is_pkg_installed, list(pkg = "broom"",
    reference_pkg = "cardx"))`
    - [ ] Code coverage is suitable for any new functions/features
    (generally, 100% coverage for new code): `devtools::test_coverage()`
    
    Reviewer Checklist (if item does not apply, mark is as complete)
    
    - [ ] If a bug was fixed, a unit test was added.
    - [ ] Code coverage is suitable for any new functions/features:
    `devtools::test_coverage()`
    
    When the branch is ready to be merged:
    - [ ] Update `NEWS.md` with the changes from this pull request under the
    heading "`# cardx (development version)`". If there is an issue
    associated with the pull request, reference it in parentheses at the end
    update (see `NEWS.md` for examples).
    - [ ] **All** GitHub Action workflows pass with a ✅
    - [ ] Approve Pull Request
    - [ ] Merge the PR. Please use "Squash and merge" or "Rebase and merge".
    
    ---------
    
    Co-authored-by: Daniel Sjoberg <[email protected]>
    ayogasekaram and ddsjoberg authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e943b87 View commit details
    Browse the repository at this point in the history