Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Rlabkey/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion Rlabkey/NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Rlabkey/man/Rlabkey-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion test/install-rlabkey-dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
##

source("install-util.R")
install.dependencies("Rlabkey", c("rjson", "bitops", "Rcpp", "httr"))
install.dependencies("Rlabkey", c("rjson", "bitops", "Rcpp", "httr", "bit64"))