- Revise the package to be CRAN-compliant
- First CRAN release
- Add
jsonlite
as optional dependency - Prefer to serialize dataframes as
json
ifjsonlite
is installed
- Optionally support integration with
tmux
( @mstr3336 #3 ) - No longer delete the temporary file when
vd
returns Instead, it will be cleaned up when R is terminated
- Loose
readr
andmagrittr
dependency
- Initial project release on GitHub
- Added a
NEWS.md
file to track changes to the package.