NEWS
Rlabkey 3.4.1 (2024-11-11)
- Issue 51606: labkey.webdav.downloadFolder to match file path prefix to the href values returned in listDir, which are URL encoded paths
Rlabkey 3.4.0 (2024-10-23)
- Issue 51160: update jsonEncodeRowsAndParams() to better handle decimal values for toJSON()
Rlabkey 3.3.0 (2024-08-19)
- Add labkey.experiment.lineage API to support getting parent/child relationships for exp objects by LSID
Rlabkey 3.2.3 (2024-06-28)
- Remove deprecated support for JSON based assay plate metadata
Rlabkey 3.2.2 (2024-06-07)
- Issue 50592: labkey.setDefaults to also clear the CSRF token cache when clearing the httr session cookies
Rlabkey 3.2.1 (2024-04-05)
- labkey.setDefaults to clear httr session cookies
Rlabkey 3.2.0 (2024-01-09)
- Add labkey.moveRows
- Note: only supported for LabKey Server v24.1 or later
Rlabkey 3.1.0 (2023-12-06)
- Issue 48490: Add options parameter to labkey.insertRows, labkey.updateRows, labkey.deleteRows to support
specifying the "auditBehavior" and "auditUserComment" properties for the action
Rlabkey 3.0.0 (2023-11-07)
- Issue 41677: Fix for domain get/save round tripping of domain indices (need to use list() for index columnNames)
- Encode SQL parameters passed by labkey.executeSql to avoid rejection by web application firewalls
- Earliest compatible LabKey Server version: 23.9.0
- This command is no longer compatible with earlier versions of LabKey Server (23.8.x and before) by default,
however, if targeting an older server, calling labkey.setWafEncoding(FALSE) will restore the previous behavior.
Rlabkey 2.12.0 (2023-08-18)
- Issue 48298: Add Lineage filter types to makeFilter
Rlabkey 2.11.0 (2023-05-02)
- Add labkey.security.renameContainer
- Note: only supported for LabKey Server v23.5 or later
Rlabkey 2.10.0 (2023-04-04)
- Update documentation to reflect removal of "apikey|" and "session|" prefixes from API keys and session keys
- Issue 47202: Options to reduce payload of getContainers.api response: includeChildWorkbooks, includeStandardProperties
- Note: only supported for LabKey Server v23.3 or later
Rlabkey 2.9.1 (2023-01-07)
- Freezer Manager API - add Primary Storage option to storage-related action documentation
Rlabkey 2.9.0 (2022-09-21)
- Add support for creating Freezer Manager freezer hierarchies
- New labkey.storage NAMESPACE: labkey.storage.create, labkey.storage.update, labkey.storage.delete
- Note: only supported for LabKey Server v22.10 or later
Rlabkey 2.8.4 (2022-04-01)
- Update labkey.provenance.createProvenanceParams to support custom properties (and standard run step properties)
Rlabkey 2.8.3 (2022-02-25)
- Issue 44619: labkey.getFolders() update to account for missing properties if the parent is root
Rlabkey 2.8.2 (2021-12-06)
- Issue 44110: Allow specification of a run name in the provenance API.
Rlabkey 2.8.1 (2021-09-14)
- Issue 43890: Fix for makeDF rname string concatenation
- Issue 43853: Update error message for labkey.getModuleProperty() call when user does not have perm to requested container
Rlabkey 2.8.0 (2021-07-08)
- Issue 43358: Add support for impersonating users (labkey.security.impersonateUser and labkey.security.stopImpersonating)
Rlabkey 2.7.0 (2021-05-20)
- Add ontology filter types to makeFilter
- Issue 43107: Fix for labkey.domain.createAndLoad to set strictFieldValidation to false for study datasets and data classes
- Issue 42950: Add param to labkey.webdav.put for setting the file description
- Issue 42546: Add new labkey.query.import command which uses file import to bulk import rows to a query/table
- Update labkey.domain.createAndLoad to use the new labkey.query.import command for the bulk data import
Rlabkey 2.6.0 (2021-02-08)
- Add labkey.pipeline functions to be able to get pipeline protocol information and start jobs / analysis
Rlabkey 2.5.5 (2020-12-17)
- Add labkey.getRequestOptions to NAMESPACE export listing
Rlabkey 2.5.4 (2020-11-06)
- Fix for labkey.domain.get to handle new "domainKindName" property null check
Rlabkey 2.5.3 (2020-08-26)
- Issue 41071: Support connecting to multiple LabKey servers in the same session.
Rlabkey 2.5.2 (2020-08-12)
- Fix for labkey.saveBatch URL encoding of assay name parameter, not needed with change to use labkey.post
Rlabkey 2.5.1 (2020-07-13)
- Add "donttest" for those man page examples that use internet resources / queries
- Fix type in filter name for labkey.domain.createConditionalFormatQueryFilter
Rlabkey 2.5.0 (2020-07-01)
- Add support for creating provenance runs : createProvenanceParams, startRecording, addRecordingStep, stopRecording
- Add provenance support to query APIs : insertRows, updateRows, deleteRows
- Add convenience functions to support creating conditional formats for domains
Rlabkey 2.4.0 (2020-04-09)
- Issue 39955: Fix for labkey.saveBatch issue with using GET instead of POST for query to get assay Id from assay name
- Issue 39955: Add batchPropertyList parameter to labkey.experiment.saveBatch to match behavior from deprecated labkey.saveBatch
- Issue 39965: Add labkey.domain.createIndices helper and indices parameter to labkey.domain.createDesign
- Issue 39966: Add labkey.security.getContainers, labkey.security.createContainer, labkey.security.deleteContainer, labkey.security.moveContainer
Rlabkey 2.3.5
- Add support for uploading runs for GPAT assays that support plate template metadata via labkey.experiment.createRun and labkey.experiment.saveBatch.
Rlabkey 2.3.4 (2020-02-11)
- Issue 38229: Handle newlines better in transform run properties files - run properties configured as multi-line types
- Issue 39262: Add support for using username/password authentication via labkey.setDefaults
- Remove outdated vignette and other doc files from package
Rlabkey 2.3.3 (2019-11-04)
- Issue 38841: Rlabkey needs to translate NULL to NA for new GWTDomain "instructions" property
Rlabkey 2.3.2 (2019-09-17)
- Fix typo in labkey.webdav.put for generated Rlabkey.pdf (Issue 37739)
- Issue 38427: In Rlabkey, labkey.selectRows with colNameOpt="rname" does not sanitize "::"
- Item 6165: New API for truncating tables (delete all rows)
- Item 6174: New API for labkey.experiment.saveRuns (similar to saveBatch API usage)
Rlabkey 2.3.1 (2019-07-25)
- Fix for makeFilter URLencode to use reserved = TRUE
- When using labkey.selectRows, default showHidden to TRUE when using colSelect property
Rlabkey 2.3.0 (2019-05-25)
- WebDav support in Rlabkey with functions like labkey.webdav.get, labkey.webdav.put, labkey.webdav.delete, etc. (from Ben Bimber)
Rlabkey 2.2.5 (2019-03-14)
- Issue 36894: labkey.domain.get fix to translate NULL values for string props to NA
- Issue 36837: correctly parse GROUP CONCAT response with array of string values
Rlabkey 2.2.4 (2018-11-05)
- New function to set and get module properties
- allow getting baseUrl using labkey.getBaseUrl
- allow NA translation behavior to be overridden in insertRows and importRows
Rlabkey 2.2.3 (2018-10-11)
- New helper functions for RStudio integration
- New helper functions for use with R transform scripts to process run properties from server
- New function to save experiment runs for an assay or a non-assay backed protocol
Rlabkey 2.2.2 (2018-07-12)
- New APIs for getting, creating, inferring and dropping LabKey domains (requires LabKey server version 18.2 or later)
- Fix for Issue #18: labkey.executeSql breaks when using the containerFilter option
- Add labkey.setDebugMode(TRUE) option to output GET/POST raw response info
- Fix for labkey.selectRows() API support for colSelect=c(*) regression
- Support for RStudio integration
Rlabkey 2.2.1 (2018-03-13)
- Support for LabKey CSRF tokens (cross site request forgery)
Rlabkey 2.2.0 (2018-02-08)
- Refactor HTTP client library to use httr instead of rcurl
Rlabkey 2.1.136 (2017-10-16)
- Account for colNameOpt = "rname" in the makeDF.R colSelect check
- Remove call to open empty window on package load
- Default to POST for labkey.selectRows, with param for method
Rlabkey 2.1.135 (2017-06-19)
- Change the cast of integers from numeric to integer (Issue #30464)
- labkey.selectRows updates for colSelect and showHidden properties (Issue #30465)
- Fix for encoding extended characters in folderPath param (Issue #22034)
Rlabkey 2.1.134 (2017-03-21)
- fix for getQueryDetails to get all column details instead of just default view column list
- revert previous versions usage of fasttime library for date parsing
Rlabkey 2.1.133 (2017-01-21)
- performance improvements for makeDF, using listToMatrix function
- update date parser to use fasttime library for POSIXct function
Rlabkey 2.1.132 (2016-11-30)
- fix for Issue 24231: support for date + time
- add new table search filter param option: Q
- fix issue with baseUrl parameter being overridden in labkey.saveBatch
Rlabkey 2.1.131 (2016-09-26)
- fix for Issue 26956
- added labkey.setDefaults support for baseUrl
Rlabkey 2.1.130 (2016-05-25)
- makeFilter() operators may now be either upper or lower case (formerly upper case only)
- added labkey.setDefaults and support for authentication via an API key
Rlabkey 2.1.129 (2015-12-16)
- add parameter to selectRows for including display values for lookup fields in response
Rlabkey 2.1.128 (2015-09-23)
- allow NA values in insertRows and importRows
Rlabkey 2.1.127 (2015-02-17)
- change sslversion default values in curlOptions to TLSv1
- fix to handle maxRows and rowOffset for labkey.executeSql
- fix for labkey.getFolders includeSubfolders for non-Guest access
- add additional parameters to existing functions (labkey.executeSql: colSort, parameters; labkey.selectRows: parameters; labkey.getFolders: includeEffectivePermissions)
- updated user guide
Rlabkey 2.1.126 (2014-12-17)
- change ssl.verifyhost default values in curlOptions from boolean to numeric
- add "containerFilter" parameter to labkey.executeSql function
Rlabkey 2.1.125 (2014-08-28)
- set cainfo for RCurl requests to point to a certificate bundle throught the environment variable RLABKEY_CAINFO_FILE
- new functions to get and set curl options : labkey.curlOptions, labkey.setCurlOptions
Rlabkey 2.1.124
- replace usage of fromJSON2 with fromJSON
- add between and not between filter types
- fix to handle results from multi-valued columns
Rlabkey 2.1.123 (2013-11-04)
- added labkey.importRows
- performance improvement for labkey.importRows, labkey.insertRows, labkey.deleteRows, labkey.updateRows
- The following filter types were added to the makeFilter function: MEMBER_OF
Rlabkey 2.1.122 (2013-05-20)
- fix URL-encoding for spaces in parameter names
Rlabkey 2.1.121 (2013-02-14)
- fix to error message on failed API call (deleteRows, insertRows, updateRows, etc.)
- fix URL encoding of schemaName in executeSql call
Rlabkey 2.1.120 (2013-01-04)
- minor documentation updates
- fix to error message on failed insertRows call
Rlabkey 2.1.119 (2012-09-01)
- add new labkey.makeRemotePath function
- minor documentation fixes
Rlabkey 2.1.118 (2012-05-05)
- convert factors to strings for toJSON usages in labkey.insertRows, labkey.updateRows, and labkey.deleteRows
Rlabkey 2.1.117 (2012-03-27)
- Changes to use curlEscape instead of URLencode for schemaName, queryName, lookupKey, assayName, viewName, and colSelect
- Add parsing of new JSON date format
- The following filter types were added to the makeFilter function:
DATE_GREATER_THAN_OR_EQUAL, DATE_LESS_THAN_OR_EQUAL,
IN, NOT_IN, EQUALS_NONE_OF, CONTAINS_ONE_OF, and CONTAINS_NONE_OF
Rlabkey 2.1.116 (2012-01-02)
- Minor change to makeFiler.R to use curlEscape instead of URLencode for encoding the colFilter parameters.
Rlabkey 2.1.110
- Major expansion of Rlabkey. Added metadata functions, session-based access function, much faster rjson parsing on returned data sets, many bug fixes related to null handling.
- See the Rlabkey Users Guide for an overview of the package.
Rlabkey 0.0.9 (2009-12-02)
Rlabkey 0.0.8 (2009-07-03)
- The following filter names have been added in the makeFilter function:
QC_VALUE
NOT_QC_VALUE
Rlabkey 0.0.7 (2009-04-01)
- In previous versions this package would only bring labkey data into R that had hidden columns (ie, keys or other identifiers not usually shown to the user). Now any labkey data, with or without hidden columns, can be brought into R.
Rlabkey 0.0.6 (2009-03-24)
- Replaced the stripAllHidden argument with showHidden. This affects the labkey.selectRows and labkey.executeSql functions and was done for clarity. The old default stripAllHidden=TRUE is replaced by the new default showHidden=FALSE which has the same functionality. See documentation for details.
- The old stripAllHidden flag was removed from labkey.insertRows, labkey.updateRows and labkey.deleteRows. It served no use in these functions. The stripAllHidden (now replaced by showHidden) is only meaningfull when data are being returned to the user.
- The following filter names have been modified in the makeFilter function:
EQUALS -> EQUAL
NOT_EQUALS -> NOT_EQUAL
NOT_EQUAL_OR_NULL -> NOT_EQUAL_OR_MISSING
IS_MISSING -> MISSING
IS_NOT_MISSING -> NOT_MISSING
GREATER_THAN_OR_EQUAL_TO -> GREATER_THAN_OR_EQUAL
LESS_THAN_OR_EQUAL_TO -> LESS_THAN_OR_EQUAL
The filter name changes were made for clarity and consistency with the other software packages that retrieve data from a Labkey database.
Rlabkey 0.0.5 (2009-01-13)
- modified the makeDF function to speed up data frame creation from the meta data
- labkey.deleteRows function now accepts an entire row of data as input instead of just the Key column
Rlabkey 0.0.4 (2008-10-27)
- first CRAN release of the Rlabkey package