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

Commit 3ca0105

Browse files
committed
update news and cran comments, contirbuting file tweak
1 parent 739c041 commit 3ca0105

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,4 @@ Check out our [discussion forum](https://discuss.ropensci.org) if you think your
2323

2424
### Prefer to Email?
2525

26-
Email the person listed as maintainer in the `DESCRIPTION` file of this repo.
27-
28-
Though note that private discussions over email don't help others - of course email is totally warranted if it's a sensitive problem of any kind.
29-
30-
### Thanks for contributing!
26+
Private discussions over email don't help others - of course email is totally warranted if it's a sensitive problem of any kind.

NEWS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
microdemic 0.5.0
2+
================
3+
4+
### NEW FEATURES
5+
6+
* new author Christopher Baker (#13)
7+
* docs website at https://docs.ropensci.org/microdemic
8+
9+
### MINOR IMPROVEMENTS
10+
11+
* 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)
12+
* use fake API key on travis to avoid test suite error (#11)
13+
* internals of `ma_search()` have changed a bit; get in touch if you have any questions about this function
14+
15+
### BUG FIXES
16+
17+
* fix to internal function `invabs2abs()` within `ma_abstract()`: the inverted index returned from Microsoft can have missing values and we were incorrectly inserting NA's into those spots resulting in NA's in abstracts (#8) (#9)
18+
119
microdemic 0.4.0
220
================
321

cran-comments.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
## Test environments
22

3-
* local OS X install, R 3.5.1 Patched
4-
* ubuntu 14.04 (on travis-ci), R 3.5.1
3+
* local OS X install, R 3.6.2 Patched
4+
* ubuntu 14.04 (on travis-ci), R 3.6.2
55
* win-builder (devel and release)
66

77
## R CMD check results
88

9-
0 errors | 0 warnings | 1 note
10-
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
9+
0 errors | 0 warnings | 0 notes
1610

1711
## Reverse dependencies
1812

@@ -21,7 +15,7 @@ found. Summary at <https://github.com/ropensci/microdemic/tree/master/revdep>
2115

2216
------
2317

24-
This version improves output of one function to ease use, and adds vcr for HTTP request caching in the test suite.
18+
This version fixes a bug, has better error messages, adds a new author.
2519

2620
Thanks!
2721
Scott Chamberlain

0 commit comments

Comments
 (0)