- Fix test issues for cran
- Minor documentation updates
bitmexr 0.3.0 brings some signification changes to the package.
- Placing, editing and cancelling orders are now supported
- The testnet API can be accesses by using the “tn_” prefix to any of the existing / new functions.
- New documentation on how to set up authentication, and place,edit, cancel orders.
- General GET and POST function to access API endpoints that don’t yet have a dedicated wrapper.
- Messages that were printed to the console using
cat()
now use warning()
instead and can be suppressed if desired.
- Verbose option for map_* functions
- New helper functions and tests
- Added a
NEWS.md
file to track changes to the package.