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

Commit 1a204cf

Browse files
committed
udpate news and cran comments, bump to v0.2
1 parent 0c16c5f commit 1a204cf

File tree

5 files changed

+20
-11
lines changed

5 files changed

+20
-11
lines changed

DESCRIPTION

Lines changed: 3 additions & 4 deletions
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.1.9.9119
9+
Version: 0.2.0
1010
Authors@R: person("Scott", "Chamberlain", email = "myrmecocystus+r@gmail.com",
1111
role = c("aut", "cre"))
1212
License: MIT + file LICENSE
@@ -15,11 +15,10 @@ URL: https://github.com/ropenscilabs/microdemic
1515
BugReports: https://github.com/ropenscilabs/microdemic/issues
1616
Roxygen: list(markdown = TRUE)
1717
Imports:
18-
crul (>= 0.2.0),
19-
jsonlite (>= 1.2),
18+
crul (>= 0.4.0),
19+
jsonlite (>= 1.5),
2020
data.table,
2121
tibble
2222
Suggests:
23-
roxygen2 (>= 6.0.1),
2423
testthat
2524
RoxygenNote: 6.0.1

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
YEAR: 2017
1+
YEAR: 2018
22
COPYRIGHT HOLDER: Scott Chamberlain

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
microdemic 0.2.0
2+
================
3+
4+
### NEW FEATURES
5+
6+
* Many of the functions gain a new parameter `model` with value of
7+
'latest' or 'beta-2015'.
8+
9+
110
microdemic 0.1.0
211
================
312

R/zzz.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ma_HTTP <- function(path, args, key, method = "GET", body = list(),
1111
`Ocp-Apim-Subscription-Key` = key
1212
)
1313
)
14-
#if (method == "POST") cli$headers$`Content-Type` <- "application/x-www-form-urlencoded"
1514
if (!is.null(ctype)) cli$headers <- c(cli$headers, `Content-Type` = ctype)
1615
res <- switch(
1716
method,

cran-comments.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
## Test environments
22

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

77
## R CMD check results
88

99
0 errors | 0 warnings | 1 note
1010

11+
12+
1113
## Reverse dependencies
1214

13-
This is the first release, so no rev deps.
15+
There are no reverse dependencies.
1416

1517
------
1618

17-
This is a new release. I have read and agree to the the CRAN policies at
18-
https://cran.r-project.org/web/packages/policies.html
19+
This version update the package due to new requirements in the Microsoft
20+
Academic Knowledge API.
1921

2022
Thanks!
2123
Scott Chamberlain

0 commit comments

Comments
 (0)