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

pmap_qto #9

Merged
merged 17 commits into from
Dec 24, 2023
Merged

pmap_qto #9

merged 17 commits into from
Dec 24, 2023

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    056b972 View commit details
    Browse the repository at this point in the history
  2. call -> .call

    ElianHugh committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ec712ba View commit details
    Browse the repository at this point in the history
  3. Implement pmap_qto

    ElianHugh committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3efc12c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77d3f7c View commit details
    Browse the repository at this point in the history
  5. docs

    ElianHugh committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    8ecf843 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Add tests

    - Add pmap and map tests
    ElianHugh committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6b1627b View commit details
    Browse the repository at this point in the history
  2. Update docs

    ElianHugh committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    76ef8ca View commit details
    Browse the repository at this point in the history
  3. Examples

    ElianHugh committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    a3af788 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Refactor mapping functions

    - pmap/map shouldn't be resolving the mapper every iteration
    - pmap should now be using the outer dots of the pmap function
    ElianHugh committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    dca452f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f848f9 View commit details
    Browse the repository at this point in the history
  3. create partial funcs for map/pmap

    - collapse and sep weren't being passed to qto_* functions if they were being used via the .type parameter. we now prefill this using an anonymous func
    ElianHugh committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    2d11d2e View commit details
    Browse the repository at this point in the history
  4. dont pass to qto_div or qto_callout

    collapse and sep aren't passed to div or callout
    ElianHugh committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    ce5ef81 View commit details
    Browse the repository at this point in the history
  5. Update test_map.R

    ElianHugh committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    cff9d14 View commit details
    Browse the repository at this point in the history
  6. tests

    ElianHugh committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    9cea380 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Revert .call -> call

    ElianHugh committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    f362692 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Fix docs

    ElianHugh committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    0b7c59c View commit details
    Browse the repository at this point in the history
  2. Tests, docs

    ElianHugh committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    f93059e View commit details
    Browse the repository at this point in the history