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

Import austraits #177

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
Open

Import austraits #177

wants to merge 12 commits into from

Commits on Nov 14, 2024

  1. Update DESCRIPTION

    update DESCRIPTION file to import austraits functions from development branch - to begin testing removing the functions from traits.build and importing them
    ehwenk committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    fe1e9dd View commit details
    Browse the repository at this point in the history
  2. remove util_df_to_list and util_list_to_df

    Remove traits.build functions `util_df_to_list`, `util_list_to_df1` and `util_list_to_df2` replacing them with the austraits equivalents - beginning with `convert` instead of `util`
    ehwenk committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6152ced View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. remove build_combine

    Remove `build_combine` as a function in traits.build, instead using its replacement in austraits, `bind_databases`
    ehwenk committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e53c8d1 View commit details
    Browse the repository at this point in the history
  2. remove remaining functions duplicated from austraits

    tests passing!
    ehwenk committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8703013 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Update DESCRIPTION

    install austraits from master
    ehwenk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ba30466 View commit details
    Browse the repository at this point in the history
  2. Update test-setup.R

    remove tests that are commented out
    ehwenk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    bd7a859 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Added lifecycle as dependency, reverted function for util_list_to_df1…

    …, added deprecation warning, reexported austraits::convert_list_to_df1
    fontikar committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    5f8dccb View commit details
    Browse the repository at this point in the history
  2. Enabled md capabailities in rd docs, added lifecycle as a dependency,…

    … reexported austraits::convert_list_to_df2
    fontikar committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    e876b77 View commit details
    Browse the repository at this point in the history
  3. Deprecated util_list_to_df2 added lifecycle as a dependency, reexport…

    …ed austraits::convert_list_to_df2
    fontikar committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    cc9bdcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23079dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    820a54d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38b2ee1 View commit details
    Browse the repository at this point in the history