diff --git a/.github/workflows/comment_bot.yml b/.github/workflows/comment_bot.yml index 838c3c916b4..b4791a3357f 100644 --- a/.github/workflows/comment_bot.yml +++ b/.github/workflows/comment_bot.yml @@ -121,7 +121,7 @@ jobs: git config user.name "$(git log -1 --pretty=format:%an)" git config user.email "$(git log -1 --pretty=format:%ae)" git commit -a -m 'Autoformat/render all the things [automated commit]' || echo "No changes to commit" - - uses: r-lib/actions/pr-push@master + - uses: nealrichardson/actions/pr-push@pr-push-args with: repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/r/R/schema.R b/r/R/schema.R index 031af410d33..4fe16169756 100644 --- a/r/R/schema.R +++ b/r/R/schema.R @@ -25,6 +25,8 @@ #' specific numeric precision, or when creating a [Dataset] and you want to #' ensure a specific schema rather than inferring it from the various files. #' +#' words +#' #' Many Arrow objects, including [Table] and [Dataset], have a `$schema` method #' (active binding) that lets you access their schema. #' diff --git a/r/man/Schema.Rd b/r/man/Schema.Rd index af44f2e30ad..164cde1cbe3 100644 --- a/r/man/Schema.Rd +++ b/r/man/Schema.Rd @@ -19,6 +19,8 @@ default mapping of R types to Arrow types, such as when you want to choose a specific numeric precision, or when creating a \link{Dataset} and you want to ensure a specific schema rather than inferring it from the various files. +words + Many Arrow objects, including \link{Table} and \link{Dataset}, have a \verb{$schema} method (active binding) that lets you access their schema. }