Skip to content

Releases: epi-sam/SamsElves

v0.3.4: Merge pull request #52 from epi-sam/dev

30 Sep 22:43
aa1bdbe
Compare
Choose a tag to compare

2024-09-30 v.0.3.4

  • added:
    • utils_io.R from ihme.covid package
      • make_new_output_dir - create a version-incremented run-date folder based on a 'YYYY_MM_DD.VV' run-date folder structure
        • supported by get_latest_output_date_index and get_new_output_dir
      • get_latest_output_dir - get the latest output directory based on a 'YYYY_MM_DD.VV' run-date folder structure
      • added tests, updated deprecated methods
  • documented:
    • some previously undocumented helper functions for various methods (not exported)

v0.3.3: Merge pull request #49 from epi-sam/dev

23 Sep 18:13
a6f1d7f
Compare
Choose a tag to compare

2024-09-23 v.0.3.3

  • updated:
    • build_metadata_shell
      • now trims sessionInfo for otherPkgs as well as loadedOnly to reduce metadata bloat.
  • added:
    • increment_file_version
      • adds a _v1/_v2/etc. to the end of a file name to increment the version number
      • retains original file extension

v0.3.2: Merge pull request #48 from epi-sam/dev

19 Sep 15:34
8d27f34
Compare
Choose a tag to compare
  • updated:
    • read_file
      • now includes option for custom csv reading function since data.table::fread can have quotation-doubling issues
      • also includes ... arg to pass additional user-desired args to the reader function (works for any underlying reader function)

v0.3.1: Merge pull request #47 from epi-sam/dev

18 Sep 23:25
410c917
Compare
Choose a tag to compare
  • deprecated:

    • submit_job_array (functionality now handled by submit_job natively)
  • updated:

    • submit_job
      • option to send email to user when job completes

v0.3.0

18 Sep 18:44
Compare
Choose a tag to compare

First release.