Skip to contents
- Resolve bugs and updated function syntax in
hts_prep_triprate
and hts_prep_variable
- Updated
remove_outliers
parameter to default to FALSE in hts_prep_triprate
- Added a warning message in
hts_remove_outliers
- Add summarize_var and summarize_by to output. Select weight automatically in
hts_summary_wrapper
- Factorize outputs in
hts_summary_wrapper
- Add wrapper function
'hts_summary_wrapper
to run hts_prep_triprate/variable and hts_summary
- Fix join in
hts_prep_triprate
to properly count days when summarize_by is trip variable.
- Add column in
hts_prep_triprate
for weighted trip count.
- Fixing
hts_prep_triprate
to properly calculate days with zero trips.
- Fixing bug in
hts_prep_triprate
for variables that appear in trip and day tables.
- Change name of
hts_prep_data
to hts_prep_variable
- Fixing error in
hts_prep_triprate
where weight columns weren’t being passed to hts_prep_byvar
- Small updates to DESCRIPTION
- Additional steps to ensure anonymity of test data
- Add example using year to
getting_started
vignette
- Fix bug in checkbox variable proportions (
hts_summary_cat
)
- Add function to check variable_list (
hts_validate_variable_list
)
- adding changelog file
- Initial CRAN submission.