Skip to content

Releases: Fredo-XVII/RToolShed

RToolShed v0.1.6 Release

05 Sep 20:07
Compare
Choose a tag to compare

RToolShed 0.1.6

  • Upgrade for R 4.0.5
  • Remove return() from functions.

Release v0.1.5

03 Aug 17:31
Compare
Choose a tag to compare

RToolShed 0.1.5

  • New functions:

    • write_df_to_hive3(): upload a dataframe to hive 3 as a managed table. All side effects removed at the end of the function call.
    • write_csv_to_hive3(): upload a dataframe to hive 3 as a managed table. All side effects removed at the end of the function call.
  • Bug fix:

    • write_df_to_hive():
      • removed static path to write to and replaced with code that will build and delete a new directory where the dataframe will be saved on the server. Updated docs.
      • replace file with csv_file so that it conforms with write_csv_to_hive()
    • write_csv_to_hive(): removed static path to write to and replaced with code that will build and delete a new directory where the dataframe will be saved on the server. Update docs.
    • test_na: fixed issues in import to importFrom

Release v0.1.4

31 May 05:45
Compare
Choose a tag to compare

See News.md for release notes and added functions.

Release v0.1.3

24 May 06:32
Compare
Choose a tag to compare

In this release added the lag_it and diff_it functions for lagging and differencing variables.