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 Targets factories to ease {maldipickr} workflow #46

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    86a4a16 View commit details
    Browse the repository at this point in the history
  2. add {targets} and {tarchetypes} as optional dependencies

    if one uses the {target} factories
    cpauvert committed May 3, 2024
    Configuration menu
    Copy the full SHA
    55575ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d14543 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a97e9f View commit details
    Browse the repository at this point in the history
  5. add inflated changes for import target factory

    BUT issue: targets and tarchetypes have been moved to Imports instead of
    Suggests
    cpauvert committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b5692bd View commit details
    Browse the repository at this point in the history
  6. fix spelling issues

    cpauvert committed May 3, 2024
    Configuration menu
    Copy the full SHA
    cb62ce9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4fe03d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28a0489 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e5dc66f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0017bd1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    131caf2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c91f260 View commit details
    Browse the repository at this point in the history
  13. add section for {targets} functions

    fix typo
    cpauvert committed May 3, 2024
    Configuration menu
    Copy the full SHA
    1257a2a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7f2d55f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    12e5220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a830afd View commit details
    Browse the repository at this point in the history
  3. describe the targets objects obtained with the factory

    plus a bit of inflated changes
    cpauvert committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f94d897 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f43051 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfb1623 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    35aecfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23a821f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    7e4584c View commit details
    Browse the repository at this point in the history
  2. fix typo

    cpauvert committed May 9, 2024
    Configuration menu
    Copy the full SHA
    60bd383 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    166ee94 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. convert the factory output from vectors to list

    this fixes a downstream issue with list structure for
    `merge_processed_spectra`
    cpauvert committed May 13, 2024
    Configuration menu
    Copy the full SHA
    dbfbf3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8afef9e View commit details
    Browse the repository at this point in the history
  3. add test for import spectra target factory

    inspired by examples in ropensci/jagstargets
    cpauvert committed May 13, 2024
    Configuration menu
    Copy the full SHA
    875e2a2 View commit details
    Browse the repository at this point in the history