This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
Releases: ropensci-archive/microdemic
Releases · ropensci-archive/microdemic
microdemic v0.6.0
NEW FEATURES
- The
E
attribute we used heavily for data for various functions here has been dropped and its sub fields brought to the top level. Just internal changes - except for that the default fields inma_calchist
,ma_evaluate
, andma_search
now do not includeE
. See the github issue for link for details (#17)
DEFUNCT
microdemic v0.5.0
NEW FEATURES
- new author Christopher Baker (#13)
- docs website at https://docs.ropensci.org/microdemic
MINOR IMPROVEMENTS
- all functions now pass along detailed error messages; before we were erroring but just giving the http status code and generic message; as part of this fix now importing httpcode pkg (#7) (#12) (#14)
- use fake API key on travis to avoid test suite error (#11)
- internals of
ma_search()
have changed a bit; get in touch if you have any questions about this function
BUG FIXES
microdemic v0.4.0
micrdemic v0.3.0
MINOR IMPROVEMENTS
- Improve docs on how to use and get API keys (#3)
- Change base URL from
westus.api.cognitive.microsoft.com
toapi.labs.cognitive.microsoft.com
. Because of this change, you need to get use an API key from a the microsoft labs website. Get a key at https://labs.cognitive.microsoft.com/en-us/subscriptions and see?microdemic-package
for details on how to use it (#2)
microdemic v0.2.0
NEW FEATURES
- Many of the functions gain a new parameter
model
with value of
'latest' or 'beta-2015'.
microdemic v0.1.0
NEW FEATURES
- released to CRAN