Skip to content

Releases: m-path-io/mpathr

v1.0.2

22 Nov 13:10
Compare
Choose a tag to compare

mpathr 1.0.2

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.

v1.0.1

21 Oct 13:46
Compare
Choose a tag to compare
  • Initial release on CRAN