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

DO NOT MERGE, JUST TESTING 51 v2 #57

Closed
wants to merge 26 commits into from
Closed

DO NOT MERGE, JUST TESTING 51 v2 #57

wants to merge 26 commits into from

Commits on May 15, 2024

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

Commits on May 21, 2024

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

Commits on May 24, 2024

  1. Basic support for "conditioned" data frames

    - Adds a new S3 class (cnd_df) for represented conditioned data frames, i.e. data frames that carry metadata about what records should be used for derivations
    
    - Adds support for basic pretty printing of cnd_df objects
    
    - Adds a user-facing function for creating such cnd_df objects: `condition_by`
    
    - Adds experimental "mutate"-version function for these conditioned data frames: `derive_by_condition()`
    ramiromagno committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8dfa57f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

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

Commits on May 29, 2024

  1. Extensive support for conditioned tibbles

    - Joins by raw and target data sets are now aware of conditioned tibbles
    - Transformation functions, namely `assign_datetime()`, `hardcode*()` and `assign*` are also conditioned-tibble aware
    - Unit test coverage for most cases indicated at #54
    
    I believe the essential components are here to support the if_then_else algorithm via conditioned tibbles. Now, further testing, assertions and documentation is needed.
    ramiromagno committed May 29, 2024
    Configuration menu
    Copy the full SHA
    00e758a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge branch '0054-condition-by' into 51-documentation-updates-v01 to…

    … help with template code
    
    Merge branch '0054-condition-by' into 51-documentation-updates-v01
    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    rammprasad committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    783f653 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Ramm's feedback integration

    - Move `tgt_dat` to the first position in the argument list for cleaner command pipes.
    
    - Rename `condition_by()` to `condition_add()`.
    
    - Export `oak_id_vars()` for direct user access.
    
    - Update tidyselections to align with the latest practices.
    ramiromagno committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0d7861a View commit details
    Browse the repository at this point in the history
  2. A fix to derive study day

    rammprasad committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    eea1580 View commit details
    Browse the repository at this point in the history
  3. Algorithms Vignette update

    rammprasad committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1b4c849 View commit details
    Browse the repository at this point in the history
  4. cm template code update

    rammprasad committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9b5d9b4 View commit details
    Browse the repository at this point in the history
  5. Merge branch '0054-condition-by' into FB to help with programming

    Merge branch '0054-condition-by' into 51-documentation-updates-v01
    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    rammprasad committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8330232 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    99ea428 View commit details
    Browse the repository at this point in the history
  2. Template update

    rammprasad committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    128d4dc View commit details
    Browse the repository at this point in the history
  3. Raw data change

    rammprasad committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    754d6c7 View commit details
    Browse the repository at this point in the history
  4. DM domain csv

    rammprasad committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c847935 View commit details
    Browse the repository at this point in the history
  5. Events domain article

    rammprasad committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    503c145 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    2b134f6 View commit details
    Browse the repository at this point in the history
  2. Updated CM template

    rammprasad committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    6266fe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ae3275 View commit details
    Browse the repository at this point in the history
  4. CM domain Vignette update

    rammprasad committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    48ed544 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. just testing

    edgar-manukyan committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0c4b00d View commit details
    Browse the repository at this point in the history
  2. testing

    edgar-manukyan committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8a1ddfd View commit details
    Browse the repository at this point in the history
  3. resolve confs

    Merge branch 'main' of github.com:pharmaverse/sdtm.oak into 51-v2
    
    # Conflicts:
    #	NAMESPACE
    #	inst/WORDLIST
    #	renv/profiles/4.4/renv.lock
    edgar-manukyan committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    dee4f86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6da571f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10a7f99 View commit details
    Browse the repository at this point in the history