Skip to content

data_rename(): "Error: Following variable(s) were not found" in version '0.13.0.17' #2056

data_rename(): "Error: Following variable(s) were not found" in version '0.13.0.17'

data_rename(): "Error: Following variable(s) were not found" in version '0.13.0.17' #2056

Workflow file for this run

# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
#
# NOTE: This workflow is overkill for most R packages and
# check-standard.yaml is likely a better choice.
# usethis::use_github_action("check-standard") will install it.
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
name: R-CMD-check
jobs:
R-CMD-check:
uses: easystats/workflows/.github/workflows/R-CMD-check.yaml@main