Skip to content

Commit

Permalink
final updates for release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmorgan committed Jul 1, 2024
1 parent 990e5e4 commit 2a814d0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rjsoncons
Title: Query, Pivot, Patch, and Validate 'JSON' and 'NDJSON'
Version: 1.3.0.9200
Version: 1.3.1
Authors@R: c(
person(
"Martin", "Morgan", role = c("aut", "cre"),
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
`'{"a": [[1,2]]}'`. NDJSON `j_pivot()` records must *always* be
objects.
- (1.3.0.9100) add JSONPath to examples article.
- (1.3.0.9100) make robust to 'noSuggests' CRAN checks.

# rjsoncons 1.3.0

Expand Down
16 changes: 14 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Release 1.3.0
# Release 1.3.1

- updates R functionality as described in NEWS.md
- Address 'noSuggests' R CMD check failure
- Add article section to illustrate JSONPath.
- Fix bug in `j_pivot()`, as described in NEWS.md.
- The following NOTE is from the upstream cpp11 package so not under
my direct control. Issues are open on the cpp11 GitHub repository.

```
Check: compiled code
Result: NOTE
File ‘rjsoncons/libs/rjsoncons.so’:
Found non-API calls to R: ‘SETLENGTH’, ‘SET_GROWABLE_BIT’,
‘SET_TRUELENGTH’
```
4 changes: 2 additions & 2 deletions vignettes/articles/c_examples.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ part.
<https://stackoverflow.com/questions/78029215>

This question retrieves a JSON representation of the hierarchy of
departments within German reseach institutions. The interest is
in finding the path between two departments.
departments within German research institutions. The interest is in
finding the path between two departments.

The answer posted on StackOverflow translates the JSON list-of-lists
structure describing the hierarchy into an *R* list-of-lists and uses
Expand Down

0 comments on commit 2a814d0

Please sign in to comment.