From 523a9388c3e2bc0196f7533a0e21e09026564878 Mon Sep 17 00:00:00 2001 From: Cole Arendt Date: Fri, 8 Mar 2019 22:16:59 -0500 Subject: [PATCH] update news links --- NEWS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 4682763..c48b035 100644 --- a/NEWS.md +++ b/NEWS.md @@ -57,9 +57,9 @@ the missing `document.id`. (#86) * `tbl_json` objects now print with a tidy character representation of the JSON attribute (#61) -* Use [purrr](https://github.com/jeremystan/purrr) for most list based internal operations (#1) +* Use [purrr](https://github.com/tidyverse/purrr) for most list based internal operations (#1) -* Use [tidyr](https://github.com/hadley/tidyr) for `gather_array` and `gather_object` functions (#28) +* Use [tidyr](https://github.com/tidyverse/tidyr) for `gather_array` and `gather_object` functions (#28) * Imported the magrittr `%>%` operator (#17) @@ -73,7 +73,7 @@ the missing `document.id`. (#86) ## Other changes -* Migrated development to [jeremystan](https://github.com/jeremystan/tidyjson) from [sailthru](https://github.com/sailthru/tidyjson) +* Migrated development to [colearendt](https://github.com/colearendt/tidyjson) from [jeremystan](https://github.com/jeremystan/tidyjson) and [sailthru](https://github.com/sailthru/tidyjson) ## Deprecated functions