-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
33 allow user to flexibly specify weights #75
33 allow user to flexibly specify weights #75
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@james-clark-rsg - devtools check is failing in getting_started.rmd
in the code chunk that's calling hts_prep_data
. Here's the section that's causing the error: https://github.com/RSGInc/travelSurveyTools/blob/33-allow-user-to-flexibly-specify-weights/R/hts_prep_data.R#L134-L144. please debug and resolve all remaining fails after running devtools check. thanks
@james-clark-rsg seems as though the code chunk above should be nested inside this if clause -https://github.com/RSGInc/travelSurveyTools/blob/main/R/hts_prep_data.R#L104-L121 |
Closes Allow user to flexibly specify weights #33