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

Factor rvars #258

Merged
merged 56 commits into from
Dec 20, 2022
Merged

Factor rvars #258

merged 56 commits into from
Dec 20, 2022

Commits on Oct 9, 2022

  1. Configuration menu
    Copy the full SHA
    0414045 View commit details
    Browse the repository at this point in the history
  2. draft rvar type hierarchy

    mjskay committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    9bcfdd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c97eef7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ad139a View commit details
    Browse the repository at this point in the history
  5. initial tests for rvar_factor

    mjskay committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    97e091e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10f0c60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1af45a1 View commit details
    Browse the repository at this point in the history
  8. tests for c.rvar_factor

    mjskay committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    eb033cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    881cdce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7317ba6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b80b925 View commit details
    Browse the repository at this point in the history
  12. document

    mjskay committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    9d54c6e View commit details
    Browse the repository at this point in the history
  13. tests for rvar factor casting

    mjskay committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    a8bf96a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9dc50cf View commit details
    Browse the repository at this point in the history
  15. improve rvar factor casting

    mjskay committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    3cbb72d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. rvar_factor math ops

    mjskay committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    c34ca8c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

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

Commits on Oct 16, 2022

  1. improve coverage

    mjskay committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    734c310 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01c77a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

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

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    a9f8cc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77f76c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4d8a36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b75eaa8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bdf807 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3056b76 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    08b04c9 View commit details
    Browse the repository at this point in the history
  2. fix for R 3.6

    mjskay committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    3851f6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baedaad View commit details
    Browse the repository at this point in the history
  4. update news

    mjskay committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    199cd2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7976340 View commit details
    Browse the repository at this point in the history
  6. test coverage improvements

    mjskay committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    2b552d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f02d0e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2bfdf4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d982dc2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a0b6cc4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c061cae View commit details
    Browse the repository at this point in the history
  12. update news

    mjskay committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    ad0f423 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

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

Commits on Oct 25, 2022

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

Commits on Nov 21, 2022

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

Commits on Nov 22, 2022

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

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    5142714 View commit details
    Browse the repository at this point in the history
  2. add match() and %in% for rvars

    mjskay committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    752cd4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbfad5e View commit details
    Browse the repository at this point in the history
  4. fix for c.rvar() on R < 4

    mjskay committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    e3d22d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    16061e4 View commit details
    Browse the repository at this point in the history
  2. tests for discrete summaries

    mjskay committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    3c4728b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cad45e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    0b1e666 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    561d271 View commit details
    Browse the repository at this point in the history
  3. stylistic fixes

    mjskay committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    5bf71d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40175cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa0d264 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3acd3b View commit details
    Browse the repository at this point in the history
  7. bump rlang version

    mjskay committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    4d4e4a3 View commit details
    Browse the repository at this point in the history