-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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’ | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters