-
Notifications
You must be signed in to change notification settings - Fork 19
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
6 changed files
with
13 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: qs | ||
Type: Package | ||
Title: Quick Serialization of R Objects | ||
Version: 0.26.4 | ||
Date: 2024-09-25 | ||
Version: 0.27.2 | ||
Date: 2024-09-27 | ||
Authors@R: c( | ||
person("Travers", "Ching", email = "[email protected]", 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"), | ||
|
@@ -21,11 +21,11 @@ LazyData: true | |
Biarch: true | ||
Depends: R (>= 3.0.2) | ||
Imports: | ||
Rcpp, RApiSerialize (>= 0.1.1), stringfish (>= 0.15.1) | ||
Rcpp, RApiSerialize (>= 0.1.3.1), stringfish (>= 0.15.1) | ||
LinkingTo: Rcpp, RApiSerialize, stringfish, BH | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 | ||
RoxygenNote: 7.3.2 | ||
Suggests: knitr, rmarkdown, testthat, dplyr, data.table | ||
VignetteBuilder: knitr | ||
Copyright: This package includes code from the 'zstd' library owned by Facebook, Inc. and created by Yann Collet; the 'lz4' library created and owned by Yann Collet; xxHash library created and owned by Yann Collet; and code derived from the 'Blosc' library created and owned by Francesc Alted. | ||
|
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,3 @@ | ||
.onAttach <- function(libname, pkgname) { | ||
packageStartupMessage("qs ", utils::packageVersion("qs")) | ||
packageStartupMessage("qs ", utils::packageVersion("qs"), ". Announcement: https://github.com/qsbase/qs/issues/103") | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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