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

Refactoring to read more file types #73

Merged
merged 60 commits into from
Oct 23, 2024
Merged

Refactoring to read more file types #73

merged 60 commits into from
Oct 23, 2024

Commits on Oct 4, 2024

  1. separate read files

    DanChaltiel committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3714fed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1629c30 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. improved add_class()

    deal with duplicates
    DanChaltiel committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    68bcd95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22ef01a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e7ee27 View commit details
    Browse the repository at this point in the history
  4. fixed warning in lastnews_table

    Incompatible methods ("Ops.Date", "Ops.POSIXt") for ">"
    DanChaltiel committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5ac73ca View commit details
    Browse the repository at this point in the history
  5. improve assert_file_exists

    handle vectorized x
    DanChaltiel committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bb435e8 View commit details
    Browse the repository at this point in the history
  6. simplify read_all_xpt()

    extract many internal functions that will help in other readers
    DanChaltiel committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cf31ce9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. separate warnings

    DanChaltiel committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    788ebb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68d2de2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fixes for CHK

    DanChaltiel committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4d1ae77 View commit details
    Browse the repository at this point in the history
  2. typo

    DanChaltiel committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    213d66c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    585c60b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dabcdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9575bb View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. use rbind in edc_example()

    bind_rows drop label attributes
    DanChaltiel committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    08695b4 View commit details
    Browse the repository at this point in the history
  2. bugfix get_label with POSIXlt

    infinite loop!
    DanChaltiel committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    dba8174 View commit details
    Browse the repository at this point in the history
  3. Create read_all_csv.R

    DanChaltiel committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    308ee4e View commit details
    Browse the repository at this point in the history
  4. add tests for CSV

    DanChaltiel committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    be2690c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. more tests for csv

    DanChaltiel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    5ea3d4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20d3d9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40f7e87 View commit details
    Browse the repository at this point in the history
  4. doc read_all_csv()

    DanChaltiel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    c347954 View commit details
    Browse the repository at this point in the history
  5. undo

    DanChaltiel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    7f08729 View commit details
    Browse the repository at this point in the history
  6. add guess_read_function()

    DanChaltiel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    63db189 View commit details
    Browse the repository at this point in the history
  7. improve .read_all

    add clean names and flatten error
    DanChaltiel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    8e4fcd7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5287df5 View commit details
    Browse the repository at this point in the history
  9. .add_lookup_and_date

    DanChaltiel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    bf1e8b5 View commit details
    Browse the repository at this point in the history
  10. Update read_all_csv.R

    DanChaltiel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    35313f4 View commit details
    Browse the repository at this point in the history
  11. minor tests update

    DanChaltiel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    1d643a6 View commit details
    Browse the repository at this point in the history
  12. fixed test-trialmaster.R

    DanChaltiel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f3ea563 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9e76719 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    15c036e View commit details
    Browse the repository at this point in the history
  15. format

    DanChaltiel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    126ca7f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3e58fa4 View commit details
    Browse the repository at this point in the history
  17. Update helper-init.R

    DanChaltiel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    9f11f5e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    28d4543 View commit details
    Browse the repository at this point in the history
  19. Update bump_dev_version.yaml

    [skip ci]
    DanChaltiel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    8c45a56 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e3aaf5f View commit details
    Browse the repository at this point in the history
  21. add .read_format_lookup()

    DanChaltiel committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    8c02da1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    11296ff View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. add control over labels in read_all_csv()

    using options
    DanChaltiel committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    59ccaad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90a75be View commit details
    Browse the repository at this point in the history
  3. doc

    DanChaltiel committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    494d13c View commit details
    Browse the repository at this point in the history
  4. dont snapshot the version

    DanChaltiel committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    944bb12 View commit details
    Browse the repository at this point in the history
  5. autoimport

    DanChaltiel committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5881b8f View commit details
    Browse the repository at this point in the history
  6. fixed .flatten_error

    DanChaltiel committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ee548cc View commit details
    Browse the repository at this point in the history
  7. fixed importfrom

    crude calls should be prefixed
    DanChaltiel committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    93cb335 View commit details
    Browse the repository at this point in the history
  8. fixed tests

    DanChaltiel committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7239ee1 View commit details
    Browse the repository at this point in the history
  9. fixes for check

    DanChaltiel committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2f2af5b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. add read_all_sas()

    DanChaltiel committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6730409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    448c7d1 View commit details
    Browse the repository at this point in the history
  3. minor formatting

    DanChaltiel committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7fdc0db View commit details
    Browse the repository at this point in the history
  4. doc

    DanChaltiel committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9425eeb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a98b3d0 View commit details
    Browse the repository at this point in the history
  6. clean for check

    DanChaltiel committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ce18960 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d01352c View commit details
    Browse the repository at this point in the history
  8. clean for check

    DanChaltiel committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e0a349a View commit details
    Browse the repository at this point in the history
  9. fix tests

    DanChaltiel committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    cea6998 View commit details
    Browse the repository at this point in the history
  10. Update _pkgdown.yml

    DanChaltiel committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2492583 View commit details
    Browse the repository at this point in the history