captr 0.3.0
- Make returns visible
 
- Improved documentation
 
- Support the dots for list_jobs()
 
- extensive linting
 
- removed superfluous captr_CHECKAUTH() from a few functions
 
- abstracted out captr_DELETE
 
captr 0.2.0
- Using new abstract GET/POST functions: create_batch,
get_batch_details, batch_price, list_batch_files, etc.
 
- Functions using new abstract GET/POST functions also support the
dots — passing optional stuff to curl
 
- Fixed implementation of user_profile
 
- More unit tests
 
captr 0.1.5
- Abstracted simple GET
 
- More cats for functions
 
- Support for delete_batch, delete_job
 
captr .1.4
- More unit tests
 
- Support list_batches, list_batch_files, list_instance_sets,
list_docs, list_jobs and user_profile
 
- Better documentation for main functions
 
captr .1.3
- Uses environment to store token
 
- Better auth function
 
- Fixed error in vignette
 
- Added basic tests
 
- Check if file exists
 
captr .1.2
- Readme now in the CRAN package
 
- Vignette build through knitr + better code
 
- Changed license to MIT