Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Add checkmate stub fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed May 25, 2024
1 parent 2d3961f commit d52eab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
- This is an update to support the new version of rxode2parse

- Also fixed urls that were now invalid

- Also fixed rxode2random extra protection issue
1 change: 1 addition & 0 deletions src/checkmate_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ void qstrict0(SEXP nn, const char *what){
void qstrict(SEXP x, const char *what) {
SEXP nn = PROTECT(getAttrib(x, R_NamesSymbol));
qstrict0(nn, what);
UNPROTECT(1);
}

0 comments on commit d52eab9

Please sign in to comment.