Skip to content

Releases: asiripanich/emdash

v1.6.0: emdash 1.6.0

23 Sep 08:50
Compare
Choose a tag to compare
# emdash 1.6.0

- Update the test database to also include inferred labels. (@shankari)
- Update tests that had values depended on the previous test database.
- The `mod_mapview` server module now drops all list columns in its `data_sf` argument. This change is required to remove `inferred_label` (see asiripanich#69) from the map data which is a spatial feature object.
- Unify the default `datatable_options` in one place.
- `run_app()` now checks if `getOption("emdash.config_file")` returns anything, otherwise it uses the default config file, `inst/config-default.yml`, for the `config_file` argument.

v1.5.0.9000: emdash 1.5.0.9000

09 Aug 14:02
Compare
Choose a tag to compare
Pre-release
# emdash 1.5.0.9000

- Use GitHub Actions to build emdash Docker image and push to Docker Hub

v1.5.0: emdash 1.5.0

06 Aug 09:31
Compare
Choose a tag to compare
# emdash 1.5.0

- Add a test MongoDB database to the R CMD check that runs GitHub Actions.
- Fix the mismatch between the colors on the map and the legend. Unfortunately, this is a quick fix only, by going back to using the mapview's default palatte, which seems to be the only option that works. (#56)
- Refactor `run_app()`.
- Fix `summarise_trips_without_trips()`, the function was using the min and max dates for all trips, rather than the min and max for each user. (#54)
- Better document the options in the YAML config file.
- The color label of the map is now configurable from the config file by changing the `map_trajectory_colors_variable` field. By default this field is set to 'user_id'. To color label by travel mode change to `mode_confirm`.
- Fixes bad column names that can crash the dashboard on the first reload of the trip data. (#57)
- Add a boolean option for displaying `user_email` on the trip table. See `trips_table_merge_user_email` in the config file. (#57)

v1.4.1: emdash 1.4.1

24 Jul 05:03
Compare
Choose a tag to compare
# emdash 1.4.1

- The plot is now synced all the tables.
- Correct a variable name. In config, `col_labels_for_participts` get renamed to `cols_to_remove_from_participts_table`.

v1.4.0: emdash 1.4.0

23 Jul 05:44
b353209
Compare
Choose a tag to compare
# emdash 1.4.0

- Trip loading and location loading now depend on the number of (MongoDB) documents in the date range and the specified max documents per trip found in config-default.yml. See #49 for an explanation of this feature.
- Make supplement tables editable. This option can be configured using the configuration file of your dashboard.

v1.3.0: emdash 1.3.0

08 Jul 05:07
1c45f0f
Compare
Choose a tag to compare
# emdash 1.3.0

- Trips can be filtered using the date range selector from the sidebar. This only affects the "Trip Trend" plot in the Dashboard panel and the trips displayed on the Maps panel. By default, only trips from the last 30 days since the last recorded trips are selected. Also, the max number of days the user can select must not be more than the `max_windows_for_mod_load_trips` option in your config file.
- Fix minor issue with filtering trip table entries using the config.yml.

v1.2.6: emdash 1.2.6

08 Jun 13:04
Compare
Choose a tag to compare
# emdash 1.2.6

- The map no longer shows detailed trajectories of the participants by default. See issues #29 and #40 related to this in problem.
- Add some addition fields to ignore

v1.2.3

22 Jan 06:25
Compare
Choose a tag to compare
added other authors and contributors to the pkg

v1.2.2

01 Dec 03:54
b1d8579
Compare
Choose a tag to compare

See NEWS.

v1.2.0

30 Nov 11:31
Compare
Choose a tag to compare

See NEWS.