From 03da49e5acd64526b084753dd7febe1283672086 Mon Sep 17 00:00:00 2001 From: Cole Arendt Date: Thu, 28 Nov 2019 09:16:58 -0500 Subject: [PATCH 1/6] update version number for release --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 414f298..98f6d13 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tidyjson Title: Tidy Complex JSON -Version: 0.2.3.9001 +Version: 0.2.4 Authors@R: c( person("Jeremy","Stanley",,"jeremy.stanley@gmail.com",c("aut")), person("Cole","Arendt",, "cole@rstudio.com",c("aut", "cre")) From 0c74ecf791cb711af4c5e53135555486c12c0049 Mon Sep 17 00:00:00 2001 From: Cole Arendt Date: Thu, 28 Nov 2019 09:17:23 -0500 Subject: [PATCH 2/6] update the news file --- NEWS.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 1fec592..13515dd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# tidyjson dev +# tidyjson 0.2.4 ## New functions @@ -12,6 +12,8 @@ ## Bug fixes and minor changes +* Improve compatibility with newer `dplyr` and `tidyr` + * `DROP=TRUE` caused an error. Altered behavior to be consistent with `tbl_df` * Fix `spread_all(recursive=FALSE)` bug that caused an error (#65) @@ -25,7 +27,7 @@ * Fix json_structure() failure if `document.id` missing by imputing the missing `document.id`. (#86) -# tidyjson 0.2.1.9000 +# tidyjson 0.2.2 ## New functions From 08273df71b657012a89cf600ed216afaed754ce4 Mon Sep 17 00:00:00 2001 From: Cole Arendt Date: Thu, 28 Nov 2019 21:25:43 -0500 Subject: [PATCH 3/6] bump tidyr and dplyr version requirements --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 98f6d13..196506f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -12,9 +12,9 @@ Imports: assertthat, jsonlite, purrr, - dplyr (>= 0.7.0), + dplyr (>= 0.8.3), magrittr, - tidyr (>= 0.7.0), + tidyr (>= 1.0.0), tibble License: MIT + file LICENSE LazyData: true From 30c512b1c3d49ffa74308c50ea10ffbecae3fe36 Mon Sep 17 00:00:00 2001 From: Cole Arendt Date: Thu, 28 Nov 2019 21:42:57 -0500 Subject: [PATCH 4/6] fix links in readme --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5e04453..123df28 100644 --- a/README.md +++ b/README.md @@ -11,17 +11,15 @@ Status](https://ci.appveyor.com/api/projects/status/github/colearendt/tidyjson?b [![Coverage Status](https://codecov.io/github/colearendt/tidyjson/coverage.svg?branch=master)](https://codecov.io/github/colearendt/tidyjson?branch=master) [![CRAN -Activity](http://cranlogs.r-pkg.org/badges/tidyjson)](https://cran.r-project.org/web/packages/tidyjson/index.html) +Activity](http://cranlogs.r-pkg.org/badges/tidyjson)](https://CRAN.R-project.org/package=tidyjson) [![CRAN -History](http://cranlogs.r-pkg.org/badges/grand-total/tidyjson)](https://cran.r-project.org/web/packages/tidyjson/index.html) +History](http://cranlogs.r-pkg.org/badges/grand-total/tidyjson)](https://CRAN.R-project.org/package=tidyjson) ![tidyjson graphs](https://cloud.githubusercontent.com/assets/2284427/18217882/1b3b2db4-7114-11e6-8ba3-07938f1db9af.png) -tidyjson provides tools for turning complex [json](http://www.json.org/) -into -[tidy](https://cran.r-project.org/web/packages/tidyr/vignettes/tidy-data.html) -data. +tidyjson provides tools for turning complex [json](http://www.json.org/) into +tidy data. Installation ------------ From bb53ced59d2aeea1802b06bc919a0b2b71ec9525 Mon Sep 17 00:00:00 2001 From: Cole Arendt Date: Thu, 28 Nov 2019 22:12:56 -0500 Subject: [PATCH 5/6] quote JSON as a software name --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 196506f..d37b4ed 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,11 +1,11 @@ Package: tidyjson -Title: Tidy Complex JSON +Title: Tidy Complex 'JSON' Version: 0.2.4 Authors@R: c( person("Jeremy","Stanley",,"jeremy.stanley@gmail.com",c("aut")), person("Cole","Arendt",, "cole@rstudio.com",c("aut", "cre")) ) -Description: Turn complex JSON data into tidy data frames. +Description: Turn complex 'JSON' data into tidy data frames. Depends: R (>= 3.1.0) Imports: From 05c51a55904b6d9522c5126b154453fc99c45d43 Mon Sep 17 00:00:00 2001 From: Cole Arendt Date: Sat, 7 Dec 2019 14:29:07 -0500 Subject: [PATCH 6/6] bump to dev version --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index d37b4ed..9986115 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tidyjson Title: Tidy Complex 'JSON' -Version: 0.2.4 +Version: 0.2.4.9000 Authors@R: c( person("Jeremy","Stanley",,"jeremy.stanley@gmail.com",c("aut")), person("Cole","Arendt",, "cole@rstudio.com",c("aut", "cre"))