Skip to content

Commit dff92ee

Browse files
author
Guy Davenport
committed
Merge branch 'main' into develop
2 parents 008f962 + 12ba09e commit dff92ee

File tree

4 files changed

+39
-39
lines changed

4 files changed

+39
-39
lines changed

generator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin : "java"
22
ext {
33
javaMainClass = 'org.brapi.schematools.cli.BrAPICommand'
4-
brapiSchemaToolsVersion = '0.52.0'
4+
brapiSchemaToolsVersion = '0.53.0'
55
}
66

77
repositories {

pkg/R/BrAPIBaseClient.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ BaseBrAPIClient <- R6Class(
239239
#' @field multi
240240
#' Controls what happens when a query argument value is a vector. If null it passes the
241241
#' query argument value as a concatenated string. Eg. c('example1', 'example1') will
242-
#' be converted to ['example1', 'example1']
242+
#' be converted to \['example1', 'example1'\]
243243
#' see .multi in https://httr2.r-lib.org/reference/req_url.html'
244244
#' In the case of setting it returns the BrAPIClient to allow for chaining.
245245
multi = function(value) {

pkg/man/BaseBrAPIClient.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/man/BrAPIClient.Rd

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)