- 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
tohts_prep_variable
- Fixing error in
hts_prep_triprate
where weight columns weren't being passed tohts_prep_byvar
- Small updates to DESCRIPTION
- Additional steps to ensure anonymity of test data
- Add a citation file
- Set missing weights to 0
- 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.