diff --git a/Rlabkey/DESCRIPTION b/Rlabkey/DESCRIPTION index b797163..708e16a 100755 --- a/Rlabkey/DESCRIPTION +++ b/Rlabkey/DESCRIPTION @@ -1,6 +1,6 @@ Package: Rlabkey -Version: 3.4.6 -Date: 2026-02-17 +Version: 3.5.0 +Date: 2026-06-29 Title: Data Exchange Between R and 'LabKey' Server Authors@R: c(person(given = "Peter", family = "Hussey", diff --git a/Rlabkey/NEWS b/Rlabkey/NEWS index 1b059ce..57a5f33 100644 --- a/Rlabkey/NEWS +++ b/Rlabkey/NEWS @@ -1,6 +1,7 @@ -Changes in 3.X +Changes in 3.5.0 o Pass auditUserComment to labkey.storage.delete for attaching a reason to the audit log record o labkey.storage.create and labkey.storage.update now accept an optional auditUserComment entry inside the props list (recorded as the "Reason" on the resulting audit event) + o makeDF support for bigint Changes in 3.4.6 o Incorporate new filter types for Array (Multi-value text choice) fields diff --git a/Rlabkey/man/Rlabkey-package.Rd b/Rlabkey/man/Rlabkey-package.Rd index 8355fa8..b39ba87 100755 --- a/Rlabkey/man/Rlabkey-package.Rd +++ b/Rlabkey/man/Rlabkey-package.Rd @@ -18,8 +18,8 @@ schema objects (\code{labkey.getSchema}). \tabular{ll}{ Package: \tab Rlabkey\cr Type: \tab Package\cr -Version: \tab 3.4.6\cr -Date: \tab 2026-02-17\cr +Version: \tab 3.5.0\cr +Date: \tab 2026-06-29\cr License: \tab Apache License 2.0\cr LazyLoad: \tab yes\cr } diff --git a/test/install-rlabkey-dependencies.R b/test/install-rlabkey-dependencies.R index 602685d..7bc39ab 100644 --- a/test/install-rlabkey-dependencies.R +++ b/test/install-rlabkey-dependencies.R @@ -15,4 +15,4 @@ ## source("install-util.R") -install.dependencies("Rlabkey", c("rjson", "bitops", "Rcpp", "httr")) \ No newline at end of file +install.dependencies("Rlabkey", c("rjson", "bitops", "Rcpp", "httr", "bit64")) \ No newline at end of file