Skip to content

release/0.5.1

Compare
Choose a tag to compare
@kylebaron kylebaron released this 11 Sep 14:22
c8685ba

yspec 0.5.1

  • Fix bug where dots in lookup file were not properly inherited by spec
    columns that didn't already have a dots list (#69)

  • Fix bug in namespace creation when multiple fields include namespace info
    (#81)

  • Fix bug where specification document didn't properly render when using
    R 4.1 (#73)

  • ys_add_factors() now substitutes missing values (NA) with a character
    string supplied by the user prior to making the factor; the decode list
    is also updated so that the "missing" data is the last level; the string is
    supplied by the new argument .missing argument (#79)