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

Commit

Permalink
udpate news and cran comments, bump to v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 15, 2018
1 parent 0c16c5f commit 1a204cf
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Expand Up @@ -6,7 +6,7 @@ Description: The 'Microsoft Academic Knowledge' API provides programmatic access
(<https://academic.microsoft.com/>). Includes methods matching all 'Microsoft
Academic' API routes, including search, graph search, text similarity, and
interpret natural language query string.
Version: 0.1.9.9119
Version: 0.2.0
Authors@R: person("Scott", "Chamberlain", email = "myrmecocystus+r@gmail.com",
role = c("aut", "cre"))
License: MIT + file LICENSE
Expand All @@ -15,11 +15,10 @@ URL: https://github.com/ropenscilabs/microdemic
BugReports: https://github.com/ropenscilabs/microdemic/issues
Roxygen: list(markdown = TRUE)
Imports:
crul (>= 0.2.0),
jsonlite (>= 1.2),
crul (>= 0.4.0),
jsonlite (>= 1.5),
data.table,
tibble
Suggests:
roxygen2 (>= 6.0.1),
testthat
RoxygenNote: 6.0.1
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,2 +1,2 @@
YEAR: 2017
YEAR: 2018
COPYRIGHT HOLDER: Scott Chamberlain
9 changes: 9 additions & 0 deletions NEWS.md
@@ -1,3 +1,12 @@
microdemic 0.2.0
================

### NEW FEATURES

* Many of the functions gain a new parameter `model` with value of
'latest' or 'beta-2015'.


microdemic 0.1.0
================

Expand Down
1 change: 0 additions & 1 deletion R/zzz.R
Expand Up @@ -11,7 +11,6 @@ ma_HTTP <- function(path, args, key, method = "GET", body = list(),
`Ocp-Apim-Subscription-Key` = key
)
)
#if (method == "POST") cli$headers$`Content-Type` <- "application/x-www-form-urlencoded"
if (!is.null(ctype)) cli$headers <- c(cli$headers, `Content-Type` = ctype)
res <- switch(
method,
Expand Down
12 changes: 7 additions & 5 deletions cran-comments.md
@@ -1,21 +1,23 @@
## Test environments

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

## R CMD check results

0 errors | 0 warnings | 1 note



## Reverse dependencies

This is the first release, so no rev deps.
There are no reverse dependencies.

------

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

Thanks!
Scott Chamberlain

0 comments on commit 1a204cf

Please sign in to comment.