Open blackburnstat opened 2 years ago
Hi @blackburnstat it looks like you need to install the odjitter
Rust crate. You can verify that it is installed by entering the following command in your system command line console, e.g. Poweshell or ideally a Linux terminal:
odjitter
You should see something like this:
odjitter
odjitter 0.1.0
Dustin Carlino <dabreegster@gmail.com
Disaggregate origin/destination data from zones to points
USAGE:
odjitter <SUBCOMMAND>
OPTIONS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
disaggregate Fully disaggregate input desire lines into output representing one trip
each, with a `mode` column
help Print this message or the help of the given subcommand(s)
jitter Import raw data and build an activity model for a region
I know others have had issues installing it on Windows so any feedback on how you get on would be very welcome.
Hi. The code given in the vignette is not working for me (running R 4.2.0, RStudio 2022.07.1).
Thanks for any help.