Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit 15833dd

Browse files
committed
bump to v0.3 udpate news and cran comments
1 parent ef97c30 commit 15833dd

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Description: The 'Microsoft Academic Knowledge' API provides programmatic access
66
(<https://academic.microsoft.com/>). Includes methods matching all 'Microsoft
77
Academic' API routes, including search, graph search, text similarity, and
88
interpret natural language query string.
9-
Version: 0.2.9.9210
9+
Version: 0.3.0
1010
Authors@R: person("Scott", "Chamberlain", email = "myrmecocystus+r@gmail.com",
1111
role = c("aut", "cre"))
1212
License: MIT + file LICENSE

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
microdemic 0.3.0
2+
================
3+
4+
### MINOR IMPROVEMENTS
5+
6+
* Improve docs on how to use and get API keys (#3)
7+
* Change base URL from `westus.api.cognitive.microsoft.com` to `api.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)
8+
9+
110
microdemic 0.2.0
211
================
312

cran-comments.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
## Test environments
22

3-
* local OS X install, R 3.4.3 patched
4-
* ubuntu 12.04 (on travis-ci), R 3.4.3
3+
* local OS X install, R 3.4.4 patched
4+
* ubuntu 12.04 (on travis-ci), R 3.4.4
55
* win-builder (devel and release)
66

77
## R CMD check results
88

99
0 errors | 0 warnings | 1 note
1010

11-
11+
License components with restrictions and base license permitting such:
12+
MIT + file LICENSE
13+
File 'LICENSE':
14+
YEAR: 2018
15+
COPYRIGHT HOLDER: Scott Chamberlain
1216

1317
## Reverse dependencies
1418

15-
There are no reverse dependencies.
19+
* I have run R CMD check on the 1 reverse dependency. No problems were
20+
found.
21+
22+
summary at <https://github.com/ropensci/microdemic/tree/master/revdep>
1623

1724
------
1825

19-
This version update the package due to new requirements in the Microsoft
20-
Academic Knowledge API.
26+
This version fixes the base URL for the API since the old one will be deprecated soon - and improves docs for how to get API keys and where API docs are.
2127

2228
Thanks!
2329
Scott Chamberlain

0 commit comments

Comments
 (0)