- New functions:
holiday_data()
: builds holiday data from 2 dates in a dataframe.- Supporting Functions: many new supporting functions for retail holidays and Juneteenth.
- Upgrade for R 4.0.5
- Remove
return()
from functions.
-
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
withcsv_file
so that it conforms withwrite_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
-
Feature Request:
- Parameter: add parameter to the
write_to_*
functions that will allow appending instead of overwrite. The default will remain overwrite.
- Parameter: add parameter to the
-
Function update:
- change function name from lag_it to lag_vars, and diff_it to diff_vars.
-
Functions added in this version:
-
geom_mean()
-
df_name_dot_csv()
-
rad2deg()
-
Functions removed in this version:
-
nest_it()
-
prep_multidplyr()
-
ts_exposed
- in development
- Functions added in this version:
-
lag_it()
-
diff_it()
- Fixed errors in description file
- Fixed errors with namespace file
- Test for R-3.6.3
- Functions added in this version:
-
install.pkgs.user_lib()
- Functions added in this version:
-
nest_it()
-
ts_exposed
- in development
-
write_csv_to_hive()
-
write_df_to_hive()
-
prep_multidplyr()
- Build package directory.
- Added a
NEWS.md
file to track changes to the package. - Added a
README.md
file for documentation. - Added
Package_Development_Script.R
to track package build. - Added vignette doc.
- Functions added in this version:
-
to_postgres()
-
- `rm_db_name()
-
- `dbCreatePrimaryIndex()``