Skip to content

Commit

Permalink
R:: namespace for RApiSerialize
Browse files Browse the repository at this point in the history
  • Loading branch information
traversc committed Sep 28, 2024
1 parent a5c8d54 commit 4f4a54c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Version 0.27.2 (2024-09-27)
* Use `STRING_PTR_RO` instead of `STRING_PTR`
* Add `R::` namespace to `RApiSerialize` calls (https://github.com/eddelbuettel/rapiserialize/issues/8)

Version 0.27.1 (2024-06-04)
* Add function `set_trust_promises` to allow for serialization and deserialization of PROMSXP
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: qs
Type: Package
Title: Quick Serialization of R Objects
Version: 0.27.2
Date: 2024-09-27
Date: 2024-09-28
Authors@R: c(
person("Travers", "Ching", email = "traversc@gmail.com", role = c("aut", "cre", "cph")),
person("Yann", "Collet", role = c("ctb", "cph"), comment = "Yann Collet is the author of the bundled zstd, lz4 and xxHash code"),
Expand All @@ -21,7 +21,7 @@ LazyData: true
Biarch: true
Depends: R (>= 3.0.2)
Imports:
Rcpp, RApiSerialize (>= 0.1.3.1), stringfish (>= 0.15.1)
Rcpp, RApiSerialize (>= 0.1.4), stringfish (>= 0.15.1)
LinkingTo: Rcpp, RApiSerialize, stringfish, BH
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down

0 comments on commit 4f4a54c

Please sign in to comment.