Changes in version 0.4.3 - passes expect_lint_free Changes in version 0.4.2 (2017-04-12) - Letting go of invisible returns as they seem to confuse people - Moved clarifai_check_token to POST with exception for get_token Changes in version 0.4.1 - Moved clarifai_check_token() to clarifai_GET() for functions that rely on clarifai_GET() - Added a comment asking people to call secret_id() and get_token() in each example Changes in version 0.4.0 (2016-08-28) - Rationalized internals. GET and POST abstracted out, except for feedback - Better documentation. - Supports color for remote images, models - Return for image tags was changed by clarifai, adjusted code to handle that - Supports languages Changes in version 0.3.1 (2016-08-11) - Clarifai removed link to metro north. Fixed that by changing to GitHub. Changes in version 0.3.0 (2016-06-20) - Support for color, languages, usage - More tests Changes in version 0.2.0 - Bug fix: cases where fewer than 20 tags are returned now handled nicely - More unit tests added - New vignette