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

Dbfetch #35

Merged
merged 8 commits into from
Nov 28, 2023
Merged

Dbfetch #35

merged 8 commits into from
Nov 28, 2023

Commits on Nov 10, 2023

  1. Update Database.R

    - adding code to export in batches
    jreps committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f5c2028 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Using dbFetch to export to CSV in batches. Deprecating targetDialect …

    …argument.
    Admin_mschuemi authored and Admin_mschuemi committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4e64c9a View commit details
    Browse the repository at this point in the history
  2. Fix typo in DESCRIPTION

    Admin_mschuemi authored and Admin_mschuemi committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    543f77e View commit details
    Browse the repository at this point in the history
  3. Handling case when table in SQLite is empty

    Admin_mschuemi authored and Admin_mschuemi committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    44c727c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Fix error in dechallenge_rechallenge minCellCount

    Admin_mschuemi authored and Admin_mschuemi committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    fb4c408 View commit details
    Browse the repository at this point in the history
  2. Adding minMeanCovariateValue argument to exportDatabaseToCsv

    Admin_mschuemi authored and Admin_mschuemi committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    e1addc2 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. optimizing aggregate features

    - removing T and not Os from aggregate since these can be calculated from T and T with Os
    - updating tests after removing T and not Os
    - updating function to export to csv in batches when a table is empty
    jreps committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    570bf4f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'exporting_batches' into dbfetch

    # Conflicts:
    #	R/Database.R
    Admin_mschuemi authored and Admin_mschuemi committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a1e756d View commit details
    Browse the repository at this point in the history