NEWS
mpathr 1.0.4 (2026-02-05)
- Add a new function
extract_app_usage() to extract app usage data collected with mobile sensing
lite.
- We now use the new
dplyr::recode_values() in favor of dplyr::case_match() if your dplyr
version is 1.2.0 or greater.
mpathr 1.0.3 (2025-05-15)
Minor changes
- Bump minimum R version to 4.1.0 due to the new pipe
|> being used.
- Fix the
tz_offset argument of timestamps_to_datetime() that was being incorrectly calculated.
- Further refined the documentation of
timestamps_to_datetime() to clarify how it should be used.
mpathr 1.0.2 (2024-11-22)
This is a hotfix release to address some issues that may occur when reading in data files that have
non-standard column names.
Minor changes
- Added link to m-Path manual in the README file.
- Added a light switch to the package website.
Bug fixes
- Data files that had column names that needed escaping (e.g. a quote) are now being read in
correctly.
mpathr now attempts to convert string columns to string lists when it detects that each entry in
the CSV file contains multiple entries.
- Fixed a locale issue where a comma was used as a decimal separator instead of a period.
mpathr 1.0.1 (2024-10-21)
- Resubmission of package to CRAN after making requested changes
mpathr 1.0.0