Skip to content

Commit

Permalink
[SYNR-1531]Pin rjson version (#340)
Browse files Browse the repository at this point in the history
* pin rjson version since older versions support older versions of R
  • Loading branch information
danlu1 authored Aug 20, 2024
1 parent 48de149 commit c7473c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ Imports:
reticulate(>= 1.25),
reticulate(<= 1.28),
methods,
rjson,
rjson(<= 0.2.21),
stats,
utils
Depends:
R(>= 4.1.3),
R(< 4.5)
Remotes:
[email protected]
[email protected],
[email protected]
Suggests: pack, R6, testthat, knitr, rmarkdown
URL: https://www.synapse.org
VignetteBuilder: knitr
Expand Down

0 comments on commit c7473c8

Please sign in to comment.