diff --git a/DESCRIPTION b/DESCRIPTION index d865913..1cbd5c7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: jsonify Type: Package Title: Convert Between 'R' Objects and Javascript Object Notation (JSON) Version: 1.2.3 -Date: 2023-02-11 +Date: 2024-01-18 Authors@R: c( person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre")), person("Chris", "Muir", role = "ctb"), @@ -14,11 +14,11 @@ License: MIT + file LICENSE Depends: R (>= 3.3.0) SystemRequirements: C++11 Imports: - Rcpp (>= 0.12.18) + Rcpp (>= 1.0.10) LinkingTo: rapidjsonr (>= 1.2.0), Rcpp -RoxygenNote: 7.1.0 +RoxygenNote: 7.2.3 Suggests: covr, testthat,