dapr 0.0.4 Unreleased

  • Functions can now return index names/positions
  • Added row and column-wise versions, i.e., lapr(), vapc_chr(), etc.
  • Improved documentation

dapr 0.0.3 2019-05-06

  • Naming behaviors now mirror defaults of base lapply() and vapply(), so functions now return names
  • More consistent assert-based error messaging

dapr 0.0.2 2019-01-20

  • Added tests and other documentation

dapr 0.0.1 Unreleased

  • Added a NEWS.md file to track changes to the package.
  • Initial commit with the lap(), vap_*(), and dap*() functions.