Skip to content

naijR 0.5.0

Choose a tag to compare

@BroVic BroVic released this 07 Nov 17:28
· 197 commits to master since this release
6bf5592

New features:

  • New methods for ?InternalGenerics were introduced e.g. for c(), [, [[, na.exclude, etc.

Enhancements:

  • Effectively handle mobile numbers that have common separators in them, namely whitespace, '-' or '.'.
  • Repair mobile numbers where poor data entry interchanges zeros (0s) with the letter O (works for both upper and lower case).
  • Repair of mobile numbers now offers optional information for users.
  • Allow the use of factor input when creating objects of class regions.
  • Added a new argument legend.text for map_ng using an idiom that is similar to the one used in base::barplot, thanks to observations made by @VictoriaLatham in issue #27.
  • Simplified the creation of choropleth maps with 2-column data frames; one of the columns is to be a vector of valid States or Local Government Areas, and the other a factor or something coercible to one.

Bug fixes:

  • map_ng accepted arguments that were not data.frames leading to unwieldy errors. It is now made sure to fail early in such cases

Deprecated:

  • Arguments of map_ng - leg.x, leg.y, and leg.orient were marked for deprecation in the next minor release.